Closed AlexRadch closed 3 years ago
Hey, sorry to disappoint, but that's something that I'm not going to tackle because I don't have the time/personal need for it at the moment. But please feel free to build on this repository to do it yourself (or my IsExternalInit repo, because it's less complex configuration-wise).
When I use
ref readonly
andin parameter
in package fornetstandard1.0
target, compiler return errorPredefined type 'System.Runtime.InteropServices.InAttribute' is not defined or imported
.Can you add new package like Nullable to support
ref readonly
andin parameter
fornetstandard1.0
.Thanks.