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

Migrate to .Net8 #197

Merged

Conversation

eimantas
Copy link
Collaborator

  • use file-scoped namespace declarations;
  • use primary constructors in tags;
  • convert using statements to declarations;
  • remove Newtonsoft.Json dependency in favor of System.Text.Json;
  • add <IsTestProject> to tests project;
  • remove this. keyword when assigning values;
  • move away from obsolete encryption types;

- use file-scoped namespace declarations;
- use primary constructors in tags;
- convert `using` statements to declarations;
- remove `Newtonsoft.Json` dependency in favor of `System.Text.Json`;
- add `<IsTestProject>` to tests project;
- remove `this.` keyword when assigning values;
- move away from obsolete encryption types;
@tomasmcguinness tomasmcguinness merged commit 370ebaf into tomasmcguinness:master Oct 25, 2024
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