You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
I cloned repo added global.json to use dotnet
5.0.403
and when I build the solution I get the following:
The text was updated successfully, but these errors were encountered: