anotherthomas

Results 10 comments of anotherthomas

I don't have the screen here at the moment, will do so as soon as possible

Would you accept pull requests? Although I've restructured the code quite a bit, so it wouldn't just be packaging...

No worries, just wanted to avoid double effort. I'm on it anyway for a present :)

So, working on the broader topic, what would we want to have? Going over https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/access-modifiers: * public and internal classes :heavy_check_mark: * nested classes other than public/internal :question: , but...

Tests split, version bumped :)

Sorry, had several things on my plate those last few months. Still interested?

The `RegisterPostInitializationOutput` option is neat, but as @Hau-Hau wrote can break things. Requiring another dependency just for that gets you into the "which one do I have to reference for...

I'd start with the actual access modifier for a class, so have `internal class SomethingNeededInTheAssemblyOnly: ISomethingNeededInTheAssemblyOnly` result in a `internal interface ISomethingNeededInTheAssemblyOnly`. That would enable the interface separation between "public...

I've put together a PR to show what I mean: https://github.com/codecentric/net_automatic_interface/pull/43