elsa-core/src/common/Elsa.Testing.Shared.Integration
Sipke Schoorstra 2c0b3da5de
Addresses warnings and enforces null safety (#7051)
* Enhance null-safety annotations across modules and refactor for improved consistency:

- Added `null!` annotations to enforce non-nullability expectations.
- Updated workflows, tests, and runtime services to handle default null values reliably.
- Removed obsolete and unused APIs, simplifying interfaces and improving maintainability.
- Refactored methods and properties for clarity, thread-safety, and consistency.
- Adjusted test configurations for code coverage tracking and integration improvements.

* Refactor activity iteration in container serialization tests to simplify type casting.
2025-11-12 16:56:31 +01:00
..
DispatchWorkflowExtensions.cs Addresses warnings and enforces null safety (#7051) 2025-11-12 16:56:31 +01:00
Elsa.Testing.Shared.Integration.csproj Add distributed workflow runtime implementation. 2025-06-03 09:58:20 +02:00
FodyWeavers.xml Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
RunActivityExtensions.cs Merge 3.5.1 into 3.6.0 (#6907) 2025-09-13 13:05:52 +02:00
RunWorkflowExtensions.cs pass inputs to RunWorkflowInstanceRequest in RunWorkflowUntilEndAsync (#7022) 2025-11-11 17:41:47 +01:00
ServiceProviderExtensions.cs Fix Output Persistence of Async Activities (#6542) 2025-04-01 07:53:00 +02:00
TestApplicationBuilder.cs Add distributed workflow runtime implementation. 2025-06-03 09:58:20 +02:00
TestWorkflow.cs Fix Output Persistence of Async Activities (#6542) 2025-04-01 07:53:00 +02:00
WorkflowTestFixture.cs Add integration tests for JavaScript function availability and behavior validation 2025-10-21 21:31:47 +02:00