This repository was archived by the owner on Apr 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
rewrite-csharp-remote-server
src/test/java/org/openrewrite/csharp/recipes
rewrite-test-engine-remote Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor" )
3131
3232 // Need to have a slf4j binding to see any output enabled from the parser.
33- runtimeOnly(" ch.qos.logback:logback-classic:1.2 .+" )
33+ runtimeOnly(" ch.qos.logback:logback-classic:1.5 .+" )
3434 testImplementation(" org.openrewrite:rewrite-test" )
3535
3636 testRuntimeOnly(" org.openrewrite:rewrite-java-17" )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor" )
2929
3030 // Need to have a slf4j binding to see any output enabled from the parser.
31- runtimeOnly(" ch.qos.logback:logback-classic:1.2 .+" )
31+ runtimeOnly(" ch.qos.logback:logback-classic:1.5 .+" )
3232 testImplementation(" org.openrewrite:rewrite-test" )
3333
3434 testRuntimeOnly(" org.openrewrite:rewrite-java-17" )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor" )
2323
2424 // Need to have a slf4j binding to see any output enabled from the parser.
25- runtimeOnly(" ch.qos.logback:logback-classic:1.2 .+" )
25+ runtimeOnly(" ch.qos.logback:logback-classic:1.5 .+" )
2626 testImplementation(" org.openrewrite:rewrite-test" )
2727 testImplementation(" org.openrewrite:rewrite-xml" )
2828
Original file line number Diff line number Diff line change 1818import org .junit .jupiter .api .Test ;
1919import org .openrewrite .Recipe ;
2020import org .openrewrite .config .CompositeRecipe ;
21- import org .openrewrite .csharp .recipes .microsoft .codeanalysis . netanalyzers . AbstractTypesShouldNotHaveConstructorsCA1012 ;
22- import org .openrewrite .csharp .recipes .microsoft .codeanalysis . netanalyzers . AvoidConstArraysCA1861 ;
21+ import org .openrewrite .csharp .recipes .microsoft .AbstractTypesShouldNotHaveConstructorsCA1012 ;
22+ import org .openrewrite .csharp .recipes .microsoft .AvoidConstArraysCA1861 ;
2323import org .openrewrite .test .RecipeSpec ;
24- import org .openrewrite .test .SourceSpecs ;
2524import org .openrewrite .test .TypeValidation ;
2625
2726import java .util .List ;
2827
29- import static java .util .Collections .singletonList ;
30-
3128public class AvoidConstantArraysAsArgumentsTest extends RoslynRecipeTest {
3229
3330 @ Override
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
3434 implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-cbor" )
3535
3636 // Need to have a slf4j binding to see any output enabled from the parser.
37- runtimeOnly(" ch.qos.logback:logback-classic:1.2 .+" )
37+ runtimeOnly(" ch.qos.logback:logback-classic:1.5 .+" )
3838 testImplementation(" org.openrewrite:rewrite-test" )
3939
4040 testRuntimeOnly(" org.openrewrite:rewrite-java-17" )
You can’t perform that action at this time.
0 commit comments