Skip to content

Version 0.2.1

Version 0.2.1 #14

Triggered via release January 7, 2024 21:47
@canpolatcanpolat
published 0.2.1
Status Success
Total duration 43s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish: 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)'.
publish: 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)'.
publish: 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)'.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: 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)'.
publish: src/Talo/FileSystem/FileSearchResult.cs#L10
Dereference of a possibly null reference.
publish: src/Talo/FileSystem/FileSearchResult.cs#L9
Possible null reference return.
publish: 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.
publish: 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.
publish: 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.
publish: 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.
publish: src/Talo/Configuration/BaseRecordConfiguration.cs#L15
Non-nullable property 'TemplatePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Talo/Commands/Add.cs#L43
Possible null reference argument for parameter 'title' in 'Task Add.HandleAsync(IRecordConfiguration recordConfiguration, string title, string status, int supersedes, string fromTemplate, IConsole console)'.
publish: src/Talo/Commands/Add.cs#L44
Possible null reference argument for parameter 'status' in 'Task Add.HandleAsync(IRecordConfiguration recordConfiguration, string title, string status, int supersedes, string fromTemplate, IConsole console)'.
publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
publish: 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)'.
publish: src/Talo/Commands/Add.cs#L43
Possible null reference argument for parameter 'title' in 'Task Add.HandleAsync(IRecordConfiguration recordConfiguration, string title, string status, int supersedes, string fromTemplate, IConsole console)'.
publish: src/Talo/Commands/Add.cs#L44
Possible null reference argument for parameter 'status' in 'Task Add.HandleAsync(IRecordConfiguration recordConfiguration, string title, string status, int supersedes, string fromTemplate, IConsole console)'.
publish: src/Talo/Commands/Add.cs#L46
Possible null reference argument for parameter 'fromTemplate' in 'Task Add.HandleAsync(IRecordConfiguration recordConfiguration, string title, string status, int supersedes, string fromTemplate, IConsole console)'.
publish: 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)'.
publish: 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)'.
publish: 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.
publish: 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.
publish: 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.
publish: 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.