ci: fix multi-line command in yaml #85
verify.yml
on: push
linux-build
1m 32s
windows-build
2m 13s
Annotations
12 warnings and 1 notice
|
linux-build:
CommonNet.Extensions/System/DateTimeExtensions.cs#L31
Use "DateTime.UnixEpoch" instead of creating DateTime instances that point to the unix epoch time (https://rules.sonarsource.com/csharp/RSPEC-6588)
|
|
linux-build:
CommonNet.Extensions/System/NamedUuid.cs#L64
Make sure this weak hash algorithm is not used in a sensitive context here. (https://rules.sonarsource.com/csharp/RSPEC-4790)
|
|
linux-build:
CommonNet.Extensions/System.Runtime.InteropServices/InteropExtensions.cs#L40
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
|
linux-build:
CommonNet.Extensions/System.Runtime.InteropServices/InteropExtensions.cs#L19
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
|
linux-build:
CommonNet.Extensions/System.Reflection/EmbeddedResourceStreamReader.cs#L98
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
linux-build:
CommonNet.Extensions/System.Net/IPAddressExtensions.cs#L47
Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
|
linux-build:
CommonNet.Extensions/System.Net/IPAddressExtensions.cs#L41
Refactor this method to reduce its Cognitive Complexity from 45 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
|
linux-build:
CommonNet.Extensions/System.Reflection/EmbeddedResourceStreamReader.cs#L69
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
linux-build:
CommonNet.Extensions/System.Reflection/EmbeddedResourceStreamReader.cs#L50
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
linux-build:
CommonNet.Extensions/System/DateTimeExtensions.cs#L31
Use "DateTime.UnixEpoch" instead of creating DateTime instances that point to the unix epoch time (https://rules.sonarsource.com/csharp/RSPEC-6588)
|
|
windows-build
TUnit requires Polyfill package for net48. Add to Directory.Packages.props: <PackageVersion Include='Polyfill' Version='8.7.4' />
|
|
windows-build
TUnit requires Polyfill package for net48. Add to Directory.Packages.props: <PackageVersion Include='Polyfill' Version='8.7.4' />
|
|
windows-build
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|