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 Core 8.0 Upgrade #205

Merged
merged 3 commits into from
Oct 12, 2024
Merged

.NET Core 8.0 Upgrade #205

merged 3 commits into from
Oct 12, 2024

Conversation

Foxlider
Copy link
Owner

Description

Let's upgrade to .NET Core 8.0 LTS

Motivation and Context

.NET 7.0 is getting old

How Has This Been Tested?

It compiles and that's a good sign I guess...

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

@Foxlider Foxlider requested a review from jupster October 11, 2024 15:06
@Foxlider Foxlider added dependencies Pull requests that update a dependency file optimization labels Oct 11, 2024
Copy link

sonarcloud bot commented Oct 11, 2024

Copy link
Collaborator

@jupster jupster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change in FASTERTests/Models/EncryptionTests.cs

@@ -9,14 +9,14 @@ public class EncryptionTests
public void EncryptDataTest()
{
Assert.DoesNotThrow(() => Encryption.Instance.EncryptData("SomeText"));
Assert.AreNotEqual("SomeText", Encryption.Instance.EncryptData("SomeText"));
Assert.That(Encryption.Instance.EncryptData("SomeText"), Is.EqualTo("SomeText"));
Copy link
Collaborator

@jupster jupster Oct 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failing, Also Isn't getting picked up by FASTER.Models.Encryption.cs L12

@Foxlider Foxlider closed this in ead8811 Oct 12, 2024
@Foxlider Foxlider merged commit 796dddc into master Oct 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file optimization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants