CleanCode icon indicating copy to clipboard operation
CleanCode copied to clipboard

ReSharper/Rider Plugin

Results 22 CleanCode issues
Sort by recently updated
recently updated
newest added

Bumps `SdkVersion` from 2022.3.0-eap03 to 2022.3.0-eap07. Updates `JetBrains.ReSharper.SDK` from 2022.3.0-eap03 to 2022.3.0-eap07 Updates `JetBrains.Rider.SDK` from 2022.3.0-eap03 to 2022.3.0-eap07 Dependabot will resolve any conflicts with this PR as long as you...

dependencies
.NET

Bumps [JetBrains.RdFramework](https://github.com/JetBrains/rd) from 2022.3.2 to 2022.3.4. Release notes Sourced from JetBrains.RdFramework's releases. 2022.3.4 Changed rd-net: RdReflection: generic parameters are allowed in Intrinsic4 rd-net, rd-kt: Cancel rdTask when passed lifetime is...

dependencies
.NET

I wanted to leave this for awareness, but it appears CleanCode is reporting a bunch of exceptions in R# 2021.2 for VS preview: https://youtrack.jetbrains.com/issue/DEXP-613908 I don't think this has anything...

I'm getting the warning, that the method is too long, after adding contract specifications. ``` Contract.Requires(taskProject != null); Contract.Requires(assignmentTime != null); Contract.Ensures(Contract.Result() != null); ``` Is it possible to ignore...

Nested functions should be counted as separate functions instead of as part of it's parent. They are a nice way to reduce visibility of code.

I think this should only take public and maybe protected methods into account. At the moment it counts private methods too. Nice work btw .)

Probably this is tricky to implement in a general way but I would think of Linq as a fluent API and so it should not count into chained references. At...

First off, cool project here. I just installed and it turns out most of my code is compliant. 😄 However, I do seem to have an issue here: ![](https://content.screencast.com/users/Mike-EEE/folders/Jing/media/67d39220-c805-4f96-a470-1fb30918957c/2018-04-04_1341.png) It...

Bumps [JetBrains.RdFramework](https://github.com/JetBrains/rd) from 2023.3.0 to 2024.1.1. Release notes Sourced from JetBrains.RdFramework's releases. Release 2024.1.1 Changed [rd-net] UnsafeWriter/UnsafeReader: simple methods for compact UTF8 string serialization + code cleanup to use explicit...

dependencies
.NET

Bumps JetBrains.ReSharper.SDK from 2024.1.2 to 2024.1.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=JetBrains.ReSharper.SDK&package-manager=nuget&previous-version=2024.1.2&new-version=2024.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
.NET