svenheden / csharp-models-to-typescript

C# models to TypeScript
89 stars 58 forks source link

Update .NET Core to 3.1 #48

Closed rjperes closed 3 years ago

rjperes commented 3 years ago

When running the project we get a warning about an unsupported .NET Core version (2.0). This MR by @yavari addresses this: https://github.com/svenheden/csharp-models-to-typescript/pull/46

svenheden commented 3 years ago

This is now resolved in v0.19.0

alessior81 commented 3 years ago

the problem still remains: there is a warning and in any case the file is not generated: warning message: (NET 5.0) C:\Program Files\dotnet\sdk\5.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138

svenheden commented 3 years ago

Thanks @alessior81, this is now resolved in v0.19.1.

rjperes commented 3 years ago

This problem is indeed resolved, but, for some reason, the casing of the new files is different than before. Meaning, now ID is cased as Id.

svenheden commented 3 years ago

This problem is indeed resolved, but, for some reason, the casing of the new files is different than before. Meaning, now ID is cased as Id.

Yeah that's a side effect of this