github pages #1
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/AmapSource.cs#L15
Possible null reference return.
|
deploy:
YourWeather/YourWeather.Shared/Models/WeatherSource/VisualCrossingSource.cs#L25
Possible null reference return.
|
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/Services/LocationService/LocationService.cs#L29
Possible null reference return.
|
deploy:
YourWeather/YourWeather.Rcl/Pages/WeatherPage.razor#L20
Possible null reference argument for parameter 'weather' in 'string WeatherPage.GetWeatherIcon(string weather, DateTime dateTime)'.
|