V1.0.0 Release #30
Annotations
8 warnings
|
samples/CSharpToo/Program.cs#L99
Possible null reference argument for parameter 'value' in 'FSharpOption<IReadOnlyDictionary<string, object>>.implicit operator FSharpOption<IReadOnlyDictionary<string, object>>(IReadOnlyDictionary<string, object> value)'.
|
|
src/UrlTemplates/UrlTemplate.fs#L141
Nullness warning: A non-nullable 'string' was expected but this expression is nullable. Consider either changing the target to also be nullable, or use pattern matching to safely handle the null case of this expression.
|
|
src/UrlTemplates/UrlTemplate.fs#L141
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
|
src/UrlTemplates/UrlTemplate.fs#L141
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
|
samples/CSharpToo/Program.cs#L99
Possible null reference argument for parameter 'value' in 'FSharpOption<IReadOnlyDictionary<string, object>>.implicit operator FSharpOption<IReadOnlyDictionary<string, object>>(IReadOnlyDictionary<string, object> value)'.
|
|
src/UrlTemplates/UrlTemplate.fs#L141
Nullness warning: A non-nullable 'string' was expected but this expression is nullable. Consider either changing the target to also be nullable, or use pattern matching to safely handle the null case of this expression.
|
|
src/UrlTemplates/UrlTemplate.fs#L141
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
|
src/UrlTemplates/UrlTemplate.fs#L141
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
The logs for this run have expired and are no longer available.
Loading