You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glad it's working @markfinal! If you switch to the awesome PackageReference format for nuget references, you would only need to add it to the top-level dependency, since the reference flows transitively to all referencing projects now :)
Hi,
First of all, great idea for a NuGet package. Wish I'd found it sooner.
Unfortunately, in trying to use ThisAssembly directly as per the readme.txt, i.e. I added this to my C# source:
I get this error:
ThisAssembly' is inaccessible due to its protection level
since it's declared as
hence private.
Should ThisAssembly not be public in order to use as advertised?
Observed in both VisualStudio 2013, and VisualStudio for Mac 7.5.2.
Thanks
The text was updated successfully, but these errors were encountered: