TinyIoC
TinyIoC copied to clipboard
TinyIoC: Fix missing XML documentation
I recently did some work in a project where the assembly including TinyIoC built XML documentation, and they had enabled 'Treat warning as errors', so TinyIoC caused compile errors out of the box. This PR fixes this.
A better fix is to not include the raw CS file, but rather a built DLL in the nuget package.
see issue #54
@ghostsquad the whole point of tinyioc is to not do that.. so no, that's not a "better fix"
I agree with @grumpydev, in my case TinyIoC must be included as a cs-file, and made internal. Exactly the point why TinyIoC is distributed as it is.
Any plans on getting this merged? :)
As a workaround I'm adding some pragma statements to the file in the project I'm currently working on.
#pragma warning disable 1574, 1591, 1711, 1712
Can you fix the merge conflicts and we'll accept this pr with the documentation changes.