Add tests for interfaces with same name but different namespace (#70)

This commit is contained in:
Stef Heyenrath
2024-04-28 12:41:55 +02:00
committed by GitHub
parent 49ddbc089a
commit b063a4b6af
10 changed files with 185 additions and 1 deletions
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>12.0</LangVersion>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Configurations>Debug;Release;DebugAttach</Configurations>
<ImplicitUsings>enable</ImplicitUsings>