Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade C# language version to 12.0 #77

Merged
merged 70 commits into from
Nov 14, 2023

Upgrade .NET nuget to version 8.0

9781d3d
Select commit
Failed to load commit list.
Merged

Upgrade C# language version to 12.0 #77

Upgrade .NET nuget to version 8.0
9781d3d
Select commit
Failed to load commit list.
codefactor.io / CodeFactor failed Nov 14, 2023 in 1s

9 issues fixed. 10 issues found.

Annotations

Check notice on line 196 in AdvancedSharpAdbClient/Polyfills/HashCode.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

AdvancedSharpAdbClient/Polyfills/HashCode.cs#L162-L196

Complex Method

Check notice on line 236 in AdvancedSharpAdbClient/Polyfills/HashCode.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

AdvancedSharpAdbClient/Polyfills/HashCode.cs#L197-L236

Complex Method

Check notice on line 280 in AdvancedSharpAdbClient/Polyfills/HashCode.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

AdvancedSharpAdbClient/Polyfills/HashCode.cs#L237-L280

Complex Method

Check notice on line 328 in AdvancedSharpAdbClient/Polyfills/HashCode.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

AdvancedSharpAdbClient/Polyfills/HashCode.cs#L281-L328

Complex Method

Check notice on line 359 in AdvancedSharpAdbClient/Polyfills/HashCode.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

AdvancedSharpAdbClient/Polyfills/HashCode.cs#L329-L359

Complex Method

Check notice on line 0 in AdvancedSharpAdbClient/Polyfills/HashCode.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

AdvancedSharpAdbClient/Polyfills/HashCode.cs#L0

Complex Code

Check notice on line 154 in AdvancedSharpAdbClient/Interfaces/IAdbSocket.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

AdvancedSharpAdbClient/Interfaces/IAdbSocket.cs#L154

The code must not contain multiple blank lines in a row. (SA1507)

Check notice on line 26 in AdvancedSharpAdbClient/Logs/NullLogger.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

AdvancedSharpAdbClient/Logs/NullLogger.cs#L26

A C# document may only contain a single class at the root level unless all of the classes are partial and are of the same type. (SA1402)

Check notice on line 34 in AdvancedSharpAdbClient/Logs/Interfaces/ILogger.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

AdvancedSharpAdbClient/Logs/Interfaces/ILogger.cs#L34

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 32 in AdvancedSharpAdbClient/Logs/Interfaces/ILogger.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

AdvancedSharpAdbClient/Logs/Interfaces/ILogger.cs#L32

An opening curly bracket must not be followed by a blank line. (SA1505)