-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
This issue is the same as reported and resolved here: https://github.com/dotnet/aspnetc…
dsun1 updated
3 months ago
-
Hello,
I'm executing this code's line:
```
return await Cache.GetOrCreateAsync(CacheApis.GetEntity(UrlApis.GetTemasPisos, filter),
async entry =>
{
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
We have controller's action like this:
```csharp
public async Task Upload(
[Fr…
-
Hi, I'm trying to setup and environment where a console app, based on .NET461, adds elements to a cache, elements that are getted by a .NETCore 3.1 web app. The console app uses the ICache interface, …
-
# 前提:由于是演示iis所以得部署好agent
参考:https://github.com/yuzd/AntDeployAgent/issues/1
注意:**Windows 服务器上 需要安装一个agent 就是 安装一个windows服务,用来处理iis的发布和windows服务的发布,可以点击上面的参考链接进行安装。**
注意: 得用管理员权限部署agent 防止会出现部署到iis上…
-
**Area of Concern**
- [x ] Server
- [x] Behaviour of one or more Modules [provide name(s), e.g. ObjectDetectionYolo]
- [ x] Installer
- [ ] Runtime [e.g. Python3.7, .NET]
- [x] Module packages [e…
-
## Environment data
`dotnet --info` output:
SDK do .NET (refletindo qualquer global.json):
Version: 6.0.101
Commit: ef49f6213a
Ambiente de runtime:
OS Name: Windows
OS Version: …
-
#### Describe the bug
When running any code blocks using dotnet-try, UI displays "Internal Server Error" and Network Console return HTTP 500 with the following payload:
`{"message":"An unhandled exc…
-
## Issue Description ##
```
Failed to run test because "System.ArgumentNullException: Value cannot be null.\nParameter name: workingDirectory\n at OmniSharp.DotNetTest.TestManager..ctor (Microsof…
-
## Observed problem
I have a parameter in OpenAPI that has `in: path` on it.
It is being generated in to .netcore C# code as `[Microsoft.AspNetCore.Mvc.FromHeader]`.
I can not find any way to…