Commit Graph

11 Commits

Author SHA1 Message Date
John Luo 2283bd63f5 Add attribute to allow LoggedTest to collect dump on failure (#905)
* Add attribute for collecting dumps for failed LoggedTest
2019-01-07 13:42:22 -05:00
Andrew Lock e21dc21b40 Use Task.Run instead of Task.Factory.StartNew (#611)
Addresses #571
Using `TaskCreationOptions.LongRunning` creates a dedicated thread, but
it's released on the first await. Using Task.Run uses the thread pool
instead
2019-01-02 09:12:26 -08:00
Pavel Krymets 22097c6c35 Capture LoggedTest.Initialize exception and re-trow in Dispose (#770) 2018-12-17 09:18:26 -08:00
Pavel Krymets a0a95ad1ea Merge branch 'release/2.2' 2018-12-12 10:40:41 -08:00
Pavel Krymets 38a1bf6285 Merge branch 'merge/release/2.1-to-release/2.2' of github.com:dotnet-maestro-bot/Common into merge/release/2.1-to-release/2.2 2018-12-12 09:27:33 -08:00
Pavel Krymets 7d2b7a5fb8 Remove internal types from Logging and Abstractions (#513) 2018-11-16 08:33:57 -08:00
Pavel Krymets 8a586ceb57 Remove obsolete types from Azure logging (#498) 2018-11-14 12:46:22 -08:00
Pavel Krymets ef4b214125 Drop messages in azure loggers if queue is full (#494) 2018-11-14 09:59:30 -08:00
Nate McMaster fc4e64de38 Reorganize source code in preparation to move into aspnet/Extensions
Prior to reorganization, this source code was found in f7d8e4e053
2018-11-06 17:12:46 -08:00
Nate McMaster 08375cd15c Reorganize source code in preparation to move into aspnet/Extensions
Prior to reorganization, this source code was found in 5381f42ded
2018-11-06 16:14:26 -08:00
Nate McMaster 018907bec0 Reorganize source code in preparation to move into aspnet/Extensions
Prior to reorganization, this source code was found in 8270c54522
2018-11-06 14:13:18 -08:00