ColorfulSoft / DeOldify.NET

C# implementation of Jason Antic's DeOldify
Apache License 2.0
299 stars 57 forks source link

Error start #9

Closed alexey267 closed 2 years ago

alexey267 commented 2 years ago

This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240

Sistem: Windows 10 NET Framework 4.5

EmilyGraceSeville7cf commented 2 years ago

I agree, it would be very well if @GlebSBrykin update this project to NET 5. :)

GlebSBrykin commented 2 years ago

This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240

This is not an error, but a warning from the compiler. This should not prevent the exe from being built.

GlebSBrykin commented 2 years ago

I agree, it would be very well if @GlebSBrykin update this project to NET 5. :)

In any case, it will be a separate branch that does not cancel or overlap the main one, which is intended for the built-in Windows dotnet.

EmilyGraceSeville7cf commented 2 years ago

In any case, it will be a separate branch that does not cancel or overlap the main one, which is intended for the built-in Windows dotnet.

Maybe it's better to create another repo to this purpose. It allows you to support several project versions at the same time for both repos without messing up in a single repo.

EmilyGraceSeville7cf commented 2 years ago

@alexey267, I've cloned this repo and I'll try to update project to .NET 5 in the future and add missing features at my glance. :)