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

fix(Flax.cs): Makes flax flippable and fixes stacking #1874

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

Mink80
Copy link
Contributor

@Mink80 Mink80 commented Jul 19, 2024

No description provided.

@Mink80 Mink80 requested a review from kamronbatman July 19, 2024 20:58
Copy link

Qodana for .NET

176 new problems were found

Inspection name Severity Problems
Non-accessed field (private accessibility) 🔶 Warning 4
Type member is never used (private accessibility) 🔶 Warning 3
Unused parameter (private accessibility) 🔶 Warning 3
Replace 'switch' statement with 'switch' expression 🔶 Warning 2
Heuristically unreachable code 🔶 Warning 2
Return value of [MustUseReturnValue] annotated method is not used 🔶 Warning 2
Incorrect indent (incorrect indent size) 🔶 Warning 2
Expression is always 'true' or always 'false' 🔶 Warning 1
Expression is always 'null' 🔶 Warning 1
Incorrect indent (missing indent/outdent elsewhere) 🔶 Warning 1
Unused nullable directive 🔶 Warning 1
Unused local variable ◽️ Notice 133
Namespace does not correspond to file location ◽️ Notice 14
Virtual member call in constructor ◽️ Notice 7

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 18 dependencies

Third-party software list

This page lists the third-party software dependencies used in ModernUO

Dependency Version Licenses
Argon2.Bindings 1.16.1 MIT
BouncyCastle.Cryptography 2.3.0 MIT
CommunityToolkit.HighPerformance 8.2.2 MIT
MailKit 4.5.0 MIT
Microsoft.Extensions.FileSystemGlobbing 8.0.0 MIT
MimeKit 4.5.0 MIT
ModernUO.Serialization.Annotations 2.9.1 GPL-3.0-only
ModernUO.Serialization.Generator 2.10.9 GPL-3.0-only
Nerdbank.GitVersioning 3.6.133 MIT
PollGroup 1.4.3 BSD-3-Clause
Serilog.Sinks.Async 1.5.0 Apache-2.0
Serilog.Sinks.Console 5.0.1 Apache-2.0
Serilog 3.1.1 Apache-2.0
System.Formats.Asn1 8.0.0 MIT
System.IO.Hashing 8.0.0 MIT
System.Security.Cryptography.Pkcs 8.0.0 MIT
Zlib.Bindings 1.11.0 MIT
Zstd.Binaries 1.6.0 MIT
Contact Qodana team

Contact us at [email protected]

@kamronbatman kamronbatman changed the title Flax: Fixes stacking fix(Flax.cs): Makes flax flippable and fixes stacking Jul 19, 2024
@kamronbatman kamronbatman merged commit eed11be into main Jul 19, 2024
14 checks passed
@kamronbatman kamronbatman deleted the Mink80/FixFlaxStacking branch July 19, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants