-
I have created a WebAPI on a Linux machine using:
```
dotnet new webapi -n myapp.
```
I wish to host this API in a docker container so I have followed the instructions here: [https://learn.microsoft…
-
Upgraded nuget packages in Service fabric solution containing mix of .net core 3.1 and .net 4.7.2 projects.
On Azure DevOps MS Build for sln fails with misleading `Error NETSDK1004: Assets file 'D:\…
-
### Current Behavior
When renaming a .csproj without touching any other files under the {projectRoot}
* `nx build {my-project}` results in a cache hit (false positive), using invalidated cache out…
-
**Describe the bug**
Unable to login to ts server due to API constantly requesting bot list...
**Version**
Version:0.12.0
Branch:master
CommitHash:768c186742bff87ea2c13a02f5fe1da5462ceb97
…
-
Am using github action
so after github login
i use
```yaml
- name: Build and push to GHCR
uses: docker/build-push-action@v3
env:
IMAGE_NAME: ${{inputs.projectPath}} …
-
`dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview8.19405.7`
Results:
```
用法: new [选项]
选项:
-h, --help Displays help for this command.
-l, --list List…
-
My suggestion:, add an example of how to configure the csproj node setting to 'on build' generate an openapi file that SwaggerUI could use, NSwag could use to generate a 'connected client'.
Also, t…
OzBob updated
2 years ago
-
I am trying to get my publish to work from the publish-default.ps1 script and this is what I am doing to get this error. I have The Core SDK and Tooling updates on Visual Studio 2015.
Project -> New …
-
Any plans to update the package for either .NET core or .NET standard?
-
Caros, estou tentando configurar o WebApi em um ambiente Linux, especificamente contairizado em Docker. A motivação é a simplificação da geração de um ambiente de homologação e testes da ferramenta. I…