Dennis Doomen
Dennis Doomen
I'm observing the exact same problem with this public repository: https://github.com/dennisdoomen/piercer/tree/AttemptToUseILRepack
It means that my library, framework or component can take a dependency on your package without having to bother my consumers with another dependency. [This blog post](http://www.continuousimprover.com/2016/10/principles-for-successful-package.html) provides some of...
> So src package uses internal and library uses public? Yep
In FluidCaching I decided to keep the files separate for easy editing and then "compiled" them together before I build the Nuget package.
I just want to be able to add a nuget package that will add the files as .cs files to the project. I'd use it everywhere!
Now I wonder how R# understands that `Assert.IsNotNull` will ensure that `car` can no longer be null. Did they add the Resharper Annotations attributes to the framework? Or does R#...
We'll investigate, but I have a suspicion the R# attributes are not going to be enough. > Imagine an enterprise saying that every code file must not contain any R#...
That's isn't really helping either. But I've just reached out to Jetbrains to ask them if there is a better way.
Yes, and there isn't.
Why not use a milestone for this?