Skip to content

github pages

github pages #1

Manually triggered April 26, 2024 19:43
Status Success
Total duration 1m 38s
Artifacts

gh-pages.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy: YourWeather/YourWeather.Shared/Models/WeatherSource/VisualCrossingSource.cs#L84
Possible null reference argument for parameter 'weather' in 'string WeatherExtensions.ToWeather(string weather)'.
deploy: YourWeather/YourWeather.Shared/Models/WeatherSource/SeniverseSource.cs#L40
Dereference of a possibly null reference.
deploy: YourWeather/YourWeather.Shared/Models/WeatherSource/SeniverseSource.cs#L40
Dereference of a possibly null reference.
deploy: YourWeather/YourWeather.Shared/Models/WeatherSource/SeniverseSource.cs#L45
Possible null reference argument for parameter 's' in 'DateTime DateTime.ParseExact(string s, string format, IFormatProvider? provider)'.
deploy: YourWeather/YourWeather.Shared/Models/WeatherSource/QWeatherSource.cs#L60
Possible null reference argument for parameter 's' in 'DateTime DateTime.ParseExact(string s, string format, IFormatProvider? provider)'.
deploy: YourWeather/YourWeather.Rcl/Services/WeatherService/WeatherService.cs#L24
Converting null literal or possible null value to non-nullable type.
deploy: YourWeather/YourWeather.Rcl/Pages/WeatherPage.razor#L20
Possible null reference argument for parameter 'weather' in 'string WeatherPage.GetWeatherIcon(string weather, DateTime dateTime)'.