dannyvv
f07942480a
Add /ado flag to runcheckintest when building in the lab ( #779 )
2019-08-21 13:26:26 -07:00
dannyvv
96c1ff4ef1
Have dev-builds be interactive by default ( #686 )
2019-08-05 12:43:45 -07:00
Michael Pysson
0faaa08dd3
Revamp incremental nuget spec generation ( #652 )
2019-07-31 09:38:07 -07:00
Kevin Bazan Williams
989c2fe864
StatusMessge -> StatusMessage ( #554 )
...
Spellcheck
2019-07-05 10:44:49 -07:00
Kristijan Šimić
1f753c91d2
Remove old and unused in memory cache config files from .NET Core
2019-05-23 11:54:35 +02:00
Aleksandar Milicevic
0f6e056f9a
Use regular lock instead of ReaderWriterLock in ConcurrentBoundedSortedCollection ( #325 )
...
Previously, a ReaderWriterLock was used.
On .NET Core, errors like "Attempt to release a lock that is not owned by the calling thread" were happening regularly in our CI validations.
This PR replaces this lock with a regular exclusive lock, since in our particular uses of ConcurrentBoundedSortedCollection we never have only concurrent reads, so it's questionable if we were getting any benefits from use a read-write lock.
AB#1533036
2019-05-17 16:36:09 -07:00
Aleksandar Milicevic
22b3129e4a
[.NET Core] Remove more DISABLE_FEATURE constants ( #319 )
...
- remove define constants:
- DISABLE_FEATURE_HTTPEXCEPTION
- DISABLE_FEATURE_SECURITY_ATTRIBUTES
AB#1521781
2019-05-16 10:14:03 -07:00
Aleksandar Milicevic
b077cf9eba
[.NET Core] Change the default qualifier to DebugDotNetCore ( #309 )
2019-05-16 07:47:40 -07:00
dannyvv
71f1d7031d
Stop building most projects under net461
...
Maintaining the bits in our nuget folders as customers depend on them (#205 )
2019-04-25 13:51:19 -07:00
Microsoft Open Source
b5c9f43106
Initial sync
...
Sync from internal 'Domino' repo at 7ef83bdcd855bd3a837464e44d6de25f19775b5c
2019-03-28 15:35:49 -07:00