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
The intellisense keeps reporting an error that the source generated type doesn't exist, but the type is found in the assembly and and the error doesn't block the build anyway.
Seconded. Without Intellisense, generated code is almost impossible to consume - especially as it is not even put anywhere on disk (that I could find).
The intellisense keeps reporting an error that the source generated type doesn't exist, but the type is found in the assembly and and the error doesn't block the build anyway.
Repro:
Foo
is listed as a type in the assemblyProgram.cs
in ConsoleAppvar foo = new Foo();
EXPECTED: Type is recognized.
ACTUAL: Get compiler error
The text was updated successfully, but these errors were encountered: