Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRikki Gibson <rigibson@microsoft.com>2019-06-26 00:49:38 +0300
committerGitHub <noreply@github.com>2019-06-26 00:49:38 +0300
commitb9a4bf42378bb04d6661e5547afcfc8c9edab0c7 (patch)
tree4248d225a4ca6d79a19eddd829c8b3154977eb3f /main/Directory.Build.props
parent34a0f560ea132e92ad1d8292d521a299e1f4d262 (diff)
Bump Roslyn to 3.2.0-beta4-19324-01
Updating roslyn to [2768eee](https://www.github.com/dotnet/roslyn/commit/2768eeeb2f449f768fe5233291dec940441b7f4f) Changes since [09ead1c](https://www.github.com/dotnet/roslyn/commit/09ead1c8036683f2939e9bc22508a33c1ea6c8bd) - [[master] Update dependencies from dotnet/arcade (#36651)](https://www.github.com/dotnet/roslyn/pull/36651) - [Merge pull request #36671 from sharwell/update-analyzers-easy](https://www.github.com/dotnet/roslyn/pull/36671) - [Merge pull request #36500 from ericmutta/patch-1](https://www.github.com/dotnet/roslyn/pull/36500) - [added NFW to get some data on incremental parsing bug where source si. (#36620)](https://www.github.com/dotnet/roslyn/pull/36620) - [Honor Disallow/AllowNull and Maybe/NotNull on properties (#36444)](https://www.github.com/dotnet/roslyn/pull/36444) - [Merge pull request #36584 from sharwell/feature-service](https://www.github.com/dotnet/roslyn/pull/36584) - [Use the arcade toolset project to build in determinism (#36623)](https://www.github.com/dotnet/roslyn/pull/36623) - [Wire NullableWalker snapshotting to the public SpeculativeSemanticModel apis (#36563)](https://www.github.com/dotnet/roslyn/pull/36563) - [Merge pull request #36605 from jasonmalinowski/add-tests-for-generate-type](https://www.github.com/dotnet/roslyn/pull/36605) - [Add nullable to IntroduceVariableService (#36416)](https://www.github.com/dotnet/roslyn/pull/36416) - [Merge pull request #36607 from sharwell/fix-test](https://www.github.com/dotnet/roslyn/pull/36607) - [Merge pull request #36459 from jasonmalinowski/fix-code-generation-helpers](https://www.github.com/dotnet/roslyn/pull/36459) - [Don't complete statement when typing semicolon inside comments in an argument list (#36521)](https://www.github.com/dotnet/roslyn/pull/36521) - [Add 'annotations' and 'warnings' support to nullable directive (#36464)](https://www.github.com/dotnet/roslyn/pull/36464) - [Fixed IDE services touching `notnull` constraint (#36508)](https://www.github.com/dotnet/roslyn/pull/36508) - [Merge pull request #36586 from chborl/MoveCaretCheck](https://www.github.com/dotnet/roslyn/pull/36586) - [Update compiler toolset to arcade version (#36549)](https://www.github.com/dotnet/roslyn/pull/36549) - [Do not include value types in NullableAttribute byte[] (#36519)](https://www.github.com/dotnet/roslyn/pull/36519) - [Merge pull request #36551 from sharwell/timeout-replacetext](https://www.github.com/dotnet/roslyn/pull/36551) - [Merge pull request #36366 from sharwell/order-naming-rules](https://www.github.com/dotnet/roslyn/pull/36366) - [Merge pull request #27942 from sharwell/isolate-editorconfig](https://www.github.com/dotnet/roslyn/pull/27942) - [Change `??=` for nullable value types as specified in LDM (#36329)](https://www.github.com/dotnet/roslyn/pull/36329) - [Merge pull request #36534 from heejaechang/addCompletionStatementTelemetry](https://www.github.com/dotnet/roslyn/pull/36534) - [Merge pull request #36523 from jasonmalinowski/fix-shared-project-non-fatal-watson](https://www.github.com/dotnet/roslyn/pull/36523) - [Revert 35746 (#36512)](https://www.github.com/dotnet/roslyn/pull/36512) - [Fix stack overflow in requesting syntax directives (#36347)](https://www.github.com/dotnet/roslyn/pull/36347) - [crash on ClassifyUpdate for EventFields (#35962)](https://www.github.com/dotnet/roslyn/pull/35962) - [Merge pull request #36517 from jasonmalinowski/fix-typeinferer-crash-with-method-inference](https://www.github.com/dotnet/roslyn/pull/36517) - [Merge pull request #36088 from avodovnik/dev/anvod/exclusivecompletion](https://www.github.com/dotnet/roslyn/pull/36088) - [Disable move type when the options service isn't present (#36334)](https://www.github.com/dotnet/roslyn/pull/36334) - [Merge pull request #36494 from YairHalberstadt/use-compound-assignment-not-suggested-when-right-hand-is-throw-expression](https://www.github.com/dotnet/roslyn/pull/36494) - [Fix parsing bug in invalid using statements (#36428)](https://www.github.com/dotnet/roslyn/pull/36428) - [Merge pull request #36458 from jasonmalinowski/fix-use-local-function](https://www.github.com/dotnet/roslyn/pull/36458) - [Merge pull request #36470 from sharwell/fix-config](https://www.github.com/dotnet/roslyn/pull/36470)
Diffstat (limited to 'main/Directory.Build.props')
-rw-r--r--main/Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Directory.Build.props b/main/Directory.Build.props
index 4bc6772ec5..f380e27522 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -17,7 +17,7 @@
<NuGetVersionNewtonsoftJson>10.0.3</NuGetVersionNewtonsoftJson>
<NuGetVersionNUnit2>2.7.0</NuGetVersionNUnit2>
<NuGetVersionNUnit3>3.9.0</NuGetVersionNUnit3>
- <NuGetVersionRoslyn>3.2.0-beta4-19317-08</NuGetVersionRoslyn>
+ <NuGetVersionRoslyn>3.2.0-beta4-19324-01</NuGetVersionRoslyn>
<NuGetVersionVSCodeDebugProtocol>15.8.20719.1</NuGetVersionVSCodeDebugProtocol>
<NuGetVersionVSComposition>15.8.112</NuGetVersionVSComposition>
<NuGetVersionVSEditor>16.1.28-g2ad4df7366</NuGetVersionVSEditor>