Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.11 to 9.0.0 in /src #186
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🔨 Build:
src/Utility/Shared/MainLayout.razor#L51
Nullability of reference types in type of parameter 'sender' of 'void MainLayout.LocationChanged(object sender, LocationChangedEventArgs e)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
|
🔨 Build:
src/Utility/Pages/SQLBuilder.razor#L51
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/Utility/Components/EpochConverter/EpochConverter.razor#L52
Non-nullable field 'GMT' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
🔨 Build:
src/Utility/Components/EpochConverter/EpochConverter.razor#L53
Non-nullable field 'YourTimeZone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
🔨 Build:
src/Utility/Components/EpochConverter/EpochConverter.razor#L54
Non-nullable field 'Relative' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
🔨 Build:
src/Utility/Components/LuhnChecker/LuhnChecker.razor#L49
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/Utility/Components/HCF/HCF.razor#L78
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/Utility/Shared/MainLayout.razor#L77
Nullability of reference types in type of parameter 'sender' of 'void MainLayout.LocationChanged(object sender, LocationChangedEventArgs e)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
|
🔨 Build:
src/Utility/Components/MarkdownConverter/MarkdownConverter.razor#L37
Non-nullable property 'HTML' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
🔨 Build:
src/Utility/Components/MarkdownConverter/MarkdownConverter.razor#L40
Non-nullable property 'Markdown' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading