Ryan Binns
Ryan Binns
Yes, this reproduces it every run. ```c++ #include #include int main(int argc, char *argv[]) { YDoc *doc = ydoc_new(); const Branch *array = yarray(doc, "array1"); uint32_t subscription = yarray_observe( array,...
Not exactly the same, but related. If you set `EnableManagedPackageReferenceSupport` in an older project targeting .NET Framework (ours was targeting v4.7.2), you get a very cryptic error message: ``` NU1201:...
@lukka Attached is a minimal set of two projects that reproduces the issue. Both projects target .NET Framework 4.7.2, but the .vcxproj has the `` property set to `true`. If...
> @ryanbinnsrv @walterlv and all: let me know if you are experiencing any problem with CLR .NET projects that leverage NuGet's ``. The problems reported in this issue should all...