CollinAlpert / Lombok.NET

.NET adaptation for Java's Lombok using Source Generators.
MIT License
309 stars 16 forks source link

Lombok.Net with .net framework #13

Closed Alexander-Gerontas closed 1 year ago

Alexander-Gerontas commented 1 year ago

I am developing a .net framework project and your library would help me cleanup a lot of boilerplate in my code. However I think that it only works with .net core projects.

Things I tried:

Is the library compatible with .net framework or is it only compatible with .net core? I am using Rider 2022.1.1 Thanks in advance!

CollinAlpert commented 1 year ago

I believe using Source Generators in .NET Framework is an unsupported scenario. Can you tell me which .NET Framework version you are using?

Alexander-Gerontas commented 1 year ago

Sure, Framework version: 4.7.1, Language version: C# 10.0

CollinAlpert commented 1 year ago

Unfortunately reproducing .NET Framework issues is not really possible for me and it is also not a scenario I want to have to support. I might revisit this issue in the future if I have the means to reproduce it.