Max Arshinov
Max Arshinov
I am starting Api.Swashbuckle.csproj.user ``` dotnet run info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0] User profile is available. Using 'C:\Users\max\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. info: Microsoft.Hosting.Lifetime[0] Now listening...
- IEntity is introduced for situations when an existing codebase needs to be refactored. - AggregateRoot and IAggregateRoot are essential for domain event handling. TDomainEvent instead of IDomainEvent makes it...
Would the project be interested in an alternative deployment option? It might be possible to deploy the project to Azure without using K8S. The web apps can be deployed as...
I'd like to use this tool with other languages. Is it possible?
 I want to make sure that Application Services don't call other Application Services and call DomainServices instead. ```cs private IObjectProvider AppServices = Classes().That().HaveName(@"\S+AppService", true); //... Classes().That().Are(AppServices).Should().NotCallAny( MethodMembers().That().AreDeclaredIn(AppServices) ); ```...
``` workspace "name" { model { !include model.dsl // systemA and systemB are defined in model.dsl systemA -> systemB } } ``` **Expected behavior** Syntax highlighting works **Actual behavior** CRLF...
### Expected I can adjust the height and width of the asciidoc embedded diagram `image::embed:SystemContext-004[width=100,height=100]` ### Actual `[width=100,height=100]` don't seem to be working ### Steps to reproduce 1. Embed diagrams...
### Description I am testing image embedding. Sometimes, it works great; sometimes it doesn't. Here is how I created the attached pdf: 1. Embedded diagrams in the documentation 2. Clicked...