Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/roslyn #101330

Merged
merged 10 commits into from
Apr 29, 2024

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Apr 20, 2024

This pull request updates the following dependencies

From https://github.com/dotnet/roslyn

  • Subscription: 037eb78c-9902-4cb9-856d-08db8ed7cafd
  • Build: 20240428.1
  • Date Produced: April 28, 2024 10:30:40 AM UTC
  • Commit: 7a96b1530744f6637ad6bb6bf5b8dfa33ea15b81
  • Branch: refs/heads/main

…419.13

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24219.13
…420.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24220.2
…421.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24221.2
…423.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24223.2
…423.15

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24223.15
…424.9

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24224.9
@lewing
Copy link
Member

lewing commented Apr 26, 2024

 at Microsoft.CodeAnalysis.Serialization.SerializerService..ctor(SolutionServices workspaceServices)
   at Microsoft.CodeAnalysis.Serialization.SerializerService.Factory.CreateService(HostWorkspaceServices workspaceServices)
   at Microsoft.CodeAnalysis.Host.Mef.MefWorkspaceServices.<>c__DisplayClass5_0.<.ctor>b__1()
   at System.Lazy`1[[Microsoft.CodeAnalysis.Host.IWorkspaceService, Microsoft.CodeAnalysis.Workspaces, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]].ViaFactory(LazyThreadSafetyMode mode) in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 329
   at System.Lazy`1[[Microsoft.CodeAnalysis.Host.IWorkspaceService, Microsoft.CodeAnalysis.Workspaces, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]].ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 347
   at System.Lazy`1[[Microsoft.CodeAnalysis.Host.IWorkspaceService, Microsoft.CodeAnalysis.Workspaces, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]].CreateValue() in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 427
   at System.Lazy`1[[Microsoft.CodeAnalysis.Host.IWorkspaceService, Microsoft.CodeAnalysis.Workspaces, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]].get_Value() in /_/src/libraries/System.Private.CoreLib/src/System/Lazy.cs:line 507
   at Microsoft.CodeAnalysis.Host.Mef.MefWorkspaceServices.GetService[ISerializerService]()
   at Microsoft.CodeAnalysis.Host.SolutionServices.GetService[ISerializerService]()
   at Microsoft.CodeAnalysis.ProjectState.GetParseOptionsChecksum()
   at Microsoft.CodeAnalysis.Storage.ProjectKey.ToProjectKey(SolutionKey solutionKey, ProjectState projectState)
   at Microsoft.CodeAnalysis.FindSymbols.AbstractSyntaxIndex`1.<LoadAsync>d__16[[Microsoft.CodeAnalysis.FindSymbols.TopLevelSyntaxTreeIndex, Microsoft.CodeAnalysis.Workspaces, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]].MoveNext()
   at Microsoft.CodeAnalysis.FindSymbols.AbstractSyntaxIndex`1.<GetIndexWorkerAsync>d__8[[Microsoft.CodeAnalysis.FindSymbols.TopLevelSyntaxTreeIndex, Microsoft.CodeAnalysis.Workspaces, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]].MoveNext()
   at Microsoft.CodeAnalysis.FindSymbols.AbstractSyntaxIndex`1.<GetIndexAsync>d__7[[Microsoft.CodeAnalysis.FindSymbols.TopLevelSyntaxTreeIndex, Microsoft.CodeAnalysis.Workspaces, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]].MoveNext()
   at Microsoft.CodeAnalysis.FindSymbols.AbstractSyntaxIndex`1.<GetRequiredIndexAsync>d__5[[Microsoft.CodeAnalysis.FindSymbols.TopLevelSyntaxTreeIndex, Microsoft.CodeAnalysis.Workspaces, Version=4.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]].MoveNext()
   at Microsoft.CodeAnalysis.FindSymbols.DependentTypeFinder.ProjectIndex.CreateIndexAsync(Project project, CancellationToken cancellationToken)
   at Microsoft.CodeAnalysis.FindSymbols.DependentTypeFinder.<>c__DisplayClass6_0.<<DescendInheritanceTreeAsync>g__AddDescendantSourceTypesInProjectAsync|1>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.CodeAnalysis.FindSymbols.DependentTypeFinder.<>c__DisplayClass6_0.<<DescendInheritanceTreeAsync>g__DescendInheritanceTreeInProjectAsync|0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.CodeAnalysis.FindSymbols.DependentTypeFinder.DescendInheritanceTreeAsync(INamedTypeSymbol type, Solution solution, IImmutableSet`1 projects, Func`3 typeMatches, Func`2 shouldContinueSearching, Boolean transitive, CancellationToken cancellationToken)
   at Microsoft.CodeAnalysis.FindSymbols.DependentTypeFinder.FindTypesInCurrentProcessAsync(INamedTypeSymbol type, Solution solution, IImmutableSet`1 projects, Boolean transitive, DependentTypesKind kind, CancellationToken cancellationToken)
   at Microsoft.CodeAnalysis.FindSymbols.DependentTypeFinde

lewing and others added 3 commits April 25, 2024 20:49
…425.10

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24225.10
…426.4

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24226.4
…428.1

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24228.1
@jkotas jkotas merged commit 95ed37a into main Apr 29, 2024
153 of 160 checks passed
@jkotas jkotas deleted the darc-main-04346407-aac3-4561-b075-fc2777c7c9b4 branch April 29, 2024 04:02
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
* Update dependencies from https://github.com/dotnet/roslyn build 20240419.13

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24219.13

* Update dependencies from https://github.com/dotnet/roslyn build 20240420.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24220.2

* Update dependencies from https://github.com/dotnet/roslyn build 20240421.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24221.2

* Update dependencies from https://github.com/dotnet/roslyn build 20240423.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24223.2

* Update dependencies from https://github.com/dotnet/roslyn build 20240423.15

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24223.15

* Update dependencies from https://github.com/dotnet/roslyn build 20240424.9

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24224.9

* Update dependencies from https://github.com/dotnet/roslyn build 20240425.10

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24225.10

* Update dependencies from https://github.com/dotnet/roslyn build 20240426.4

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24226.4

* Update dependencies from https://github.com/dotnet/roslyn build 20240428.1

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24228.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
michaelgsharp pushed a commit to michaelgsharp/runtime that referenced this pull request May 9, 2024
* Update dependencies from https://github.com/dotnet/roslyn build 20240419.13

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24219.13

* Update dependencies from https://github.com/dotnet/roslyn build 20240420.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24220.2

* Update dependencies from https://github.com/dotnet/roslyn build 20240421.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24221.2

* Update dependencies from https://github.com/dotnet/roslyn build 20240423.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24223.2

* Update dependencies from https://github.com/dotnet/roslyn build 20240423.15

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24223.15

* Update dependencies from https://github.com/dotnet/roslyn build 20240424.9

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24224.9

* Update dependencies from https://github.com/dotnet/roslyn build 20240425.10

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24225.10

* Update dependencies from https://github.com/dotnet/roslyn build 20240426.4

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24226.4

* Update dependencies from https://github.com/dotnet/roslyn build 20240428.1

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-1.24219.1 -> To Version 4.11.0-1.24228.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
@github-actions github-actions bot locked and limited conversation to collaborators May 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-codeflow for labeling automated codeflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants