- 8月 08, 2019
-
-
由 dotnet-automerge-bot 创作于
Merge release/dev16.2 to release/dev16.2-vs-deps
-
由 Joey Robichaud 创作于
Clear Major/MinorVersion to keep arcade from overwriting our VersionPrefix
-
由 Joey Robichaud 创作于
-
由 Andy Gocke 创作于
There was a previous parsing change (#32999) which modified namespace parsing to allow modifiers and attributes on namespaces, to improve error recovery. This PR contained a bug because it didn't move the incremental parsing check to before parsing attributes and modifiers, which should now be included in incremental parsing to prevent changes from being dropped Fixes #37665, #37664, #37663
-
由 dotnet-automerge-bot 创作于
Merge release/dev16.2 to release/dev16.2-vs-deps
-
- 8月 07, 2019
-
-
由 Joey Robichaud 创作于
Skip tests requiring legacy EditorConfig
-
由 Joey Robichaud 创作于
-
- 8月 06, 2019
-
-
由 Joey Robichaud 创作于
-
由 Joey Robichaud 创作于
Update LanguageServices dependencies
-
由 Joey Robichaud 创作于
-
- 8月 01, 2019
-
-
由 Joey Robichaud 创作于
Update NuGet Dependencies in Release/dev16.2-vs-deps
-
由 Joey Robichaud 创作于
Update version of ICSharpCode.Decompiler and M.CA.FlowAnalysis.Utilities
-
- 7月 30, 2019
-
-
由 Andy Gocke 创作于
Merge release/dev16.2 to release/dev16.2-vs-deps
-
由 Julien Couvreur 创作于
Fix #37456 in 16.2 by cherry-picking commit a0009846 (from PR #37487)
-
由 Manish Vasani 创作于
-
由 Joey Robichaud 创作于
Move to release versions.
-
- 7月 09, 2019
-
-
由 dotnet-automerge-bot 创作于
Merge release/dev16.2 to release/dev16.2-vs-deps
-
由 Jinu 创作于
Workaround IExperimentationService having a UI thread dependency
-
- 7月 04, 2019
-
-
由 Jason Malinowski 创作于
Right now we are seeing deadlocks where MEF is trying to create the RoslynVisualStudioWorkspace on a background thread, and that deadlocks because the IExperimentationService it tries to use has a UI thread dependency. This breaks that specific cycle by avoiding using the IExperimentationService until on the UI thread -- we know we can't be asked for document options until we have documents, and that can't happen until we get projects. Thankfully, the creation of projects are still UI affinitized so we can initialize it there.
-
- 6月 27, 2019
-
-
由 Rikki Gibson 创作于
Flow dev16.2 to dev16.2-vs-deps
-
由 Jason Malinowski 创作于
Show nullability flow analysis in Quick Info
-
由 Jonathon Marolf 创作于
Revert "use the source instead of the name to find nuget packages"
-
由 Jonathon Marolf 创作于
This reverts commit 0d8d2afb.
-
由 Joey Robichaud 创作于
Skip BasicEditAndContinue tests
-
由 Jason Malinowski 创作于
-
由 Jason Malinowski 创作于
If you mouse over a local, field, etc., and we have computed nullable flow analysis for it, we'll tell you whether the compiler thinks the item is null or not at that point.
-
由 Julien Couvreur 创作于
-
https://github.com/dotnet/arcade由 dotnet-maestro[bot] 创作于
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.2
-
由 Joey Robichaud 创作于
-
- 6月 26, 2019
-
-
由 dotnet-automerge-bot 创作于
Merge master to master-vs-deps
-
由 AlekseyTs 创作于
Related to #35619.
-
由 dotnet-automerge-bot 创作于
Merge master to master-vs-deps
-
由 AlekseyTs 创作于
Fix GetHashCode on constructed types with annotated type arguments
-
由 Joey Robichaud 创作于
-
由 Joey Robichaud 创作于
-
由 dotnet-automerge-bot 创作于
Merge master to master-vs-deps
-
由 Julien Couvreur 创作于
Conflicts: src/Compilers/CSharp/Test/Semantic/Semantics/NullableReferenceTypesTests.cs
-
由 Manish Vasani 创作于
Handle lazy loading of analyzer command handlers
-
由 Manish Vasani 创作于
Add workarounds to IDE analyzers for missing IOperation/CFG support for using declarations
-
由 Andy Gocke 创作于
-