Skip to content

Refactoring to take advantage of C# 12 #24

Refactoring to take advantage of C# 12

Refactoring to take advantage of C# 12 #24

Triggered via pull request June 9, 2024 05:12
Status Success
Total duration 46s
Artifacts

dotnet.yml

on: pull_request
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/Isop/Abstractions/IParsed.cs#L23
TODO IReadOnlyCollection<Argument> PotentialArguments { get; } (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
build: src/Isop/CommandLine/Lex/ArgumentLexer.cs#L10
Add RegexOptions.ExplicitCapture to prevent capturing unneeded groups (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0023.md)
build: src/Isop/Abstractions/InvokeResult.cs#L65
Use an overload of 'System.ArgumentException' with the parameter name (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0015.md)
build: src/Isop/Abstractions/IParsed.cs#L23
TODO IReadOnlyCollection<Argument> PotentialArguments { get; } (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
build: src/Isop/CommandLine/Lex/ArgumentLexer.cs#L10
Add RegexOptions.ExplicitCapture to prevent capturing unneeded groups (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0023.md)