* Update dependencies from https://github.com/dotnet/roslyn build
20230911.1
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23461.1
* Update dependencies from https://github.com/dotnet/roslyn build
20230911.4
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23461.4
* Update dependencies from https://github.com/dotnet/roslyn build
20230912.1
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.1
* Update dependencies from https://github.com/dotnet/roslyn build
20230912.2
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.2
* Update dependencies from https://github.com/dotnet/roslyn build
20230912.3
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.3
* Update dependencies from https://github.com/dotnet/roslyn build
20230912.4
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.4
* Update dependencies from https://github.com/dotnet/roslyn build
20230912.6
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.6
* Update dependencies from https://github.com/dotnet/roslyn build
20230912.7
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.7
* Update dependencies from https://github.com/dotnet/roslyn build
20230912.8
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.8
* Update dependencies from https://github.com/dotnet/roslyn build
20230912.9
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.9
* Update dependencies from https://github.com/dotnet/roslyn build
20230912.10
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.10
* Permit TypeAttributes.BeforeFieldInit for InterfaceTypeTestBase
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>99168dcff56809205e7ef8530d1256f3a07fab1f</Sha>
</Dependency>
- <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23451.1">
+ <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23462.10">
<Uri>https://github.com/dotnet/roslyn</Uri>
- <Sha>3686f3061a9202260a0de4d06e91855b0fa21e8c</Sha>
+ <Sha>1b7a6f807cb8ce709048debae6b771f4705a697a</Sha>
</Dependency>
- <Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23451.1">
+ <Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23462.10">
<Uri>https://github.com/dotnet/roslyn</Uri>
- <Sha>3686f3061a9202260a0de4d06e91855b0fa21e8c</Sha>
+ <Sha>1b7a6f807cb8ce709048debae6b771f4705a697a</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
- <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23451.1">
+ <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23462.10">
<Uri>https://github.com/dotnet/roslyn</Uri>
- <Sha>3686f3061a9202260a0de4d06e91855b0fa21e8c</Sha>
+ <Sha>1b7a6f807cb8ce709048debae6b771f4705a697a</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23458.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
they do not break the local dev experience.
-->
- <MicrosoftCodeAnalysisCSharpVersion>4.8.0-3.23451.1</MicrosoftCodeAnalysisCSharpVersion>
- <MicrosoftCodeAnalysisVersion>4.8.0-3.23451.1</MicrosoftCodeAnalysisVersion>
- <MicrosoftNetCompilersToolsetVersion>4.8.0-3.23451.1</MicrosoftNetCompilersToolsetVersion>
+ <MicrosoftCodeAnalysisCSharpVersion>4.8.0-3.23462.10</MicrosoftCodeAnalysisCSharpVersion>
+ <MicrosoftCodeAnalysisVersion>4.8.0-3.23462.10</MicrosoftCodeAnalysisVersion>
+ <MicrosoftNetCompilersToolsetVersion>4.8.0-3.23462.10</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
<!--
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.
public abstract class InterfaceTypeTestBase : TypePropertyTestBase
{
- public override TypeAttributes Attributes => TypeAttributes.AutoLayout | TypeAttributes.AnsiClass | TypeAttributes.Class | TypeAttributes.Public | TypeAttributes.ClassSemanticsMask | TypeAttributes.Abstract;
+ public override TypeAttributes Attributes => TypeAttributes.AutoLayout | TypeAttributes.AnsiClass | TypeAttributes.Class | TypeAttributes.Public | TypeAttributes.ClassSemanticsMask | TypeAttributes.Abstract | TypeAttributes.BeforeFieldInit;
public override Type BaseType => null;
}