Skip to content

Conversation

@bobbymcr
Copy link

  • Add .editorconfig with custom rules (to match current style)
  • Simplify .gitignore file
  • Update .sln to VS 2019 format
  • Update .csproj files to SDK style(*)
  • Remove unnecessary usings and unused parameters
  • Remove AssemblyInfo.cs files in favor of .csproj properties
  • Remove custom nuspec/package files in favor of .csproj properties(**)
  • Remove packages.config in favor of PackageReference items
  • Update package references to latest versions
  • Increment version to 1.0.9

(*) https://docs.microsoft.com/en-us/dotnet/core/tools/csproj
(**) To create the NuGet package use dotnet pack -c Release

- Add .editorconfig with custom rules (to match current style)
- Simplify .gitignore file
- Update .sln to VS 2019 format
- Update .csproj files to SDK style(*)
- Remove unnecessary usings and unused parameters
- Remove AssemblyInfo.cs files in favor of .csproj properties
- Remove custom nuspec/package files in favor of .csproj properties(**)
- Remove packages.config in favor of PackageReference items
- Update package references to latest versions
- Increment version to 1.0.9

(*) https://docs.microsoft.com/en-us/dotnet/core/tools/csproj
(**) To create the NuGet package use `dotnet pack -c Release`
@bobbymcr
Copy link
Author

I've also just now added a benchmark project for performance analysis.

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