Merge pull request #17 from dmako/devel #78
verify.yml
on: push
linux-build
1m 34s
windows-build
2m 28s
Annotations
10 warnings
|
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.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#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.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.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.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.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.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/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.Runtime.InteropServices/InteropExtensions.cs#L40
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|