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

.Net: Fixed ReSharper/Rider errors to be compliant with dotnet formatting settings #5862

Merged
merged 9 commits into from
Apr 23, 2024

Conversation

Krzysztof318
Copy link
Contributor

@Krzysztof318 Krzysztof318 commented Apr 14, 2024

Motivation and Context

Related to #4653

Before changes, VS studio with resharper or Rider showed many errors and warnings.
But without resharper, VS studio shows 0 errors and 0 warnings like on screenshot.
vs_studio_without_resharper

For Rider/Resharper (errors only):
rider_errors_before

Description

Now, after changes in .editorconfig for these developers which are using resharper/rider will show only resharper warnings, errors are empty like in VS studio.
rider_errors_after

All disabled or changed to suggestion/warning rules were visible as errors before.

I also was forced to update theSK-dotnet.sln.DotSettings file due to the new resharper version 2024.1

Contribution Checklist

@Krzysztof318 Krzysztof318 requested a review from a team as a code owner April 14, 2024 22:19
@markwallace-microsoft markwallace-microsoft added the .NET Issue or Pull requests regarding .NET code label Apr 14, 2024
@github-actions github-actions bot changed the title Fixed ReSharper/Rider errors to be compliant with dotnet formatting settings .Net: Fixed ReSharper/Rider errors to be compliant with dotnet formatting settings Apr 14, 2024
@RogerBarreto RogerBarreto added this pull request to the merge queue Apr 23, 2024
Merged via the queue into microsoft:main with commit 47c5d92 Apr 23, 2024
15 checks passed
@Krzysztof318 Krzysztof318 deleted the fix-resharper branch April 24, 2024 19:49
johnoliver pushed a commit to johnoliver/semantic-kernel that referenced this pull request Jun 5, 2024
…ting settings (microsoft#5862)

### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

Related to microsoft#4653 

Before changes, VS studio with resharper or Rider showed many errors and
warnings.
But without resharper, VS studio shows 0 errors and 0 warnings like on
screenshot.

![vs_studio_without_resharper](https:/microsoft/semantic-kernel/assets/60486987/90824f8d-5273-453d-9a60-9f3e5010a21a)

For Rider/Resharper (errors only):

![rider_errors_before](https:/microsoft/semantic-kernel/assets/60486987/53eff93b-a036-4b8c-911f-9e4b4ebc8205)

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

Now, after changes in .editorconfig for these developers which are using
resharper/rider will show only resharper warnings, errors are empty like
in VS studio.

![rider_errors_after](https:/microsoft/semantic-kernel/assets/60486987/46cab9b6-6df4-4e8c-9a18-814be129c467)

All disabled or changed to suggestion/warning rules were visible as
errors before.

I also was forced to update the`SK-dotnet.sln.DotSettings` file due to
the new resharper version 2024.1

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https:/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https:/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

---------

Co-authored-by: Mark Wallace <[email protected]>
Co-authored-by: Roger Barreto <[email protected]>
johnoliver pushed a commit to johnoliver/semantic-kernel that referenced this pull request Jun 5, 2024
…ting settings (microsoft#5862)

### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

Related to microsoft#4653 

Before changes, VS studio with resharper or Rider showed many errors and
warnings.
But without resharper, VS studio shows 0 errors and 0 warnings like on
screenshot.

![vs_studio_without_resharper](https:/microsoft/semantic-kernel/assets/60486987/90824f8d-5273-453d-9a60-9f3e5010a21a)

For Rider/Resharper (errors only):

![rider_errors_before](https:/microsoft/semantic-kernel/assets/60486987/53eff93b-a036-4b8c-911f-9e4b4ebc8205)

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

Now, after changes in .editorconfig for these developers which are using
resharper/rider will show only resharper warnings, errors are empty like
in VS studio.

![rider_errors_after](https:/microsoft/semantic-kernel/assets/60486987/46cab9b6-6df4-4e8c-9a18-814be129c467)

All disabled or changed to suggestion/warning rules were visible as
errors before.

I also was forced to update the`SK-dotnet.sln.DotSettings` file due to
the new resharper version 2024.1

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https:/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https:/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

---------

Co-authored-by: Mark Wallace <[email protected]>
Co-authored-by: Roger Barreto <[email protected]>
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
…ting settings (microsoft#5862)

### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

Related to microsoft#4653 

Before changes, VS studio with resharper or Rider showed many errors and
warnings.
But without resharper, VS studio shows 0 errors and 0 warnings like on
screenshot.

![vs_studio_without_resharper](https:/microsoft/semantic-kernel/assets/60486987/90824f8d-5273-453d-9a60-9f3e5010a21a)

For Rider/Resharper (errors only):

![rider_errors_before](https:/microsoft/semantic-kernel/assets/60486987/53eff93b-a036-4b8c-911f-9e4b4ebc8205)

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

Now, after changes in .editorconfig for these developers which are using
resharper/rider will show only resharper warnings, errors are empty like
in VS studio.

![rider_errors_after](https:/microsoft/semantic-kernel/assets/60486987/46cab9b6-6df4-4e8c-9a18-814be129c467)

All disabled or changed to suggestion/warning rules were visible as
errors before.

I also was forced to update the`SK-dotnet.sln.DotSettings` file due to
the new resharper version 2024.1

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https:/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https:/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

---------

Co-authored-by: Mark Wallace <[email protected]>
Co-authored-by: Roger Barreto <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants