Skip to content

Deploy to GitHub Pages #63

Deploy to GitHub Pages

Deploy to GitHub Pages #63

Manually triggered May 14, 2024 15:10
Status Success
Total duration 1m 12s
Artifacts

deploy-site.yml

on: workflow_dispatch
deploy-to-github-pages
1m 2s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy-to-github-pages: 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.
deploy-to-github-pages: 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.
deploy-to-github-pages: 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.
deploy-to-github-pages: 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.
deploy-to-github-pages: 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).
deploy-to-github-pages: 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.
deploy-to-github-pages: 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.
deploy-to-github-pages: 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.
deploy-to-github-pages: 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).
deploy-to-github-pages: src/Utility/Components/UnicodePicker/UnicodePicker.razor#L56
Nullability of reference types in value of type 'List<string>' doesn't match target type 'List<string?>'.