Skip to content

Commit

Permalink
chore(deps): update dependency microsoft.codeanalysis.csharp to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovatebot committed Nov 16, 2022
1 parent 2459912 commit 7ebeee3
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 114 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageVersion Include="Spectre.Console" Version="0.45.0" />
<PackageVersion Include="Spectre.Console.Analyzer" Version="0.45.0" />
<PackageVersion Include="System.Net.Http.Json" Version="7.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
<PackageVersion Include="Microsoft.TestPlatform" Version="17.2.0" />
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="17.2.0" />
<PackageVersion Include="Microsoft.TestPlatform.Portable" Version="17.2.0" />
Expand Down
74 changes: 37 additions & 37 deletions src/Stryker.CLI/Stryker.CLI.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@
},
"Microsoft.CodeAnalysis.Common": {
"type": "Transitive",
"resolved": "4.3.1",
"contentHash": "wexpJffSEEwptwe6UTMxRDZCCtz+XubI4Qewl4JECnNhcQrtb0anhSUEV9Nz7WkoNfWkx1fptR8xh1egoxYrqw==",
"resolved": "4.4.0",
"contentHash": "JfHupS/B7Jb5MZoYkFFABn3mux0wQgxi2D8F/rJYZeRBK2ZOyk7TjQ2Kq9rh6W/DCh0KNbbSbn5qoFar+ueHqw==",
"dependencies": {
"Microsoft.CodeAnalysis.Analyzers": "3.3.3",
"System.Collections.Immutable": "6.0.0",
"System.Memory": "4.5.4",
"System.Memory": "4.5.5",
"System.Reflection.Metadata": "5.0.0",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encoding.CodePages": "6.0.0",
Expand Down Expand Up @@ -1596,51 +1596,51 @@
"dotnet-stryker": {
"type": "Project",
"dependencies": {
"McMaster.Extensions.CommandLineUtils": "4.0.1",
"NuGet.Protocol": "6.4.0",
"YamlDotNet": "12.0.2",
"stryker": "3.0.1"
"McMaster.Extensions.CommandLineUtils": "[4.0.1, )",
"NuGet.Protocol": "[6.4.0, )",
"YamlDotNet": "[12.0.2, )",
"stryker": "[3.1.0, )"
}
},
"stryker": {
"type": "Project",
"dependencies": {
"Buildalyzer": "4.1.6",
"DotNet.Glob": "3.1.3",
"FSharp.Compiler.Service": "41.0.7",
"Grynwald.MarkdownGenerator": "2.5.34",
"LibGit2Sharp": "0.27.0-preview-0182",
"Microsoft.CodeAnalysis.CSharp": "4.3.1",
"Microsoft.Extensions.Logging": "7.0.0",
"Microsoft.TestPlatform": "17.2.0",
"Microsoft.TestPlatform.ObjectModel": "17.2.0",
"Microsoft.TestPlatform.Portable": "17.2.0",
"Microsoft.TestPlatform.TranslationLayer": "17.2.0",
"Microsoft.Web.LibraryManager.Build": "2.1.175",
"Mono.Cecil": "0.11.4",
"NuGet.Frameworks": "6.4.0",
"Serilog": "2.12.0",
"Serilog.Extensions.Logging": "3.1.0",
"Serilog.Extensions.Logging.File": "3.0.0",
"Serilog.Sinks.Console": "4.1.0",
"ShellProgressBar": "5.2.0",
"Spectre.Console": "0.45.0",
"Spectre.Console.Analyzer": "0.45.0",
"Stryker.DataCollector": "1.0.0",
"Stryker.RegexMutators": "1.0.0",
"System.IO.Abstractions": "17.2.3"
"Buildalyzer": "[4.1.6, )",
"DotNet.Glob": "[3.1.3, )",
"FSharp.Compiler.Service": "[41.0.7, )",
"Grynwald.MarkdownGenerator": "[2.5.34, )",
"LibGit2Sharp": "[0.27.0-preview-0182, )",
"Microsoft.CodeAnalysis.CSharp": "[4.4.0, )",
"Microsoft.Extensions.Logging": "[7.0.0, )",
"Microsoft.TestPlatform": "[17.2.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.2.0, )",
"Microsoft.TestPlatform.Portable": "[17.2.0, )",
"Microsoft.TestPlatform.TranslationLayer": "[17.2.0, )",
"Microsoft.Web.LibraryManager.Build": "[2.1.175, )",
"Mono.Cecil": "[0.11.4, )",
"NuGet.Frameworks": "[6.4.0, )",
"Serilog": "[2.12.0, )",
"Serilog.Extensions.Logging": "[3.1.0, )",
"Serilog.Extensions.Logging.File": "[3.0.0, )",
"Serilog.Sinks.Console": "[4.1.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.45.0, )",
"Spectre.Console.Analyzer": "[0.45.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"System.IO.Abstractions": "[17.2.3, )"
}
},
"stryker.datacollector": {
"type": "Project",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.2.0"
"Microsoft.TestPlatform.ObjectModel": "[17.2.0, )"
}
},
"stryker.regexmutators": {
"type": "Project",
"dependencies": {
"RegexParser": "0.5.1"
"RegexParser": "[0.5.1, )"
}
},
"Buildalyzer": {
Expand Down Expand Up @@ -1729,11 +1729,11 @@
},
"Microsoft.CodeAnalysis.CSharp": {
"type": "CentralTransitive",
"requested": "[4.3.1, )",
"resolved": "4.3.1",
"contentHash": "5C9VHvahL98tumlyaT/loB5rW+K/6q0UU7uLyT1Dv15YjZraRkqML9u2t2e8GaO7XqEOtBVqK/SlxXOPqwzxog==",
"requested": "[4.4.0, )",
"resolved": "4.4.0",
"contentHash": "eD2w0xHRoaqK07hjlOKGR9eLNy3nimiGNeCClNax1NDgS/+DBtBqCjXelOa+TNy99kIB3nHhUqDmr46nDXy/RQ==",
"dependencies": {
"Microsoft.CodeAnalysis.Common": "[4.3.1]"
"Microsoft.CodeAnalysis.Common": "[4.4.0]"
}
},
"Microsoft.Extensions.Logging": {
Expand Down
66 changes: 33 additions & 33 deletions src/Stryker.CLI/Stryker.CLI/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@
},
"Microsoft.CodeAnalysis.Common": {
"type": "Transitive",
"resolved": "4.3.1",
"contentHash": "wexpJffSEEwptwe6UTMxRDZCCtz+XubI4Qewl4JECnNhcQrtb0anhSUEV9Nz7WkoNfWkx1fptR8xh1egoxYrqw==",
"resolved": "4.4.0",
"contentHash": "JfHupS/B7Jb5MZoYkFFABn3mux0wQgxi2D8F/rJYZeRBK2ZOyk7TjQ2Kq9rh6W/DCh0KNbbSbn5qoFar+ueHqw==",
"dependencies": {
"Microsoft.CodeAnalysis.Analyzers": "3.3.3",
"System.Collections.Immutable": "6.0.0",
"System.Memory": "4.5.4",
"System.Memory": "4.5.5",
"System.Reflection.Metadata": "5.0.0",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encoding.CodePages": "6.0.0",
Expand Down Expand Up @@ -1439,42 +1439,42 @@
"stryker": {
"type": "Project",
"dependencies": {
"Buildalyzer": "4.1.6",
"DotNet.Glob": "3.1.3",
"FSharp.Compiler.Service": "41.0.7",
"Grynwald.MarkdownGenerator": "2.5.34",
"LibGit2Sharp": "0.27.0-preview-0182",
"Microsoft.CodeAnalysis.CSharp": "4.3.1",
"Microsoft.Extensions.Logging": "7.0.0",
"Microsoft.TestPlatform": "17.2.0",
"Microsoft.TestPlatform.ObjectModel": "17.2.0",
"Microsoft.TestPlatform.Portable": "17.2.0",
"Microsoft.TestPlatform.TranslationLayer": "17.2.0",
"Microsoft.Web.LibraryManager.Build": "2.1.175",
"Mono.Cecil": "0.11.4",
"NuGet.Frameworks": "6.4.0",
"Serilog": "2.12.0",
"Serilog.Extensions.Logging": "3.1.0",
"Serilog.Extensions.Logging.File": "3.0.0",
"Serilog.Sinks.Console": "4.1.0",
"ShellProgressBar": "5.2.0",
"Spectre.Console": "0.45.0",
"Spectre.Console.Analyzer": "0.45.0",
"Stryker.DataCollector": "1.0.0",
"Stryker.RegexMutators": "1.0.0",
"System.IO.Abstractions": "17.2.3"
"Buildalyzer": "[4.1.6, )",
"DotNet.Glob": "[3.1.3, )",
"FSharp.Compiler.Service": "[41.0.7, )",
"Grynwald.MarkdownGenerator": "[2.5.34, )",
"LibGit2Sharp": "[0.27.0-preview-0182, )",
"Microsoft.CodeAnalysis.CSharp": "[4.4.0, )",
"Microsoft.Extensions.Logging": "[7.0.0, )",
"Microsoft.TestPlatform": "[17.2.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.2.0, )",
"Microsoft.TestPlatform.Portable": "[17.2.0, )",
"Microsoft.TestPlatform.TranslationLayer": "[17.2.0, )",
"Microsoft.Web.LibraryManager.Build": "[2.1.175, )",
"Mono.Cecil": "[0.11.4, )",
"NuGet.Frameworks": "[6.4.0, )",
"Serilog": "[2.12.0, )",
"Serilog.Extensions.Logging": "[3.1.0, )",
"Serilog.Extensions.Logging.File": "[3.0.0, )",
"Serilog.Sinks.Console": "[4.1.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.45.0, )",
"Spectre.Console.Analyzer": "[0.45.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"System.IO.Abstractions": "[17.2.3, )"
}
},
"stryker.datacollector": {
"type": "Project",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.2.0"
"Microsoft.TestPlatform.ObjectModel": "[17.2.0, )"
}
},
"stryker.regexmutators": {
"type": "Project",
"dependencies": {
"RegexParser": "0.5.1"
"RegexParser": "[0.5.1, )"
}
},
"Buildalyzer": {
Expand Down Expand Up @@ -1554,11 +1554,11 @@
},
"Microsoft.CodeAnalysis.CSharp": {
"type": "CentralTransitive",
"requested": "[4.3.1, )",
"resolved": "4.3.1",
"contentHash": "5C9VHvahL98tumlyaT/loB5rW+K/6q0UU7uLyT1Dv15YjZraRkqML9u2t2e8GaO7XqEOtBVqK/SlxXOPqwzxog==",
"requested": "[4.4.0, )",
"resolved": "4.4.0",
"contentHash": "eD2w0xHRoaqK07hjlOKGR9eLNy3nimiGNeCClNax1NDgS/+DBtBqCjXelOa+TNy99kIB3nHhUqDmr46nDXy/RQ==",
"dependencies": {
"Microsoft.CodeAnalysis.Common": "[4.3.1]"
"Microsoft.CodeAnalysis.Common": "[4.4.0]"
}
},
"Microsoft.Extensions.Logging": {
Expand Down
66 changes: 33 additions & 33 deletions src/Stryker.Core/Stryker.Core.UnitTest/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@
},
"Microsoft.CodeAnalysis.Common": {
"type": "Transitive",
"resolved": "4.3.1",
"contentHash": "wexpJffSEEwptwe6UTMxRDZCCtz+XubI4Qewl4JECnNhcQrtb0anhSUEV9Nz7WkoNfWkx1fptR8xh1egoxYrqw==",
"resolved": "4.4.0",
"contentHash": "JfHupS/B7Jb5MZoYkFFABn3mux0wQgxi2D8F/rJYZeRBK2ZOyk7TjQ2Kq9rh6W/DCh0KNbbSbn5qoFar+ueHqw==",
"dependencies": {
"Microsoft.CodeAnalysis.Analyzers": "3.3.3",
"System.Collections.Immutable": "6.0.0",
"System.Memory": "4.5.4",
"System.Memory": "4.5.5",
"System.Reflection.Metadata": "5.0.0",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encoding.CodePages": "6.0.0",
Expand Down Expand Up @@ -1660,42 +1660,42 @@
"stryker": {
"type": "Project",
"dependencies": {
"Buildalyzer": "4.1.6",
"DotNet.Glob": "3.1.3",
"FSharp.Compiler.Service": "41.0.7",
"Grynwald.MarkdownGenerator": "2.5.34",
"LibGit2Sharp": "0.27.0-preview-0182",
"Microsoft.CodeAnalysis.CSharp": "4.3.1",
"Microsoft.Extensions.Logging": "7.0.0",
"Microsoft.TestPlatform": "17.2.0",
"Microsoft.TestPlatform.ObjectModel": "17.2.0",
"Microsoft.TestPlatform.Portable": "17.2.0",
"Microsoft.TestPlatform.TranslationLayer": "17.2.0",
"Microsoft.Web.LibraryManager.Build": "2.1.175",
"Mono.Cecil": "0.11.4",
"NuGet.Frameworks": "6.4.0",
"Serilog": "2.12.0",
"Serilog.Extensions.Logging": "3.1.0",
"Serilog.Extensions.Logging.File": "3.0.0",
"Serilog.Sinks.Console": "4.1.0",
"ShellProgressBar": "5.2.0",
"Spectre.Console": "0.45.0",
"Spectre.Console.Analyzer": "0.45.0",
"Stryker.DataCollector": "1.0.0",
"Stryker.RegexMutators": "1.0.0",
"System.IO.Abstractions": "17.2.3"
"Buildalyzer": "[4.1.6, )",
"DotNet.Glob": "[3.1.3, )",
"FSharp.Compiler.Service": "[41.0.7, )",
"Grynwald.MarkdownGenerator": "[2.5.34, )",
"LibGit2Sharp": "[0.27.0-preview-0182, )",
"Microsoft.CodeAnalysis.CSharp": "[4.4.0, )",
"Microsoft.Extensions.Logging": "[7.0.0, )",
"Microsoft.TestPlatform": "[17.2.0, )",
"Microsoft.TestPlatform.ObjectModel": "[17.2.0, )",
"Microsoft.TestPlatform.Portable": "[17.2.0, )",
"Microsoft.TestPlatform.TranslationLayer": "[17.2.0, )",
"Microsoft.Web.LibraryManager.Build": "[2.1.175, )",
"Mono.Cecil": "[0.11.4, )",
"NuGet.Frameworks": "[6.4.0, )",
"Serilog": "[2.12.0, )",
"Serilog.Extensions.Logging": "[3.1.0, )",
"Serilog.Extensions.Logging.File": "[3.0.0, )",
"Serilog.Sinks.Console": "[4.1.0, )",
"ShellProgressBar": "[5.2.0, )",
"Spectre.Console": "[0.45.0, )",
"Spectre.Console.Analyzer": "[0.45.0, )",
"Stryker.DataCollector": "[1.0.0, )",
"Stryker.RegexMutators": "[1.0.0, )",
"System.IO.Abstractions": "[17.2.3, )"
}
},
"stryker.datacollector": {
"type": "Project",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.2.0"
"Microsoft.TestPlatform.ObjectModel": "[17.2.0, )"
}
},
"stryker.regexmutators": {
"type": "Project",
"dependencies": {
"RegexParser": "0.5.1"
"RegexParser": "[0.5.1, )"
}
},
"Buildalyzer": {
Expand Down Expand Up @@ -1775,11 +1775,11 @@
},
"Microsoft.CodeAnalysis.CSharp": {
"type": "CentralTransitive",
"requested": "[4.3.1, )",
"resolved": "4.3.1",
"contentHash": "5C9VHvahL98tumlyaT/loB5rW+K/6q0UU7uLyT1Dv15YjZraRkqML9u2t2e8GaO7XqEOtBVqK/SlxXOPqwzxog==",
"requested": "[4.4.0, )",
"resolved": "4.4.0",
"contentHash": "eD2w0xHRoaqK07hjlOKGR9eLNy3nimiGNeCClNax1NDgS/+DBtBqCjXelOa+TNy99kIB3nHhUqDmr46nDXy/RQ==",
"dependencies": {
"Microsoft.CodeAnalysis.Common": "[4.3.1]"
"Microsoft.CodeAnalysis.Common": "[4.4.0]"
}
},
"Microsoft.Extensions.Logging": {
Expand Down
18 changes: 9 additions & 9 deletions src/Stryker.Core/Stryker.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
},
"Microsoft.CodeAnalysis.CSharp": {
"type": "Direct",
"requested": "[4.3.1, )",
"resolved": "4.3.1",
"contentHash": "5C9VHvahL98tumlyaT/loB5rW+K/6q0UU7uLyT1Dv15YjZraRkqML9u2t2e8GaO7XqEOtBVqK/SlxXOPqwzxog==",
"requested": "[4.4.0, )",
"resolved": "4.4.0",
"contentHash": "eD2w0xHRoaqK07hjlOKGR9eLNy3nimiGNeCClNax1NDgS/+DBtBqCjXelOa+TNy99kIB3nHhUqDmr46nDXy/RQ==",
"dependencies": {
"Microsoft.CodeAnalysis.Common": "[4.3.1]"
"Microsoft.CodeAnalysis.Common": "[4.4.0]"
}
},
"Microsoft.Extensions.Logging": {
Expand Down Expand Up @@ -317,12 +317,12 @@
},
"Microsoft.CodeAnalysis.Common": {
"type": "Transitive",
"resolved": "4.3.1",
"contentHash": "wexpJffSEEwptwe6UTMxRDZCCtz+XubI4Qewl4JECnNhcQrtb0anhSUEV9Nz7WkoNfWkx1fptR8xh1egoxYrqw==",
"resolved": "4.4.0",
"contentHash": "JfHupS/B7Jb5MZoYkFFABn3mux0wQgxi2D8F/rJYZeRBK2ZOyk7TjQ2Kq9rh6W/DCh0KNbbSbn5qoFar+ueHqw==",
"dependencies": {
"Microsoft.CodeAnalysis.Analyzers": "3.3.3",
"System.Collections.Immutable": "6.0.0",
"System.Memory": "4.5.4",
"System.Memory": "4.5.5",
"System.Reflection.Metadata": "5.0.0",
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encoding.CodePages": "6.0.0",
Expand Down Expand Up @@ -1706,13 +1706,13 @@
"stryker.datacollector": {
"type": "Project",
"dependencies": {
"Microsoft.TestPlatform.ObjectModel": "17.2.0"
"Microsoft.TestPlatform.ObjectModel": "[17.2.0, )"
}
},
"stryker.regexmutators": {
"type": "Project",
"dependencies": {
"RegexParser": "0.5.1"
"RegexParser": "[0.5.1, )"
}
},
"RegexParser": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@
"stryker.regexmutators": {
"type": "Project",
"dependencies": {
"RegexParser": "0.5.1"
"RegexParser": "[0.5.1, )"
}
},
"Microsoft.TestPlatform.ObjectModel": {
Expand Down

0 comments on commit 7ebeee3

Please sign in to comment.