fix: #9 Fix warnings #27
Annotations
10 warnings
build:
src/Raygun.NetCore.Blazor.Server/Class1.cs#L3
Missing XML comment for publicly visible type or member 'Class1'
|
build:
src/Raygun.NetCore.Blazor.Server/Extensions/HostBuilderExtensions.cs#L10
Missing XML comment for publicly visible type or member 'HostBuilderExtensions'
|
build:
src/Raygun.NetCore.Samples.Blazor.WebAssembly/Pages/Weather.razor#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build:
src/Raygun.NetCore.Samples.Blazor.WebAssembly/Pages/Weather.razor#L53
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build:
src/Raygun.NetCore.Samples.Blazor.WebAssembly/Layout/NavMenu.razor#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build:
src/Raygun.NetCore.Samples.Blazor.WebAssembly/ViewModels/CounterViewModel.cs#L42
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Raygun.NetCore.Blazor.Server/Class1.cs#L3
Missing XML comment for publicly visible type or member 'Class1'
|
build:
src/Raygun.NetCore.Blazor.Server/Extensions/HostBuilderExtensions.cs#L10
Missing XML comment for publicly visible type or member 'HostBuilderExtensions'
|
build:
src/Raygun.NetCore.Samples.Blazor.WebAssembly/Pages/Weather.razor#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build:
src/Raygun.NetCore.Samples.Blazor.WebAssembly/Pages/Weather.razor#L53
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|