feat: fix hide settings #6
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
EarthquakeWaring.App/Services/HttpRequester.cs#L31
Nullability of reference types in type of parameter 'content' of 'Task<string> HttpRequester.PostString(string url, HttpContent content, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<string> IHttpRequester.PostString(string url, HttpContent? data = null, CancellationToken cancellationToken = default(CancellationToken))' (possibly because of nullability attributes).
|
EarthquakeWaring.App/Extensions/DI.cs#L10
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
EarthquakeWaring.App/Extensions/DI.cs#L8
Non-nullable field 'Services' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
EarthquakeWaring.App/Infrastructure/Models/EarthQuakeModels/EarthQuakeTrackingInformation.cs#L16
Non-nullable field '_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
EarthquakeWaring.App/Windows/EarlyWarningWindow.xaml.cs#L45
Dereference of a possibly null reference.
|
EarthquakeWaring.App/Services/FileJsonSetting.cs#L77
The variable 'e' is declared but never used
|
EarthquakeWaring.App/Services/EarthQuakeApis/HuaniaEarthQuakeApi.cs#L84
Non-nullable property 'Epicenter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
EarthquakeWaring.App/Services/EarthQuakeApis/HuaniaEarthQuakeApi.cs#L101
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
EarthquakeWaring.App/Services/EarthQuakeApis/HuaniaEarthQuakeApi.cs#L103
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
EarthquakeWaring.App/Services/EarthQuakeApis/HuaniaEarthQuakeApi.cs#L110
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Build artifacts".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading