Skip to content

Update Program.cs

Update Program.cs #126

Triggered via push July 8, 2023 16:31
Status Failure
Total duration 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
test
Process completed with exit code 1.
test
'Log.Root' is obsolete
test
'Log.Root' is obsolete
test
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
test: clmath/Command.cs#L199
Nullability of reference types in type of parameter 'value' of 'void AddCommand.Target.set' doesn't match implicitly implemented member 'void ITargetCmd<string>.Target.set' (possibly because of nullability attributes).
test: clmath/Command.cs#L197
Nullability of reference types in type of parameter 'value' of 'void AddCommand.Value.set' doesn't match implicitly implemented member 'void IAcceptValueCmd<string>.Value.set' (possibly because of nullability attributes).
test: clmath/Command.cs#L207
Nullability of reference types in type of parameter 'value' of 'void RemoveCommand.Target.set' doesn't match implicitly implemented member 'void ITargetCmd<string>.Target.set' (possibly because of nullability attributes).
test: clmath/Command.cs#L205
Nullability of reference types in type of parameter 'value' of 'void RemoveCommand.Value.set' doesn't match implicitly implemented member 'void IAcceptValueCmd<string>.Value.set' (possibly because of nullability attributes).
test: clmath/Command.cs#L79
Nullability of reference types in type of parameter 'value' of 'void LoadCommand.Target.set' doesn't match implicitly implemented member 'void ITargetCmd<string>.Target.set' (possibly because of nullability attributes).
test: clmath/Command.cs#L89
Nullability of reference types in type of parameter 'value' of 'void SaveCommand.Target.set' doesn't match implicitly implemented member 'void ITargetCmd<string>.Target.set' (possibly because of nullability attributes).
test: clmath/Command.cs#L97
Nullability of reference types in type of parameter 'value' of 'void RenameCommand.Target.set' doesn't match implicitly implemented member 'void ITargetCmd<string>.Target.set' (possibly because of nullability attributes).