-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: UWP
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Can't compile with .NET compile tool chain (which is used to build release build for UWP app)
Error log:
C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : Internal compiler error: Object reference not set to an instance of an object.
See attachment for full build log output.
Steps to reproduce this error
- New project with Visual Studio -> C# Blank App (Universal Windows)
- Install MongoDB.Driver (latest stable version 19.0)
- Build release x64
- Build fail
P.S. I've tested with different version of MongoDB.Driver
-> 12.0 - 17.0 build success
-> 17.1 - 19.0 build failure