Bump Microsoft.AspNetCore.Components.WebAssembly from 7.0.13 to 7.0.14 in /src #81
Annotations
10 warnings
🔨 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/Shared/MainLayout.razor#L29
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/Shared/MainLayout.razor#L55
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/UrlSplitter/UrlSplitter.razor#L88
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🔨 Build:
src/Utility/Components/UrlSplitter/UrlSplitter.razor#L91
Non-nullable field 'hostname' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
🔨 Build:
src/Utility/Components/UrlSplitter/UrlSplitter.razor#L92
Non-nullable field 'pathName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
🔨 Build:
src/Utility/Components/UrlSplitter/UrlSplitter.razor#L93
Non-nullable field 'queryString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
🔨 Build:
src/Utility/Components/EpochConverter/EpochConverter.razor#L52
Non-nullable field 'GMT' must contain a non-null value when exiting constructor. Consider 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 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 declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading