2 writes to IsValid
Aspire.TypeSystem (2)
LanguageModels.cs (2)
50
public static DetectionResult NotFound => new() {
IsValid
= false };
57
IsValid
= true,
7 references to IsValid
Aspire.Hosting.CodeGeneration.Java.Tests (3)
JavaLanguageSupportDetectionTests.cs (3)
32
Assert.True(result.
IsValid
);
61
Assert.False(result.
IsValid
);
79
Assert.False(new JavaLanguageSupport().Detect(workspace.Path).
IsValid
);
Aspire.Hosting.CodeGeneration.Rust.Tests (3)
RustLanguageSupportTests.cs (3)
47
Assert.True(result.
IsValid
);
62
Assert.False(result.
IsValid
);
74
Assert.False(result.
IsValid
);
Aspire.Hosting.RemoteHost (1)
Language\LanguageService.cs (1)
99
if (result.
IsValid
)