Skip to content
Discussion options

You must be logged in to vote

C# has relatively few accessibilities. Each additional accessibility massively increases complexity - not just for the compiler but for analysers and source generators as well (I have spent many hours wrangling with accessibility in StrongInject, before eventually resorting to a less than perfect solution).

I don't think I've ever needed this particular accessibility. Given how niche it is, I think it quite unlikely that it justifies the costs.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@bernd5
Comment options

@wolgemoth
Comment options

@theunrepentantgeek
Comment options

@bernd5
Comment options

Answer selected by wolgemoth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants