Skip to content

OptionDescriptions & a new TimeSpan.ToDisplay() utility #54

OptionDescriptions & a new TimeSpan.ToDisplay() utility

OptionDescriptions & a new TimeSpan.ToDisplay() utility #54

Triggered via pull request January 22, 2025 21:23
Status Success
Total duration 1m 17s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: src/JasperFx.Core/TypeScanning/CompositeTypeFilter.cs#L57
'CompositeTypeFilter.Matches(Type)' hides inherited member 'CompositeFilter<Type>.Matches(Type)'. Use the new keyword if hiding was intended.
build: src/JasperFx.Core/IoC/IAssemblyScanner.cs#L211
Cannot convert null literal to non-nullable reference type.
build: src/JasperFx.Core/IoC/AssemblyScanner.cs#L231
Cannot convert null literal to non-nullable reference type.
build: src/JasperFx.Core/Descriptions/OptionsValue.cs#L10
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/JasperFx.Core/Descriptions/OptionsValue.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/JasperFx.Core/Descriptions/OptionsValue.cs#L10
Non-nullable property 'RawValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/JasperFx.Core/Descriptions/OptionsValue.cs#L10
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/JasperFx.Core/Descriptions/OptionsValue.cs#L44
Possible null reference assignment.
build: src/JasperFx.Core/Descriptions/OptionsValue.cs#L45
Possible null reference assignment.
build: src/JasperFx.Core/Descriptions/OptionsDescription.cs#L16
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.