Skip to content

Version 0.4.0

Version 0.4.0 #15

Triggered via release June 20, 2024 18:47
@canpolatcanpolat
published 0.4.0
Status Success
Total duration 31s
Artifacts

publish-nuget.yml

on: release
push-nuget
21s
push-nuget
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
push-nuget
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
push-nuget: 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)'.
push-nuget: 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.
push-nuget: 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.
push-nuget: 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.
push-nuget: 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.
push-nuget: 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.
push-nuget: 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.
push-nuget: 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.
push-nuget: 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.
push-nuget: src/Talo/FileSystem/FileSearchResult.cs#L10
Dereference of a possibly null reference.