forked from masbicudo/Fluent-Json.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
20 lines (17 loc) · 809 Bytes
/
Readme.txt
File metadata and controls
20 lines (17 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Visual Studio does not support openning all
projects at once. You must unload all of them
and reaload only the ones you want to work with.
A problem happens if you load the project
targeting both Lib_v10 and Lib_v9 and try to
build them. Visual Studio gets confused and
load incorrect versions of the Newtonsoft.Json
library from the NuGet. This is related with
this issue: https://github.com/NuGet/Home/issues/4463
Another problem happens if you load more than one
test project from the `Tests.Targeted` folder.
Load only one test project at a time.
Loading all of them will confuse Visual Studio
testing tool. The cause is the same as above,
the issue with multiple projects in one single folder.
To avoid errors when building for multiple versions
of the library, delete the \obj folder between builds.