Release #92
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-***@V3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
.NET Msbuild (App):
Avalonia.Gif/Decoding/GifDecoder.cs#L429
Dereference of a possibly null reference.
|
.NET Msbuild (App):
StabilityMatrix.Core/Models/Settings/HolidayMode.cs#L5
The member 'StabilityMatrix.Core.Models.Settings.HolidayMode' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1034)
|
.NET Msbuild (App):
StabilityMatrix.Core/Models/Api/CivitPeriod.cs#L5
The member 'StabilityMatrix.Core.Models.Api.CivitPeriod' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1034)
|
.NET Msbuild (App):
StabilityMatrix.Core/Models/Api/CivitSortMode.cs#L6
The member 'StabilityMatrix.Core.Models.Api.CivitSortMode' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1034)
|
.NET Msbuild (App):
StabilityMatrix.Core/Models/TrackedDownload.cs#L13
The type 'StabilityMatrix.Core.Models.TrackedDownload' has been annotated with JsonSerializableAttribute but does not derive from JsonSerializerContext. No source code will be generated. (https://learn.microsoft.com/***/fundamentals/syslib-diagnostics/syslib1224)
|
.NET Msbuild (App):
StabilityMatrix.Core/Models/IndexCollection.cs#L28
The type 'TObject' cannot be used as type parameter 'TObject' in the generic type or method 'IChangeSet<TObject, TKey>'. Nullability of type argument 'TObject' doesn't match 'notnull' constraint.
|
.NET Msbuild (App):
StabilityMatrix.Core/Models/IndexCollection.cs#L14
The type 'TObject' cannot be used as type parameter 'TObject' in the generic type or method 'SourceCache<TObject, TKey>'. Nullability of type argument 'TObject' doesn't match 'notnull' constraint.
|
.NET Msbuild (App):
StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L63
Cannot convert null literal to non-nullable reference type.
|
.NET Msbuild (App):
StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L286
Cannot convert null literal to non-nullable reference type.
|
.NET Msbuild (App):
StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L292
Cannot convert null literal to non-nullable reference type.
|
Loading