Added some more workflow management to remove the need for some of ot… #4244
Annotations
31 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎁 Restore:
src/Nuke/Arguments.cs#L68
Dereference of a possibly null reference.
|
🎁 Restore:
src/Nuke/Arguments.cs#L100
Possible null reference argument for parameter 'value' in 'string Format(object value)'.
|
🎁 Restore:
src/Nuke/Arguments.cs#L101
Possible null reference argument for parameter 'value' in 'string Format(object value)'.
|
🎁 Restore:
src/Nuke/Arguments.cs#L143
Nullable value type may be null.
|
🎁 Restore:
src/Nuke/Arguments.cs#L131
Possible null reference return.
|
🎁 Restore:
src/Nuke/ComputedGitVersionAttribute.cs#L40
'ToolOptionsExtensions.DisableProcessLogOutput<T>(T)' is obsolete: 'Use DisableProcessOutputLogging instead'
|
🎁 Restore:
src/Nuke/ContinuousIntegration/ContinuousIntegrationConventionsAttribute.cs#L19
Possible null reference return.
|
🎁 Restore:
src/Nuke/ToolDefinition.cs#L19
Possible null reference return.
|
🎁 Restore:
src/Nuke/TestMethodExtensions.cs#L86
Possible null reference argument for parameter 'parent' in 'XElement TestMethodExtensions.EnsureElement(XElement parent, string name)'.
|
🎁 Restore:
src/Nuke/SolutionUpdater.cs#L190
The local function 'isUsingSolutionPath' is declared but never used
|
🚦 Test
Dereference of a possibly null reference.
|
🚦 Test
Possible null reference argument for parameter 'value' in 'string Format(object value)'.
|
🚦 Test
Possible null reference argument for parameter 'value' in 'string Format(object value)'.
|
🚦 Test
Nullable value type may be null.
|
🚦 Test
Possible null reference return.
|
🚦 Test
Possible null reference return.
|
🚦 Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
🚦 Test
Possible null reference return.
|
🚦 Test
Possible null reference argument for parameter 'parent' in 'XElement TestMethodExtensions.EnsureElement(XElement parent, string name)'.
|
🚦 Test
Possible null reference return.
|
⚙️ Build
Dereference of a possibly null reference.
|
⚙️ Build
Possible null reference argument for parameter 'value' in 'string Format(object value)'.
|
⚙️ Build
Possible null reference argument for parameter 'value' in 'string Format(object value)'.
|
⚙️ Build
Nullable value type may be null.
|
⚙️ Build
Possible null reference return.
|
⚙️ Build
Possible null reference return.
|
⚙️ Build
'ToolOptionsExtensions.DisableProcessLogOutput<T>(T)' is obsolete: 'Use DisableProcessOutputLogging instead'
|
⚙️ Build
Possible null reference return.
|
⚙️ Build
Possible null reference return.
|
⚙️ Build
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Loading