GFlisch / Arc4u.Guidance.Doc

Other
5 stars 1 forks source link

Brand new solution made with the Guidance => can't build #248

Open SSantiagoDev opened 1 month ago

SSantiagoDev commented 1 month ago

Information Starting from scratch with a brand new de VM, creating a blank solution then using the Guidance to create the base => can't build the solution

Describe the bug Create a new solution with the Guidance => doesn't build I tried 3 times from scratch by deleting completely the whole project folder

To Reproduce Start from a brand new dev VM Create a new solution with the Guidance (don't add anything else like a BL or a WPF client)

Expected behavior Should be able to build

Desktop (please complete the following information):

Additional context:

Missing: dotnet tool install --global NSwag.ConsoleCore

Need to comment: BE/Yarp/Sdks/[ProjectName]EnvironmentClient.Extension.cs lines 10 till 14 lines 17 till 21

To delete: in the Yarp.Host folder, there are two csproj: [ProjectName] - Backup.Yarp.Host.csproj [ProjectName].Yarp.Host.csproj => delete the backup one

==> the build works

GFlisch commented 1 month ago

Did you install the encryption certificate in the Local Machine? This is the reason why the build failed.

Sent from Outlook for Androidhttps://aka.ms/AAb9ysg


From: SSantiago @.> Sent: Friday, July 19, 2024 3:30:30 PM To: GFlisch/Arc4u.Guidance.Doc @.> Cc: Subscribed @.***> Subject: [GFlisch/Arc4u.Guidance.Doc] Brand new solution made with the Guidance => can't build (Issue #248)

Information Starting from scratch with a brand new de VM, creating a blank solution then using the Guidance to create the base => can't build the solution

Describe the bug Create a new solution with the Guidance => doesn't build I tried 3 times from scratch by deleting completely the whole project folder

To Reproduce Start from a brand new dev VM Create a new solution with the Guidance (don't add anything else like a BL or a WPF client)

Expected behavior Should be able to build

Desktop (please complete the following information):

Additional context:

Missing: dotnet tool install --global NSwag.ConsoleCore

Need to comment: BE/Yarp/Sdks/[ProjectName]EnvironmentClient.Extension.cs lines 10 till 14 lines 17 till 21

To delete: in the Yarp.Host folder, there are two csproj: [ProjectName] - Backup.Yarp.Host.csproj [ProjectName].Yarp.Host.csproj => delete the backup one

==> the build works

— Reply to this email directly, view it on GitHubhttps://github.com/GFlisch/Arc4u.Guidance.Doc/issues/248, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABNE2KMWOVO3ZNQBG6NK3C3ZNEIHNAVCNFSM6AAAAABLETKH3WVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYTQOJTGEYTONI. You are receiving this because you are subscribed to this thread.Message ID: @.***>

SSantiagoDev commented 1 month ago

Yes the certificate is installed. As mentioned in the ticket, after executing these steps, the build works:

Missing: dotnet tool install --global NSwag.ConsoleCore

Need to comment: BE/Yarp/Sdks/[ProjectName]EnvironmentClient.Extension.cs lines 10 till 14 lines 17 till 21

To delete: in the Yarp.Host folder, there are two csproj: [ProjectName] - Backup.Yarp.Host.csproj [ProjectName].Yarp.Host.csproj => delete the backup one