Skip to content

Bump DeviceId.Linux and DeviceId #236

Bump DeviceId.Linux and DeviceId

Bump DeviceId.Linux and DeviceId #236

Triggered via pull request January 4, 2024 06:53
Status Success
Total duration 1m 30s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: 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/dotnet/fundamentals/syslib-diagnostics/syslib1034)
build: 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/dotnet/fundamentals/syslib-diagnostics/syslib1034)
build: 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/dotnet/fundamentals/syslib-diagnostics/syslib1034)
build: 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/dotnet/fundamentals/syslib-diagnostics/syslib1224)
build: 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.
build: 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.
build: StabilityMatrix.Core/Inference/ComfyClient.cs#L111
Possible null reference argument for parameter 'text' in 'void ComfyClient.HandleTextMessage(string text)'.
build: StabilityMatrix.Core/Inference/ComfyClient.cs#L114
Possible null reference argument for parameter 'data' in 'void ComfyClient.HandleBinaryMessage(byte[] data)'.
build: StabilityMatrix.Core/Models/Api/TextToImageRequest.cs#L36
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StabilityMatrix.Core/Models/Api/TextToImageRequest.cs#L39
Non-nullable property 'Styles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: 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/dotnet/fundamentals/syslib-diagnostics/syslib1034)
build: 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/dotnet/fundamentals/syslib-diagnostics/syslib1034)
build: 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/dotnet/fundamentals/syslib-diagnostics/syslib1034)
build: 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/dotnet/fundamentals/syslib-diagnostics/syslib1224)
build: 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.
build: 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.
build: StabilityMatrix.Core/Inference/ComfyClient.cs#L111
Possible null reference argument for parameter 'text' in 'void ComfyClient.HandleTextMessage(string text)'.
build: StabilityMatrix.Core/Inference/ComfyClient.cs#L114
Possible null reference argument for parameter 'data' in 'void ComfyClient.HandleBinaryMessage(byte[] data)'.
build: StabilityMatrix.Core/Services/DownloadService.cs#L74
Possible null reference argument for parameter 'path' in 'long? SystemInfo.GetDiskFreeSpaceBytes(string path)'.
build: StabilityMatrix.Core/Models/Api/CivitFile.cs#L11
Non-nullable property 'PickleScanResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.