chore: Drop net8.0/net9.0 targets, enable MEAI tests with skip pattern #52
dotnet.yml
on: push
Publish
46s
Trimming Check
34s
Release
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/ValueEqualityImmutableDictionary.cs#L52
Possible null reference assignment.
|
|
Publish:
src/libs/CSharpToJsonSchema.Generators/JsonGen/Base/ValueEqualityImmutableDictionary.cs#L20
Dereference of a possibly null reference.
|
|
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.
|