Questions tagged [dotnet-sdk]
81 questions
0
votes
2 answers
Issue deploying to Google Cloud AppEngine (Flex)
I attempted to deploy a .NET app from Visual Studio to the Google Cloud App Engine (flex) and repeatedly got the error below:
"An assembly specified in the application dependencies manifest (.deps.json) was not found: package:…

Maria
- 31
- 5
-1
votes
1 answer
.NET SDK's Not Installing Correctly by Visual Studio Installer
I am getting an issue with installing the .NET SDK using Visual Studio Installer.
In the list I chose the .NET 5, .NET Core 3.1 and .NET Core 2.1 SDKs and installed them, but when I use dotnet --info, I only see .NET 7 installed with Visual Studio…

Art Funk
- 1
- 2
-1
votes
1 answer
How to resize disk of virtual machine using Azure.Net SDK/ Fluent API
I want to resize my os disk space but getting "Disk resizing is allowed only when creating a VM or when the VM is deallocated."
Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient = GetRestClient(requestObject);
…

DnyaneshSurya
- 187
- 1
- 1
- 14
-2
votes
2 answers
Compiling asp.net core 8.0 sources
I've downloaded ASP.Net Core sources from: https://github.com/dotnet/aspnetcore .
Then build them using instructions from: https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md .
Using this walkthrough (plus script \eng\build.ps1)…

KamysSylan
- 1
- 3
-3
votes
1 answer
How to add Angular support to C# Web Application?
I have an existing ASP.NET Web application that I am trying to add Angular views to. I found examples of how to start with a new project but not how to add it to an existing project.
Notes
.NetSDK 2.1
Visual Studio 2017
Everything is written in C#…

Rilcon42
- 9,584
- 18
- 83
- 167