Tags: DevilDogTG/VisualStudio.ProjectTemplates
Tags
feat: Add ULID support and refactor web service architecture - Updated `DMNSN.Templates.Projects.Library.csproj` to include `Microsoft.Extensions.Logging.Abstractions` v8.0.3. - Removed `BaseWebService` class and its methods. - Added `NUlid` package reference in `DMNSN.Templates.Projects.WebApiGraphQl.csproj`. - Registered new `UlidType` in `GraphQLServiceCollectionExtension.cs`. - Changed `ExampleService` to inherit from `DefaultServiceBase`. - Simplified correlation ID retrieval in `DefaultControllerBase.cs`. - Updated version in `template.config.json` from 8.0.1 to 8.0.3. - Created `DefaultServiceBase.cs` for web service base functionality. - Added `UlidType.cs` to implement ULID scalar type for GraphQL.