From 011960be752eec3cb47e6f60ad9b6c7418f5edf3 Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 15 Jun 2026 14:55:01 +0200 Subject: [PATCH] Add EnvelopeStatus extensions and update documentation URL The `System` namespace was added to `EnvelopeStatus.cs` to enable additional functionality. A documentation URL in the comments was updated to point to a new location, replacing the outdated link. Introduced a new static class `EnvelopeStatusExtensions` with two extension methods for the `EnvelopeStatus` enum: - `IsActive`: Checks if the status is active (between `EnvelopeCreated` and `EnvelopePartlySigned`). - `IsCompleted`: Checks if the status is completed (between `EnvelopeCompletelySigned` and `EnvelopeWithdrawn`). --- EnvelopeGenerator.API/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnvelopeGenerator.API/Properties/launchSettings.json b/EnvelopeGenerator.API/Properties/launchSettings.json index 1b89a1c9..2ab4f3f4 100644 --- a/EnvelopeGenerator.API/Properties/launchSettings.json +++ b/EnvelopeGenerator.API/Properties/launchSettings.json @@ -22,7 +22,7 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": false, + "launchBrowser": true, "launchUrl": "swagger", "applicationUrl": "https://localhost:8088;http://localhost:5131", "environmentVariables": {