python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Failed to join using Open API in ASP.NET Core
Thanks for the method you provided. I need to join Open API now, I encountered this error, what is the reason? I have another project that has Swagger api on behalf of it. I now add it to the url acco...
Modi
Votes: 0
Answers: 0
How to use Reference with 3rd party dependencies within two projects
When using a project reference, how can i make sure all 3rd party references from my reference will add to my main project.
In my case I've two projects
Main project (console .net 4.7)
dotnet standar...
fatalica
Votes: 0
Answers: 0
ProjectReference is not copied to output as part of parent NuGet package
I have 2 csproj projects: Child.csproj and Parent.csproj.
Child.csproj is referenced by Parent.csproj through ProjectReference:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup&g...

vkolesnik
Votes: 0
Answers: 2
How to substitute environment variables in Nuget.config when creating a Docker container via Azure Devops YAML Pipelines?
I am creating a .NET Core 6 web app inside a docker container via Azure Devops YAML pipelines.
However I am having problems with nuget not restoring packages from a private commercial external nuget f...
Kyle
Votes: 0
Answers: 1