Skip to content

chore: Drop net8.0/net9.0 targets, enable MEAI tests with skip pattern #52

chore: Drop net8.0/net9.0 targets, enable MEAI tests with skip pattern

chore: Drop net8.0/net9.0 targets, enable MEAI tests with skip pattern #52

Triggered via push March 20, 2026 14:43
Status Success
Total duration 51s
Artifacts

dotnet.yml

on: push
Trimming Check
34s
Trimming Check
Release
Release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Publish: src/libs/CSharpToJsonSchema.Generators/JsonGen/Base/CSharpSyntaxHelper.cs#L54
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
Publish: src/libs/CSharpToJsonSchema.Generators/JsonGen/Helpers/JsonHelpers.cs#L33
Parameter 'result' must have a non-null value when exiting with 'true'.
Publish: src/libs/CSharpToJsonSchema.Generators/JsonGen/Base/DiagnosticExtensions.cs#L57
Cannot convert null literal to non-nullable reference type.
Publish: src/libs/CSharpToJsonSchema.Generators/JsonGen/Base/DiagnosticInfo.cs#L18
Argument of type 'ImmutableDictionary<string, string>' cannot be used for parameter 'properties' of type 'ImmutableDictionary<string, string?>' in 'Diagnostic Diagnostic.Create(DiagnosticDescriptor descriptor, Location? location, IEnumerable<Location>? additionalLocations, ImmutableDictionary<string, string?>? properties, params object?[]? messageArgs)' due to differences in the nullability of reference types.
Publish: src/libs/CSharpToJsonSchema.Generators/JsonGen/Base/ValueEqualityImmutableDictionaryHelperExtensions.cs#L12
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ImmutableDictionary.ToImmutableDictionary<TSource, TKey, TValue>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TValue>)'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Publish: src/libs/CSharpToJsonSchema.Generators/JsonGen/Base/ValueEqualityImmutableDictionaryHelperExtensions.cs#L14
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ImmutableDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Publish: src/libs/CSharpToJsonSchema.Generators/JsonGen/Base/ValueEqualityImmutableDictionary.cs#L6
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'ImmutableDictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
Publish: src/libs/CSharpToJsonSchema.Generators/JsonGen/Base/ValueEqualityImmutableDictionary.cs#L6
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'ImmutableDictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.