Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
169 commits
Select commit Hold shift + click to select a range
e54c35a
Initial support for "Simple Programs" feature. (#41706)
AlekseyTs Feb 24, 2020
63eb387
Support multi-unit Simple Programs. (#41926)
AlekseyTs Feb 28, 2020
8da805e
Merge remote-tracking branch 'dotnet/master' into SimplePrograms_04
AlekseyTs Feb 29, 2020
c798ced
Temporarily disable tests broken by the integartion.
AlekseyTs Mar 2, 2020
0aa7a00
Merge pull request #42032 from AlekseyTs/SimplePrograms_04
AlekseyTs Mar 2, 2020
c6dbaec
Report diagnostics when top level statements are used out of order. (…
AlekseyTs Mar 3, 2020
da19941
Adjustments to the parser behavior for a Simple Program (#42147)
AlekseyTs Mar 5, 2020
fb2092e
Share nullable rewritten root between semantic models targeting diffe…
AlekseyTs Mar 6, 2020
8331ee3
Adjust enclosing binder used to to create top-level locals in a Simpl…
AlekseyTs Mar 10, 2020
7848fa7
Enable pattern matching tests in context of a Simple Program. (#42328)
AlekseyTs Mar 11, 2020
1efabcd
Support `using` local declarations in a Simple Program. (#42385)
AlekseyTs Mar 16, 2020
8436989
Merge remote-tracking branch 'dotnet/master' into SimplePrograms_10
AlekseyTs Mar 16, 2020
207c68f
Follow-up on merge from master, strengthen code to suppress a nullabl…
AlekseyTs Mar 16, 2020
64cd5ac
Merge 'master' into SimplePrograms
AlekseyTs Mar 16, 2020
c7d7f9b
Support `await using/foreach` statements in a Simple Program. (#42485)
AlekseyTs Mar 17, 2020
d127e7c
Limit top-level statements to a single compilation unit within a prog…
AlekseyTs Mar 24, 2020
2e681ab
Support SemanticModel that ignores accessibility for top level statem…
AlekseyTs Mar 26, 2020
83c5dee
Enable analyzer actions for a Simple Program. (#43038)
AlekseyTs Apr 6, 2020
020f49d
Merge remote-tracking branch 'dotnet/master' into SimplePrograms_15
AlekseyTs Apr 6, 2020
915c14a
Adjust test base-line with Simple Programs feature in mind and tempor…
AlekseyTs Apr 7, 2020
951b49f
Merge master into SimplePrograms
AlekseyTs Apr 7, 2020
ac5d505
Misc. changes related to Simple Programs (#43213)
AlekseyTs Apr 13, 2020
dde3cab
Finalize the story around instrumentation for top-level statements in…
AlekseyTs Apr 13, 2020
3ce85f8
Merge remote-tracking branch 'dotnet/master' into SimplePrograms_18
AlekseyTs Apr 16, 2020
e91921c
Follow up on merge from master
AlekseyTs Apr 16, 2020
04956be
Merge master into SimplePrograms
AlekseyTs Apr 17, 2020
d1cb0b1
Support returning an integer from a Simple Program (#43451)
AlekseyTs Apr 20, 2020
2f91f7f
Merge remote-tracking branch 'dotnet/master' into SimplePrograms_20
AlekseyTs Apr 23, 2020
f5ce72c
Merge remote-tracking branch 'dotnet/master' into SimplePrograms_20
AlekseyTs Apr 24, 2020
0008dee
Merge master into SimplePrograms
AlekseyTs Apr 25, 2020
2412d11
Ensure a program with top level statements is an executable. (#43738)
AlekseyTs Apr 29, 2020
467d7cc
Add tests for remaining statements as top-level statements. (#43814)
AlekseyTs May 1, 2020
ae833b4
Update source-generators.cookbook.md
EnzoMeertens May 1, 2020
254e92f
Follow up on feature rename from "Simple programs" to "Top-level stat…
AlekseyTs May 7, 2020
dbdcab2
Merge remote-tracking branch 'dotnet/master' into SimplePrograms_24
AlekseyTs May 8, 2020
fa63e84
Follow up on merge from master
AlekseyTs May 8, 2020
b9c1266
Merge pull request #44082 from AlekseyTs/SimplePrograms_24
May 8, 2020
a80a092
Provide access to command line arguments within top-level statements …
AlekseyTs May 13, 2020
585e5ba
Merge remote-tracking branch 'dotnet/master' into SimplePrograms_27
AlekseyTs May 16, 2020
0cfc27f
Follow up on merge from master
AlekseyTs May 16, 2020
c265cd5
Merge pull request #44317 from AlekseyTs/SimplePrograms_27
May 16, 2020
20585af
Change optprof.json
genlu May 18, 2020
5e266c4
Merge remote-tracking branch 'dotnet/master-vs-deps' into dev/gel/Fix…
genlu May 18, 2020
9be1ef7
Misc. changes for Top-level statements (#44305)
AlekseyTs May 18, 2020
f51f2e7
Add FAR/inline rename support for symbol references in global suppres…
mavasani May 19, 2020
51894ce
Merge remote-tracking branch 'upstream/master' into RenameInSuppressM…
mavasani May 19, 2020
0d48a68
Fix nullable warnings
mavasani May 19, 2020
cfff16a
Address feedback + add a FAR test for generic type references in supp…
mavasani May 19, 2020
ebc4041
Remove explicit safe-flag. It is implied by the type of operation we …
CyrusNajmabadi May 19, 2020
c525b54
Fix 'foreach' completion in top-level statements
sharwell May 19, 2020
6ac04cd
Update tests
CyrusNajmabadi May 19, 2020
80d71e2
Make methods synchronous
CyrusNajmabadi May 19, 2020
057354d
inline method
CyrusNajmabadi May 19, 2020
f21e4bd
Break out logic for each type of import addition
CyrusNajmabadi May 19, 2020
f05e46c
Address feedback + add more tests
mavasani May 19, 2020
10f0a77
Don't add imports that have a high likelihood of causing conflicts
CyrusNajmabadi May 20, 2020
00e386f
VB tests
CyrusNajmabadi May 20, 2020
31f126f
Fix doc
CyrusNajmabadi May 20, 2020
e27d7fc
Only need to concern ourselves with usages of reduced extension methods.
CyrusNajmabadi May 20, 2020
b378c77
Pool
CyrusNajmabadi May 20, 2020
4272988
Don't need to check for namespaces, usings in C# do not bring these i…
CyrusNajmabadi May 20, 2020
34f2440
Fix nint/nuint generation. Fix test.
CyrusNajmabadi May 20, 2020
aaaab08
Fix tests
CyrusNajmabadi May 20, 2020
c2e759a
Fix tests
CyrusNajmabadi May 20, 2020
d512ac6
Fix tests
CyrusNajmabadi May 20, 2020
dd52de0
Only check for conflicts in the container we're adding imports to
CyrusNajmabadi May 20, 2020
43cba64
Only add named types
CyrusNajmabadi May 20, 2020
2270fa6
Push logic down
CyrusNajmabadi May 20, 2020
e6ce0fa
Fix test
CyrusNajmabadi May 20, 2020
f802d18
Move global suppressions FAR logic into a separate file
mavasani May 20, 2020
8371309
Add keyword recommender tests 'async' through 'byte'
sharwell May 19, 2020
2aa4319
Fix completion of unimported types with top-level statements
sharwell May 20, 2020
31e5ccd
Add test for renaming a local variable in a top-level statement
sharwell May 20, 2020
57f8a72
Implement Inline Temporary support for top-level statements
sharwell May 20, 2020
09da3b2
Handle case for renaming a type with its constructor referenced in a …
mavasani May 20, 2020
66bbe82
Follow-up on Test Plan review for Top-level statements (#44419)
AlekseyTs May 20, 2020
4f4aaa3
Fix assembly-test mapping
genlu May 20, 2020
a118521
Block some refactorings/fixes on top-level statements (#44410)
jcouv May 20, 2020
db52875
Move PROTOTYPE comments for "Top-level statements" to issues (#44426)
AlekseyTs May 20, 2020
e4baa2d
Do not ad using that might cause lambda ambiguity.
CyrusNajmabadi May 20, 2020
4870fd1
Do the same for VB
CyrusNajmabadi May 20, 2020
c27fc25
Add comment
CyrusNajmabadi May 20, 2020
0dd1547
Add analyzer/fixer to convert legacy FxCop format suppressions to Ros…
mavasani May 20, 2020
0b043dd
Merge pull request #44421 from sharwell/inline-temp
sharwell May 20, 2020
5e967a6
Update Add Parameter to support global statements
sharwell May 20, 2020
0f69376
Address feedback
mavasani May 20, 2020
3a51abe
Add comment + suppress nullable warning due to CodeStyle layer being …
mavasani May 20, 2020
366bae9
Fix 'Use Throw Expression' in top-level statements
sharwell May 20, 2020
110b4d7
Extract interface bug fix and tests
allisonchou May 21, 2020
f8850ae
Update tests for top-level statements
sharwell May 20, 2020
72b2e14
Fix optprof test mapping
genlu May 21, 2020
60689c2
Fix IDE configuration tests
mavasani May 21, 2020
b167379
Merge pull request #44417 from sharwell/rename-test
sharwell May 21, 2020
5a28f74
Merge pull request #44456 from sharwell/use-throw
sharwell May 21, 2020
a17d627
Merge pull request #44445 from sharwell/add-parameter
sharwell May 21, 2020
3516239
Merge remote-tracking branch 'upstream/master' into RemoveLegacySuppr…
mavasani May 21, 2020
36a0750
Merge remote-tracking branch 'upstream/master' into RenameInSuppressM…
mavasani May 21, 2020
dafc955
Disable test for assembly with missing ibc data
genlu May 21, 2020
dd7bbcb
Few more IDE scenarios for top-level statements (#44455)
jcouv May 21, 2020
1b7f5df
Global keyword recommender fix for and or
allisonchou May 21, 2020
2901aee
Add comment
allisonchou May 21, 2020
2ada2b9
Merge remote-tracking branch 'upstream/master' into RenameInSuppressM…
mavasani May 22, 2020
edffb8b
Fix nullable annotation to match implementation
mavasani May 22, 2020
54a9371
Merge remote-tracking branch 'upstream/master' into addImport
CyrusNajmabadi May 22, 2020
cd5afb8
Make static
CyrusNajmabadi May 22, 2020
7fe1797
Make tests clearer
CyrusNajmabadi May 22, 2020
fde0f6f
Simplify tests
CyrusNajmabadi May 22, 2020
fa5c5f5
Simplify tests
CyrusNajmabadi May 22, 2020
ff746d1
one parameter per line
CyrusNajmabadi May 22, 2020
1b2540a
Add docs
CyrusNajmabadi May 22, 2020
f93c5c6
Add docs.
CyrusNajmabadi May 22, 2020
8803b71
use proper comparere in VB
CyrusNajmabadi May 22, 2020
f069201
Add test
CyrusNajmabadi May 22, 2020
3811037
Add tests
CyrusNajmabadi May 22, 2020
6890284
Add C# test
CyrusNajmabadi May 22, 2020
7ec7d80
Walk less of the tree.
CyrusNajmabadi May 22, 2020
0aaa481
Tweak lookup
CyrusNajmabadi May 23, 2020
7b9ba62
Fix compiler
CyrusNajmabadi May 23, 2020
5b1f31a
Use var
mavasani May 23, 2020
548ad60
Add reference to Microsoft.ServiceHub.Framework (#43757)
tmat May 25, 2020
79db357
Restore 'generate constructor (without fields)'
CyrusNajmabadi May 26, 2020
b4e2e1b
Merge pull request #44368 from mavasani/RenameInSuppressMessage
mavasani May 26, 2020
2f6273b
Merge pull request #44549 from CyrusNajmabadi/genConstructor
May 26, 2020
5c666f7
Reject abstract base method when generating Equals and GetHashCode.
huoyaoyuan May 26, 2020
4647cae
Add unit test for issue 43290.
huoyaoyuan May 26, 2020
725e3fc
Merge pull request #44555 from huoyaoyuan/equals-hashcode-abstract-base
CyrusNajmabadi May 26, 2020
afc171b
fix tests
CyrusNajmabadi May 26, 2020
0a75fcd
fix tests
CyrusNajmabadi May 26, 2020
a3b0e6b
fix tests
CyrusNajmabadi May 26, 2020
09a9c40
fix tests
CyrusNajmabadi May 26, 2020
73b23d0
Merge pull request #44493 from dotnet/dev/gel/FixOptprof
JoeRobich May 26, 2020
3c37501
Address feedback
mavasani May 26, 2020
58847ec
Remove unnecessary item groups added to projitems by tooling
mavasani May 26, 2020
e5b052d
Merge pull request #44504 from allisonchou/AndOrGlobalBug
allisonchou May 26, 2020
282ae6e
Merge pull request #44460 from allisonchou/ExtractInterfaceError
allisonchou May 26, 2020
468caba
Add RichCodeNav Indexing task to CI (#44069)
xuachen May 26, 2020
731ece3
Document location node
sharwell May 26, 2020
dd96998
Replace IsTerminator with a feature-specific abstract method
sharwell May 26, 2020
068054a
Treat [module: ...] as a global attribute list
sharwell May 26, 2020
c7d55dc
Merge pull request #43884 from EnzoMeertens/patch-2
chsienki May 26, 2020
a76b3fd
Merge remote-tracking branch 'upstream/master' into addImport
CyrusNajmabadi May 26, 2020
280607e
lint
CyrusNajmabadi May 27, 2020
a2cfcdb
Update compiler status for pattern-matching changes. (#44432)
May 27, 2020
58c5fe1
lint
CyrusNajmabadi May 27, 2020
6ea929d
Merge pull request #44407 from CyrusNajmabadi/addImport
CyrusNajmabadi May 27, 2020
75a87bc
Merge remote-tracking branch 'dotnet/master' into SimplePrograms_31
AlekseyTs May 27, 2020
dfdc4ef
Merge pull request #44440 from mavasani/RemoveLegacySuppressions
mavasani May 27, 2020
4754b0f
Update the work around for .editorconfig evaluation bugs in command l…
mavasani May 27, 2020
1c98fe1
Doc update: Clarifications of deterministic inputs (#44462)
tmat May 27, 2020
7779f1a
Follow up on merge from master
AlekseyTs May 27, 2020
fd89007
Don't warn on uninitialized `[MaybeNull]` fields (#44435)
RikkiGibson May 27, 2020
f8a689a
Update azure-pipelines-richnav.yml
xuachen May 27, 2020
ef7f10b
Fix regression in lambda intellisense.
CyrusNajmabadi May 27, 2020
043ad16
No PR builds
xuachen May 27, 2020
3f92052
Merge pull request #44597 from xuachen/patch-2
jasonmalinowski May 27, 2020
fc049f9
Revert "Refactoring of Active Statement tracking for OOP (#44113)"
ryzngard May 27, 2020
772e024
Merge pull request #44402 from sharwell/completion-fixes
sharwell May 27, 2020
40f75a9
Restore 'DesignTimeBuild' check
mavasani May 27, 2020
9f2d254
Merge pull request #44601 from CyrusNajmabadi/lambdaIntellisense
May 27, 2020
79c941f
Merge pull request #44585 from AlekseyTs/SimplePrograms_31
May 27, 2020
527068c
Merge remote-tracking branch 'dotnet/features/SimplePrograms'
AlekseyTs May 28, 2020
4afa268
Revert "Make boolean value factory resilient in the face of errors. (…
RikkiGibson May 28, 2020
5e2c379
Merge remote-tracking branch 'upstream/release/dev16.7-preview2'
RikkiGibson May 28, 2020
04c2bdb
Revert "Revert "Make boolean value factory resilient in the face of e…
RikkiGibson May 28, 2020
c47bd2a
Merge pull request #44619 from RikkiGibson/merges/release/dev16.7-pre…
May 28, 2020
a4c0276
Adjust Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpIntelliSense…
AlekseyTs May 28, 2020
ffbb9c7
Merge pull request #44590 from mavasani/Issue44589
mavasani May 28, 2020
1b2c0b3
Merge pull request #44612 from AlekseyTs/master
May 28, 2020
9e97934
Merge pull request #44602 from dotnet/revert-44113-EncOopPrep
RikkiGibson May 28, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 34 additions & 0 deletions azure-pipelines-richnav.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Run on master CI builds
trigger:
branches:
include:
- master

pr: none

jobs:
- job: RichCodeNav_Indexing
pool:
name: NetCorePublic-Pool
queue: BuildPool.Windows.10.Amd64.Open
variables:
EnableRichCodeNavigation: true
timeoutInMinutes: 200

steps:
- script: eng/cibuild.cmd -configuration Debug -prepareMachine
displayName: Build

- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: 2.1.503

- task: RichCodeNavIndexer@0
displayName: RichCodeNav Upload
inputs:
languages: 'csharp'
environment: production
richNavLogOutputDirectory: $(Build.SourcesDirectory)/artifacts/bin
continueOnError: true
2 changes: 1 addition & 1 deletion docs/Language Feature Status.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ efforts behind them.
| [Native ints](https://github.com/dotnet/csharplang/issues/435) | [features/NativeInt](https://github.com/dotnet/roslyn/tree/features/NativeInt) | [Merged into 16.7p1](https://github.com/dotnet/roslyn/issues/38821) | [cston](https://github.com/cston) | [333fred](https://github.com/333fred), [gafter](https://github.com/gafter) | [jaredpar](https://github.com/jaredpar) |
| [Attributes on local functions](https://github.com/dotnet/csharplang/issues/1888) | [features/local-function-attributes](https://github.com/dotnet/roslyn/tree/features/local-function-attributes) | [Merged](https://github.com/dotnet/roslyn/issues/38801) | [RikkiGibson](https://github.com/RikkiGibson) | [agocke](https://github.com/agocke) | [agocke](https://github.com/agocke) |
| [Function pointers](https://github.com/dotnet/csharplang/issues/191) | [function-pointers](https://github.com/dotnet/roslyn/tree/features/function-pointers) | [In Progress](https://github.com/dotnet/roslyn/issues/43321) | [333fred](https://github.com/333fred) | [AlekseyTs](https://github.com/AlekseyTs) | [jaredpar](https://github.com/jaredpar) |
| [Pattern matching improvements](https://github.com/dotnet/csharplang/issues/2850) | [features/patterns3](https://github.com/dotnet/roslyn/tree/features/patterns3) | [In progress](https://github.com/dotnet/roslyn/issues/41502) ([test](https://github.com/dotnet/roslyn/issues/40727)) | [gafter](https://github.com/gafter) | [RikkiGibson](https://github.com/RikkiGibson),[agocke](https://github.com/agocke) | [gafter](https://github.com/gafter) |
| [Pattern matching improvements](https://github.com/dotnet/csharplang/issues/2850) | master | [Merged into 16.7p1](https://github.com/dotnet/roslyn/issues/40727) | [gafter](https://github.com/gafter) | [RikkiGibson](https://github.com/RikkiGibson),[agocke](https://github.com/agocke) | [gafter](https://github.com/gafter) |
| [Static lambdas](https://github.com/dotnet/csharplang/issues/275) | [features/static-lambdas](https://github.com/dotnet/roslyn/tree/features/static-lambdas) | [In progress](https://github.com/dotnet/roslyn/issues/39606) | [CyrusNajmabadi](https://github.com/CyrusNajmabadi) | [jcouv](https://github.com/jcouv) | [jcouv](https://github.com/jcouv) |
| [Records](https://github.com/dotnet/csharplang/issues/39) | [features/records](https://github.com/dotnet/roslyn/tree/features/records) | [In progress](https://github.com/dotnet/roslyn/issues/40726) | [agocke](https://github.com/agocke) | [gafter](https://github.com/gafter), [333fred](https://github.com/333fred) | [agocke](https://github.com/agocke) |
| [Target-typed conditional](https://github.com/dotnet/csharplang/issues/2460) | [features/target-typing](https://github.com/dotnet/roslyn/tree/features/target-typing) | [In Progress](https://github.com/dotnet/roslyn/issues/43186) | [gafter](https://github.com/gafter) | [agocke](https://github.com/agocke), [RikkiGibson](https://github.com/RikkiGibson) | [gafter](https://github.com/gafter) |
Expand Down
6 changes: 4 additions & 2 deletions docs/compilers/Deterministic Inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ The following are considered inputs to the compiler for the purpose of determini
- Rulesets
- "additional files" that may be used by analyzers
- The current culture (for the language in which diagnostics and exception messages are produced).
- The default encoding (or the current code page) if the encoding is not specified
- The current OS code page if `/codepage` is not specified and any of the input source files do not have BOM and are not UTF-8 encoded.
- The existence, non-existence, and contents of files on the compiler's search paths (specified, e.g. by `/lib` or `/recurse`)
- The CLR platform on which the compiler is run (e.g. the result of `double` arithmetic performed for constant-folding may use excess precision on some platforms).
- The CLR platform on which the compiler is run:
- The result of `double` arithmetic performed for constant-folding may use excess precision on some platforms.
- The compiler uses Unicode tables provided by the platform.
- The version of the zlib library that the CLR uses to implement compression (when `/embed` or `/debug:embedded` is used).
- The value of `%LIBPATH%`, as it can affect analyzer dependency loading.

Expand Down
21 changes: 21 additions & 0 deletions docs/features/TopLevelStatements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Top-level statements
=========================

Allow a sequence of *statements* to occur right before the *namespace_member_declaration*s of a *compilation_unit* (i.e. source file).

The semantics are that if such a sequence of *statements* is present, the following type declaration, modulo the actual type name and the method name, would be emitted:

``` c#
static class Program
{
static async Task Main()
{
// statements
}
}
```

Proposal: https://github.com/dotnet/csharplang/blob/master/proposals/top-level-statements.md
Open issues and TODOs are tracked at https://github.com/dotnet/roslyn/issues/41704.
Test plan: https://github.com/dotnet/roslyn/issues/43563.
See also https://github.com/dotnet/csharplang/issues/3117.
2 changes: 1 addition & 1 deletion docs/features/source-generators.cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public string Serialize()
addWithIndent($"\"Item1\": \"{this.Item1.ToString()}\",");
addWithIndent($"\"Item2\": {this.Item2.ToString()},");

sb.AppendLine("{");
sb.AppendLine("}");

return sb.ToString();

Expand Down
9 changes: 5 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
<MicrosoftNetSdkVersion>2.0.0-alpha-20170405-2</MicrosoftNetSdkVersion>
<MicrosoftNuGetBuildTasksVersion>0.1.0</MicrosoftNuGetBuildTasksVersion>
<MicrosoftPortableTargetsVersion>0.1.2-dev</MicrosoftPortableTargetsVersion>
<MicrosoftServiceHubClientVersion>2.4.206</MicrosoftServiceHubClientVersion>
<MicrosoftServiceHubClientVersion>2.4.227</MicrosoftServiceHubClientVersion>
<MicrosoftServiceHubFrameworkVersion>2.4.227</MicrosoftServiceHubFrameworkVersion>
<MicrosoftVisualBasicVersion>10.1.0</MicrosoftVisualBasicVersion>
<MicrosoftVisualStudioCallHierarchyPackageDefinitionsVersion>15.8.27812-alpha</MicrosoftVisualStudioCallHierarchyPackageDefinitionsVersion>
<MicrosoftVisualStudioCodeAnalysisSdkUIVersion>15.8.27812-alpha</MicrosoftVisualStudioCodeAnalysisSdkUIVersion>
Expand Down Expand Up @@ -160,8 +161,8 @@
<MicrosoftVisualStudioTextManagerInterop120Version>12.0.30110</MicrosoftVisualStudioTextManagerInterop120Version>
<MicrosoftVisualStudioTextManagerInterop121DesignTimeVersion>12.1.30328</MicrosoftVisualStudioTextManagerInterop121DesignTimeVersion>
<MicrosoftVisualStudioTextManagerInterop160DesignTimeVersion>16.0.0</MicrosoftVisualStudioTextManagerInterop160DesignTimeVersion>
<MicrosoftVisualStudioThreadingAnalyzersVersion>16.6.5-alpha</MicrosoftVisualStudioThreadingAnalyzersVersion>
<MicrosoftVisualStudioThreadingVersion>16.6.5-alpha</MicrosoftVisualStudioThreadingVersion>
<MicrosoftVisualStudioThreadingAnalyzersVersion>16.6.13</MicrosoftVisualStudioThreadingAnalyzersVersion>
<MicrosoftVisualStudioThreadingVersion>16.6.13</MicrosoftVisualStudioThreadingVersion>
<MicrosoftVisualStudioUtilitiesVersion>16.6.29925.50</MicrosoftVisualStudioUtilitiesVersion>
<MicrosoftVisualStudioValidationVersion>15.5.31</MicrosoftVisualStudioValidationVersion>
<MicrosoftVisualStudioVsInteractiveWindowVersion>2.8.0</MicrosoftVisualStudioVsInteractiveWindowVersion>
Expand Down Expand Up @@ -242,7 +243,7 @@
create a test insertion in Visual Studio to validate.
-->
<NewtonsoftJsonVersion>12.0.2</NewtonsoftJsonVersion>
<StreamJsonRpcVersion>2.3.99</StreamJsonRpcVersion>
<StreamJsonRpcVersion>2.4.34</StreamJsonRpcVersion>
<SystemCollectionsImmutableVersion>1.5.0</SystemCollectionsImmutableVersion>
<SystemReflectionMetadataVersion>1.6.0</SystemReflectionMetadataVersion>
<MicrosoftVisualStudioStaticReviewsEmbeddableVersion>0.1.102-alpha</MicrosoftVisualStudioStaticReviewsEmbeddableVersion>
Expand Down
Loading