jburzynski / TypeGen

Single-class-per-file C# to TypeScript generator
MIT License
195 stars 55 forks source link

Update to dotnet 8 #180

Closed Sam-Redgate closed 10 months ago

Sam-Redgate commented 10 months ago

Updates from net7.0 to net8.0.

Used https://github.com/jburzynski/TypeGen/commit/6250777493e4c38b9a168b7e3835fbbea3f8acef as illustration.

Also performed an automated refactor to remove unused imports. If this is undesirable I can drop the commit.

Sam-Redgate commented 10 months ago

Looks like CI is failing as appveyor have yet to update their VS 2022 image with dotnet 8.

jburzynski commented 10 months ago

.NET 8.0 support is added in version 5.0.0 (just released).