codecentric / net_automatic_interface

.Net Source Generator for Automatic Interfaces
MIT License
62 stars 14 forks source link

Will the repository be maintained? #22

Closed awasilik closed 9 months ago

awasilik commented 10 months ago

@ChristianSauer will the repository be maintained anyhow?

I am not sure if I should invest time into preparing PR with fixes. I find this tool very useful, but it could use some improvements and one fix to be possible to be used.

Please leave a note. Thank you

ChristianSauer commented 10 months ago

Yes, I would love to! My family and I where hit hard with corona so I behind on a lot of projects. Hopefully this will change in the near future.

awasilik commented 10 months ago

Great to hear :) I saw one PR that was abandoned that fixed the issue https://github.com/codecentric/net_automatic_interface/issues/18

If I spend some time to revive it would you be willing to publish new updated nuget?

ChristianSauer commented 9 months ago

Thjat should be fixed in 2.0.0, if not can you create a ticket?

awasilik commented 9 months ago

Yes, thanks for the update!

The issue has been solved, but the new one preventing the usage occur :(

Nevertheless, good job with changing to IncrementalGenerator, seems like a big step forward.

ChristianSauer commented 9 months ago

Did 2.1.0 fix the issues?

awasilik commented 9 months ago

Fixed the issue with two interfaces generated in the same namespace, but brought back the issue with invalid treating of default boolean parameters :(

The one with nullable types giving warnings is not fixed too.

ChristianSauer commented 9 months ago

@awasilik Can you please open a new issue with a sample (ideally 2.1.1). The relevant tests are still green so there must be a broken assumption