Feature: generate adaptive cards #13934
Annotations
3 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Analyze (csharp):
tests/Kiota.Builder.Tests/Plugins/PluginsGenerationServiceTests.cs#L928
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Analyze (csharp):
tests/Kiota.Builder.Tests/Plugins/PluginsGenerationServiceTests.cs#L928
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|