Skip to content

Bump version to 0.2.1 #36

Bump version to 0.2.1

Bump version to 0.2.1 #36

Triggered via push January 7, 2024 21:46
Status Success
Total duration 25s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Talo/Commands/Revise.cs#L30
Possible null reference argument for parameter 'newStatus' in 'Task Revise.HandleAsync(IRecordConfiguration recordConfiguration, int number, string newStatus, IConsole console)'.
build: src/Talo/Configuration/TaloConfiguration.cs#L11
Non-nullable property 'Adr' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Talo/Configuration/TaloConfiguration.cs#L12
Non-nullable property 'Rfc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Talo/Configuration/TaloConfiguration.cs#L13
Non-nullable property 'CustomRecordTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Talo/Commands/Link.cs#L40
Possible null reference argument for parameter 'sourceStatus' in 'Task Link.HandleAsync(IRecordConfiguration recordConfiguration, int source, string sourceStatus, int destination, string destinationStatus, IConsole console)'.
build: src/Talo/Commands/Link.cs#L41
Possible null reference argument for parameter 'destinationStatus' in 'Task Link.HandleAsync(IRecordConfiguration recordConfiguration, int source, string sourceStatus, int destination, string destinationStatus, IConsole console)'.
build: src/Talo/Configuration/BaseRecordConfiguration.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Talo/Configuration/BaseRecordConfiguration.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Talo/Configuration/BaseRecordConfiguration.cs#L13
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Talo/Configuration/BaseRecordConfiguration.cs#L14
Non-nullable property 'Prefix' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.