Skip to content

Commit a05bf46

Browse files
authored
Release 4.1.2 (CLI 0.4.0) (#976)
1 parent b11a3ed commit a05bf46

File tree

1,021 files changed

+6494
-5123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,021 files changed

+6494
-5123
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.2] - 2022-10-31
11+
1012
### Added
1113

1214
- Convert more syntax to implicit object creation (RCS1250) ([#910](https://github.com/josefpihrt/roslynator/pull/910)).

docs/api.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
assembly Roslynator.Core, Version=4.1.0.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
2-
assembly Roslynator.CSharp, Version=4.1.0.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
3-
assembly Roslynator.CSharp.Workspaces, Version=4.1.0.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
4-
assembly Roslynator.Testing.Common, Version=4.1.0.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
5-
assembly Roslynator.Testing.CSharp, Version=4.1.0.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
6-
assembly Roslynator.Testing.CSharp.Xunit, Version=4.1.0.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
7-
assembly Roslynator.Workspaces.Core, Version=4.1.0.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
1+
assembly Roslynator.Core, Version=4.1.2.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
2+
assembly Roslynator.CSharp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
3+
assembly Roslynator.CSharp.Workspaces, Version=4.1.2.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
4+
assembly Roslynator.Testing.Common, Version=4.1.2.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
5+
assembly Roslynator.Testing.CSharp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
6+
assembly Roslynator.Testing.CSharp.Xunit, Version=4.1.2.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
7+
assembly Roslynator.Workspaces.Core, Version=4.1.2.0, Culture=neutral, PublicKeyToken=926ea54d246a765e
88

99
namespace Roslynator
1010

docs/api/Microsoft/CodeAnalysis/CSharp/Syntax/AccessorDeclarationSyntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
| Extension Method | Summary |
66
| ---------------- | ------- |
7-
| [BodyOrExpressionBody(AccessorDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/BodyOrExpressionBody/README.md#Roslynator_CSharp_SyntaxExtensions_BodyOrExpressionBody_Microsoft_CodeAnalysis_CSharp_Syntax_AccessorDeclarationSyntax_) | Returns accessor body or an expression body if the body is null\. |
7+
| [BodyOrExpressionBody(AccessorDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/BodyOrExpressionBody/README.md#4213369124) | Returns accessor body or an expression body if the body is null\. |
88
| [IsAutoImplemented(AccessorDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/IsAutoImplemented/README.md) | Returns true is the specified accessor is auto\-implemented accessor\. |
99

docs/api/Microsoft/CodeAnalysis/CSharp/Syntax/AccessorListSyntax/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
| Extension Method | Summary |
66
| ---------------- | ------- |
7-
| [Getter(AccessorListSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/Getter/README.md#Roslynator_CSharp_SyntaxExtensions_Getter_Microsoft_CodeAnalysis_CSharp_Syntax_AccessorListSyntax_) | Returns a get accessor contained in the specified list\. |
8-
| [Setter(AccessorListSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/Setter/README.md#Roslynator_CSharp_SyntaxExtensions_Setter_Microsoft_CodeAnalysis_CSharp_Syntax_AccessorListSyntax_) | Returns a set accessor contained in the specified list\. |
7+
| [Getter(AccessorListSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/Getter/README.md#3749591364) | Returns a get accessor contained in the specified list\. |
8+
| [Setter(AccessorListSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/Setter/README.md#1651493367) | Returns a set accessor contained in the specified list\. |
99

docs/api/Microsoft/CodeAnalysis/CSharp/Syntax/CastExpressionSyntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
| Extension Method | Summary |
66
| ---------------- | ------- |
7-
| [ParenthesesSpan(CastExpressionSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/ParenthesesSpan/README.md#Roslynator_CSharp_SyntaxExtensions_ParenthesesSpan_Microsoft_CodeAnalysis_CSharp_Syntax_CastExpressionSyntax_) | The absolute span of the parentheses, not including its leading and trailing trivia\. |
7+
| [ParenthesesSpan(CastExpressionSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/ParenthesesSpan/README.md#1201715952) | The absolute span of the parentheses, not including its leading and trailing trivia\. |
88

docs/api/Microsoft/CodeAnalysis/CSharp/Syntax/ClassDeclarationSyntax/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Extension Method | Summary |
66
| ---------------- | ------- |
7-
| [BracesSpan(ClassDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/BracesSpan/README.md#Roslynator_CSharp_SyntaxExtensions_BracesSpan_Microsoft_CodeAnalysis_CSharp_Syntax_ClassDeclarationSyntax_) | The absolute span of the braces, not including its leading and trailing trivia\. |
8-
| [WithMembers(ClassDeclarationSyntax, IEnumerable\<MemberDeclarationSyntax>)](../../../../../Roslynator/CSharp/SyntaxExtensions/WithMembers/README.md#Roslynator_CSharp_SyntaxExtensions_WithMembers_Microsoft_CodeAnalysis_CSharp_Syntax_ClassDeclarationSyntax_System_Collections_Generic_IEnumerable_Microsoft_CodeAnalysis_CSharp_Syntax_MemberDeclarationSyntax__) | Creates a new [ClassDeclarationSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.classdeclarationsyntax) with the members updated\. |
9-
| [WithMembers(ClassDeclarationSyntax, MemberDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/WithMembers/README.md#Roslynator_CSharp_SyntaxExtensions_WithMembers_Microsoft_CodeAnalysis_CSharp_Syntax_ClassDeclarationSyntax_Microsoft_CodeAnalysis_CSharp_Syntax_MemberDeclarationSyntax_) | Creates a new [ClassDeclarationSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.classdeclarationsyntax) with the members updated\. |
7+
| [BracesSpan(ClassDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/BracesSpan/README.md#3880606548) | The absolute span of the braces, not including its leading and trailing trivia\. |
8+
| [WithMembers(ClassDeclarationSyntax, IEnumerable\<MemberDeclarationSyntax\>)](../../../../../Roslynator/CSharp/SyntaxExtensions/WithMembers/README.md#509233246) | Creates a new [ClassDeclarationSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.classdeclarationsyntax) with the members updated\. |
9+
| [WithMembers(ClassDeclarationSyntax, MemberDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/WithMembers/README.md#1261436636) | Creates a new [ClassDeclarationSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.classdeclarationsyntax) with the members updated\. |
1010

docs/api/Microsoft/CodeAnalysis/CSharp/Syntax/CommonForEachStatementSyntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
| Extension Method | Summary |
66
| ---------------- | ------- |
7-
| [ParenthesesSpan(CommonForEachStatementSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/ParenthesesSpan/README.md#Roslynator_CSharp_SyntaxExtensions_ParenthesesSpan_Microsoft_CodeAnalysis_CSharp_Syntax_CommonForEachStatementSyntax_) | The absolute span of the parentheses, not including its leading and trailing trivia\. |
7+
| [ParenthesesSpan(CommonForEachStatementSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/ParenthesesSpan/README.md#1008516473) | The absolute span of the parentheses, not including its leading and trailing trivia\. |
88

docs/api/Microsoft/CodeAnalysis/CSharp/Syntax/CompilationUnitSyntax/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
| Extension Method | Summary |
66
| ---------------- | ------- |
77
| [AddUsings(CompilationUnitSyntax, Boolean, UsingDirectiveSyntax\[\])](../../../../../Roslynator/CSharp/SyntaxExtensions/AddUsings/README.md) | Creates a new [CompilationUnitSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.compilationunitsyntax) with the specified using directives added\. |
8-
| [WithMembers(CompilationUnitSyntax, IEnumerable\<MemberDeclarationSyntax>)](../../../../../Roslynator/CSharp/SyntaxExtensions/WithMembers/README.md#Roslynator_CSharp_SyntaxExtensions_WithMembers_Microsoft_CodeAnalysis_CSharp_Syntax_CompilationUnitSyntax_System_Collections_Generic_IEnumerable_Microsoft_CodeAnalysis_CSharp_Syntax_MemberDeclarationSyntax__) | Creates a new [CompilationUnitSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.compilationunitsyntax) with the members updated\. |
9-
| [WithMembers(CompilationUnitSyntax, MemberDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/WithMembers/README.md#Roslynator_CSharp_SyntaxExtensions_WithMembers_Microsoft_CodeAnalysis_CSharp_Syntax_CompilationUnitSyntax_Microsoft_CodeAnalysis_CSharp_Syntax_MemberDeclarationSyntax_) | Creates a new [CompilationUnitSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.compilationunitsyntax) with the members updated\. |
8+
| [WithMembers(CompilationUnitSyntax, IEnumerable\<MemberDeclarationSyntax\>)](../../../../../Roslynator/CSharp/SyntaxExtensions/WithMembers/README.md#1993657641) | Creates a new [CompilationUnitSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.compilationunitsyntax) with the members updated\. |
9+
| [WithMembers(CompilationUnitSyntax, MemberDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/WithMembers/README.md#1847012895) | Creates a new [CompilationUnitSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.compilationunitsyntax) with the members updated\. |
1010

docs/api/Microsoft/CodeAnalysis/CSharp/Syntax/ConstructorDeclarationSyntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
| Extension Method | Summary |
66
| ---------------- | ------- |
7-
| [BodyOrExpressionBody(ConstructorDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/BodyOrExpressionBody/README.md#Roslynator_CSharp_SyntaxExtensions_BodyOrExpressionBody_Microsoft_CodeAnalysis_CSharp_Syntax_ConstructorDeclarationSyntax_) | Returns constructor body or an expression body if the body is null\. |
7+
| [BodyOrExpressionBody(ConstructorDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/BodyOrExpressionBody/README.md#3583146349) | Returns constructor body or an expression body if the body is null\. |
88

docs/api/Microsoft/CodeAnalysis/CSharp/Syntax/ConversionOperatorDeclarationSyntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
| Extension Method | Summary |
66
| ---------------- | ------- |
7-
| [BodyOrExpressionBody(ConversionOperatorDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/BodyOrExpressionBody/README.md#Roslynator_CSharp_SyntaxExtensions_BodyOrExpressionBody_Microsoft_CodeAnalysis_CSharp_Syntax_ConversionOperatorDeclarationSyntax_) | Returns conversion operator body or an expression body if the body is null\. |
7+
| [BodyOrExpressionBody(ConversionOperatorDeclarationSyntax)](../../../../../Roslynator/CSharp/SyntaxExtensions/BodyOrExpressionBody/README.md#2593258085) | Returns conversion operator body or an expression body if the body is null\. |
88

0 commit comments

Comments
 (0)