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

Added generic methods to IExecutable<T>. #7043

Merged
merged 3 commits into from
Apr 8, 2024
Merged

Added generic methods to IExecutable<T>. #7043

merged 3 commits into from
Apr 8, 2024

Conversation

michaelstaib
Copy link
Member

No description provided.

@michaelstaib michaelstaib merged commit 398ae74 into main Apr 8, 2024
5 of 6 checks passed
@michaelstaib michaelstaib deleted the mst/executable branch April 8, 2024 12:12
Copy link

github-actions bot commented Apr 8, 2024

Qodana for .NET

1130 new problems were found

Inspection name Severity Problems
Redundant using directive 🔶 Warning 671
Namespace does not correspond to file location 🔶 Warning 191
Member hides static member from outer class 🔶 Warning 51
Redundant argument with default value 🔶 Warning 47
Redundant type declaration body 🔶 Warning 39
Return type of a function can be non-nullable 🔶 Warning 38
Virtual member call in constructor 🔶 Warning 19
Variable in local function hides variable from outer scope 🔶 Warning 14
Unused parameter (private accessibility) 🔶 Warning 13
Expression is always 'true' or 'false' according to nullable reference types' annotations 🔶 Warning 9
Get-only auto-property is never assigned 🔶 Warning 6
Redundant nullable warning suppression expression 🔶 Warning 4
Empty constructor 🔶 Warning 3
Possible performance issues caused by unlimited string length 🔶 Warning 3
Redundant nullable directive 🔶 Warning 3
Element is localizable 🔶 Warning 2
'??' condition is never null according to nullable reference types' annotations 🔶 Warning 2
Redundant explicit type in array creation 🔶 Warning 2
Return value of pure method is not used 🔶 Warning 2
Type member is never used (private accessibility) 🔶 Warning 2
Method return value is never used (private accessibility) 🔶 Warning 2
Access to disposed captured variable 🔶 Warning 1
Conditional access qualifier expression is not null according to nullable reference types' annotations 🔶 Warning 1
Empty statement is redundant 🔶 Warning 1
The source expression never matches the provided pattern 🔶 Warning 1
Redundant member initializer 🔶 Warning 1
Unused type parameter 🔶 Warning 1
Unused local variable 🔶 Warning 1

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

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant