elsa-core/test/integration
Sipke Schoorstra cc694bf15b Use var for local variables in test cases
Updated all instances of explicitly typed `string` and `JsonElement` to `var` in `JsonElementConverterTests.cs` to improve code readability and maintain consistency with modern C# coding practices. This change does not affect functionality but aligns with better style conventions.
2025-01-14 23:19:51 +01:00
..
Elsa.Activities.IntegrationTests Add .NET 9.0 target 2024-12-10 21:06:42 +01:00
Elsa.Alterations.IntegrationTests Multitenancy (#5159) 2024-06-10 21:30:53 +02:00
Elsa.JavaScript.IntegrationTests Use var for local variables in test cases 2025-01-14 23:19:51 +01:00
Elsa.Workflows.IntegrationTests Handle collection and array serialization in TypeJsonConverter 2025-01-11 20:23:05 +01:00