V1.0.0 Release #35
Annotations
6 warnings
|
Build dotnet 9.0:
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.
|
|
Build dotnet 9.0:
src/UrlTemplates/UrlTemplate.fs#L141
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
|
Build dotnet 9.0:
src/UrlTemplates/UrlTemplate.fs#L141
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
|
Build dotnet 9.0:
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.
|
|
Build dotnet 9.0:
src/UrlTemplates/UrlTemplate.fs#L141
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
|
Build dotnet 9.0:
src/UrlTemplates/UrlTemplate.fs#L141
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|