Skip to content

include readme in nuget packages #2

include readme in nuget packages

include readme in nuget packages #2

Triggered via push July 22, 2025 13:39
Status Success
Total duration 1m 6s
Artifacts
build-and-publish
1m 0s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-publish: ValueOf.Extensions.Tests/ValueOfJsonConverterTests.cs#L19
Cannot convert null literal to non-nullable reference type.
build-and-publish
Possible null reference argument for parameter 'value' in 'object? TypeConverter.ConvertFrom(object value)'.
build-and-publish
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build-and-publish
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build-and-publish: ValueOf.Extensions/ValueOfJsonAdapterFactory.cs#L16
Converting null literal or possible null value to non-nullable type.
build-and-publish: ValueOf.Extensions/ValueOfJsonAdapterFactory.cs#L15
Possible null reference argument for parameter 'typeArguments' in 'Type Type.MakeGenericType(params Type[] typeArguments)'.
build-and-publish: ValueOf.Extensions/BuiltinTypeParser.cs#L9
Non-nullable field 'Convert' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-publish: ValueOf.Extensions/ValueOfTypeConverter.cs#L19
Nullability of type of parameter 'destinationType' doesn't match overridden member (possibly because of nullability attributes).
build-and-publish: ValueOf.Extensions/ValueOfTypeConverter.cs#L19
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
build-and-publish: ValueOf.Extensions/BuiltinTypeParser.cs#L9
Non-nullable field 'Convert' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.