Fody / NullGuard

Adds null argument checks to an assembly
MIT License
686 stars 54 forks source link

.NET Standard support #69

Closed yozzozo closed 6 years ago

yozzozo commented 7 years ago

Hey guys,

.NET Standard is the future -- would be nice to support this so I can switch from using PCLs (many other packages I use are adding support, this is one of the only ones that doesn't support it).

Thanks!

MovGP0 commented 7 years ago

starting with Visual Studio 2017, dotnetstandard replaces PCL, so I do not consider it the future, but the new standard. It is unfortunate that NullGuard does not support it yet.

tomekjanicki commented 7 years ago

Are there any plans to migrate to .net standard in the near future? As I understand now Fody (2.0.9) now supports .NET Standard 1.6.

distantcam commented 7 years ago

I'd happily accept a PR.

On Fri, 19 May 2017 at 3:23 pm, tomekjanicki notifications@github.com wrote:

Are there any plans to migrate to .net standard in the near future? As I understand now Fody (2.0.9) now supports .NET Standard 1.6.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Fody/NullGuard/issues/69#issuecomment-302629374, or mute the thread https://github.com/notifications/unsubscribe-auth/ABPRn81adW8WxeOwgRhMBHrv2m051_R7ks5r7UNUgaJpZM4LTcCO .

srollinet commented 6 years ago

Any news about these PRs? It would be great to have that for NetStandard!