Refactor audio settings and enhance plugin management #1
Annotations
10 warnings
|
build-and-test:
dependencies/Milki.Extensions/src/Milki.Extensions.Configuration/Converters/JsonConfigurationConverter.cs#L14
Using member 'Newtonsoft.Json.JsonConvert.DeserializeObject(String, Type, JsonSerializerSettings)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Newtonsoft.Json relies on reflection over types that may be removed when trimming.
|
|
|
|
build-and-test:
dependencies/Milki.Extensions/src/Milki.Extensions.Configuration/Internal/Yaml/CommentGatheringTypeInspector.cs#L66
Nullability of reference types in type of parameter 'value' of 'void CommentsPropertyDescriptor.TypeOverride.set' doesn't match implicitly implemented member 'void IPropertyDescriptor.TypeOverride.set' (possibly because of nullability attributes).
|
|
build-and-test:
dependencies/Milki.Extensions/src/Milki.Extensions.Configuration/Internal/Yaml/CommentGatheringTypeInspector.cs#L83
Nullability of reference types in type of parameter 'value' of 'void CommentsPropertyDescriptor.Write(object target, object value)' doesn't match implicitly implemented member 'void IPropertyDescriptor.Write(object target, object? value)' (possibly because of nullability attributes).
|
|
build-and-test:
dependencies/Milki.Extensions/src/Milki.Extensions.Configuration/Internal/Yaml/CommentGatheringTypeInspector.cs#L42
Nullability of type of parameter 'container' doesn't match overridden member (possibly because of nullability attributes).
|
|
build-and-test:
dependencies/Milki.Extensions/src/Milki.Extensions.Threading/net8_0/SingleThread.cs#L26
This call site is reachable on all platforms. 'Thread.SetApartmentState(ApartmentState)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
build-and-test:
dependencies/Milki.Extensions/src/Milki.Extensions.Threading/net8_0/SingleSynchronizationContext.cs#L105
Possible null reference return.
|
|
build-and-test:
dependencies/Milki.Extensions/src/Milki.Extensions.Threading/net8_0/SingleSynchronizationContext.cs#L102
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test:
dependencies/Milki.Extensions/src/Milki.Extensions.Threading/net8_0/SingleSynchronizationContext.cs#L80
Possible null reference return.
|
|
build-and-test:
dependencies/Milki.Extensions/src/Milki.Extensions.Threading/net8_0/SingleSynchronizationContext.cs#L77
Converting null literal or possible null value to non-nullable type.
|