- 5月 16, 2019
-
-
由 Jason Malinowski 创作于
Merge release/dev16.1 to release/dev16.1-vs-deps
-
由 Jason Malinowski 创作于
Ensure we give .editorconfig keys in the same order as in the file
-
由 Jason Malinowski 创作于
Right now our naming styles .editorconfig format implicitly relies on the order of keys being preserved from the .editorconfig file on disk into the IDictionary<string, object> that's handed to the parser. This is problematic in many ways, but until we either redesign the format to avoid the need of ordering, or make the ordering explicit, we should ensure we actually maintain that ordering. Fixes https://github.com/dotnet/roslyn/issues/35488
-
由 Jason Malinowski 创作于
-
- 5月 15, 2019
-
-
由 dotnet-automerge-bot 创作于
Merge release/dev16.1 to release/dev16.1-vs-deps
-
由 Julien Couvreur 创作于
Fix bug where pattern-matching treats a type parameter as if it is a reference (which it might not be)
-
- 5月 14, 2019
-
-
由 Neal Gafter 创作于
-
- 5月 12, 2019
-
-
由 Neal Gafter 创作于
Fix bug where pattern-matching treats a type parameter as if it is a reference (which it might not be) Fixes #35584
-
- 5月 11, 2019
-
-
由 dotnet-automerge-bot 创作于
Merge release/dev16.1 to release/dev16.1-vs-deps
-
由 Gen Lu 创作于
Fix commit of import completion
-
由 Tom Meschter 创作于
LOC CHECKIN | dotnet/roslyn dev16.1-vs-deps | 20190510
-
由 Gen Lu 创作于
-
由 Tom Meschter 创作于
Disable a couple of unit tests that hard-code a string instead of using the associated resource. This guarantees the unit tests will fail when the users locale is set to anything other than en. This is being tracked by #35631.
-
- 5月 10, 2019
-
-
由 Mirek Driml (Moravia IT) 创作于
-
由 Gen Lu 创作于
-
- 5月 09, 2019
-
-
由 dotnet-automerge-bot 创作于
Merge release/dev16.1 to release/dev16.1-vs-deps
-
由 Jason Malinowski 创作于
Fix having the wrong syntax trees after adding an .editorconfig
-
由 Gen Lu 创作于
Fix logging for option value change
-
由 Heejae Chang 创作于
-
- 5月 04, 2019
-
-
由 David Poeschl 创作于
Merge release/dev16.1 to release/dev16.1-vs-deps
-
由 David Poeschl 创作于
Fix yaml to pick up full branch name
-
由 Gen Lu 创作于
-
由 Gen Lu 创作于
-
由 Gen Lu 创作于
Update PublishData.json
-
由 Gen Lu 创作于
Seems we are missing the entry for new release/dev16.1-vs-deps branch, which might be causing optprof run failure
-
- 5月 03, 2019
-
-
由 David Poeschl 创作于
Merge release/dev16.1 to release/dev16.1-vs-deps
-
由 David Poeschl 创作于
-
由 Jinu 创作于
IntelliCode duplicate items inhibit Ctrl+Space
-
由 Gen Lu 创作于
Avoid caching VS completion item
-
由 Gen Lu 创作于
Add import completion telemetry
-
由 dotnet-automerge-bot 创作于
Merge release/dev16.1 to release/dev16.1-vs-deps
-
由 Gen Lu 创作于
Fix razor completion
-
由 Cheryl Borley 创作于
Allow `ignore spaces around declaration` to work when `preserve single line statements` is set to false (#34959) * Add tests for 31868 * interim fix * Fix check for flag
-
由 Jason Malinowski 创作于
-
由 Jason Malinowski 创作于
Adding an .editorconfig requires us to update the compilation with new syntax trees that contain the per-tree diagnostic options for the compiler. When I created the CompilationTranslationAction, I accidentally passed the old ProjectState instead of the new ProjectState which meant we'd remove and re-add all the old trees instead of the new trees.
-
由 Sam Harwell 创作于
Compute indices when OOP is disabled -
由 David Poeschl 创作于
Merge release/dev16.1 to release/dev16.1-vs-deps
-
由 Gen Lu 创作于
-
由 Gen Lu 创作于
-
- 5月 02, 2019
-