dominikjeske / Dnf.SourceGenerators

SourceGenerators
3 stars 2 forks source link

TestAdapterProxy' does not exist in the namespace #1

Closed StevenTCramer closed 2 years ago

StevenTCramer commented 2 years ago

I cloned repo added global.json to use dotnet 5.0.403

and when I build the solution I get the following:

C:\git\github\dominikjeske\Samples\SourceGenerators\HomeCenter.Example\Program.cs(12,50): error CS0234: The type or namespace name 'TestAdapterProxy' does not exist in the namespace 'HomeCenter.SourceGenerators.Tests' (are you missing an assembly reference?) [C:\git\github\dominikjeske\Samples\SourceGenerators\HomeCenter.Example\HomeCenter.Example.csproj]
StevenTCramer commented 2 years ago

Oops I posted to the wrong repo