Closed d0972058277 closed 2 years ago
Could you provide some context?
Could you provide some context?
- The version of the extension
- The folder structure from the csproj to the created file
- The csproj TargetFramework & optional RootNamespace
- Your OS (Mac / Windows / Linux)
The version of the vs code: v1.66.2
The version of the extension: v1.6.2
The folder structure & csproj TargetFramework: ServiceCluster-Notification └ charts └ src --└ NotificationSystem.Domain ----└ (NotificationSystem.Domain.csproj) netstandard2.0 --└ NotificationSystem.Application ----└ (NotificationSystem.Application.csproj) netstandard2.0 └ test --└ NotificationSystem.UseCase.Test ----└ (NotificationSystem.UseCase.Test.csproj) netcoreapp3.1 ----└ Aggregates ----└ Commands ----└ DomainEventHandlers ----└ IntegrationEvents
My OS: Apple M1 Max macOS Monterey 12.2.1
It was working fine yesterday, but today I found the problem. Now using jchannon's C# Extensions v1.3.1 does not have this problem.
Seems to be the same issue as #88 I can replicate this, and the issue doesn't occur in PR #92
Fixed & released in version 1.6.3