Skip to content

Fixes #9 Add aliases 'new' and 'create' to 'add' #41

Fixes #9 Add aliases 'new' and 'create' to 'add'

Fixes #9 Add aliases 'new' and 'create' to 'add' #41

Triggered via push June 15, 2024 18:56
Status Success
Total duration 31s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/.
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/Commands/Add.cs#L45
Possible null reference argument for parameter 'title' in 'Task Add.HandleAsync(IRecordConfiguration recordConfiguration, string title, string status, int supersedes, string fromTemplate, IConsole console)'.
build: src/Talo/Commands/Add.cs#L46
Possible null reference argument for parameter 'status' in 'Task Add.HandleAsync(IRecordConfiguration recordConfiguration, string title, string status, int supersedes, string fromTemplate, IConsole console)'.
build: src/Talo/Commands/Add.cs#L48
Possible null reference argument for parameter 'fromTemplate' in 'Task Add.HandleAsync(IRecordConfiguration recordConfiguration, string title, string status, int supersedes, string fromTemplate, IConsole console)'.
build: src/Talo/Commands/Config.cs#L30
Possible null reference argument for parameter 'location' in 'IRecordConfiguration IRecordConfiguration.With(string location, string templatePath)'.
build: src/Talo/Commands/Config.cs#L30
Possible null reference argument for parameter 'templatePath' in 'IRecordConfiguration IRecordConfiguration.With(string location, string templatePath)'.
build: src/Talo/Commands/Config.cs#L83
Possible null reference assignment.
build: src/Talo/Commands/Config.cs#L84
Possible null reference assignment.
build: src/Talo/Commands/Config.cs#L85
Possible null reference assignment.
build: src/Talo/Commands/Config.cs#L86
Possible null reference assignment.