-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
dotnet/razor-compiler
#69Labels
DoneThis issue has been fixedThis issue has been fixedbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Milestone
Description
- https://github.com/dotnet/aspnetcore/pull/39853/files#r798213371
- https://github.com/dotnet/aspnetcore/pull/39853/files#diff-bce35be6a0135547b825d17bd055153b055833f7eae2a837ec13ab7fdf51d2e2R6
The error:
C:\github\aspnetcore\src\Components\WebAssembly\testassets\Wasm.Authentication.Client\Microsoft.NET.Sdk.Razor.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Authentication_razor.g.cs(103,152): error CS0400: The type or namespace name 'RemoteAppState' could not be found in the global namespace (are you missing an assembly reference?)
From the error, it looks like we're generating global::RemoteAppState
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.