Skip to content

Refactor audio settings and enhance plugin management #2

Refactor audio settings and enhance plugin management

Refactor audio settings and enhance plugin management #2

Triggered via pull request July 14, 2026 15:01
@MilkiticMilkitic
synchronize #52
dev/refactor
Status Success
Total duration 2m 22s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L77
Converting null literal or possible null value to non-nullable type.
build-and-test: dependencies/Milki.Extensions/src/Milki.Extensions.Configuration/Converters/JsonConfigurationConverter.cs#L25
Using member 'Newtonsoft.Json.JsonConvert.SerializeObject(Object, 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/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).