elsa-core/src/modules/Elsa.Alterations
Sipke Schoorstra 490c8a2c9e
Addresses warnings and enforces null safety (#7050)
* Simplify test setup by removing `Input` wrapper and fix trimming warnings with `UnconditionalSuppressMessage` annotations.

* Add trimming warning suppression to `ArgumentJsonConverter` with `UnconditionalSuppressMessage`

- Annotated `Read` method to suppress `IL2055` warning caused by dynamic type resolution.
- Provided justification reflecting dynamic type registration in the well-known type registry.

* Add root namespace to project file and suppress EF Core usage warning

- Added `RootNamespace` property to `Elsa.Persistence.EFCore.Common.csproj` for consistency.
- Annotated `DbSchemaAwareMigrationAssembly` with `SuppressMessage` to suppress EF1001 usage warning and provide justification.

* Suppress obsolete API warnings in workflow runtime projects

- Added `#pragma warning disable CS0618` to suppress obsolete member warnings in `ObsoleteWorkflowRuntime.cs`, `LocalWorkflowRuntime.Obsolete.cs`, and `DistributedWorkflowRuntime.Obsolete.cs`.
- Updated `Directory.Build.props` to globally suppress `CS0618` for backward compatibility during migration.

* Annotate properties with non-nullable default initializers across modules to enforce null safety.

* Add `Priority` and `Deprecated` properties to `StorageDriverDescriptor` model

* Update src/modules/Elsa.Workflows.Runtime.Distributed/Services/DistributedWorkflowRuntime.Obsolete.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/modules/Elsa.Workflows.Runtime/Services/ObsoleteWorkflowRuntime.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/modules/Elsa.Workflows.Runtime/Services/LocalWorkflowRuntime.Obsolete.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Clean up XML comments and improve consistency across modules.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-12 15:53:23 +01:00
..
Activities Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
AlterationHandlers Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
AlterationTypes Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
Bookmarks Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
Constants Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
Endpoints Addresses warnings and enforces null safety (#7050) 2025-11-12 15:53:23 +01:00
Extensions Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
Features Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
Handlers Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
Middleware/Workflows Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
Services Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
Workflows Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
Elsa.Alterations.csproj Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
Elsa.Alterations.csproj.DotSettings Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00
FodyWeavers.xml Restore EF Core persistence layer (#6931) 2025-09-27 20:39:18 +02:00