-
Hi
When specifying AI key purely via code, I'm having trouble getting my Stateless Asp.Net Core 2.1 Service fabric application to send telemetry to AI.
Specifically, when I enter the AI key in …
-
Awesome job on this library! anyway... I tried it today and instead of a nice error I get this one:
```
std.conv.ConvOverflowException@/Library/D/dmd/src/phobos/std/conv.d(1328): Conversion positi…
-
We use Hystrix 1.4.26 and no fallback for the hystrix command mentioned below. It takes about 13 seconds till we get finally a short-circuit exception [1] so the whole request take over 15 secs. We us…
-
### Describe the bug
Have been following https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2168 and have tried all the described solutions there, running locally this works fine, runni…
-
Hi @tsimbalar and other contributors,
As a consequence of the world moving on to .NET Core for new development, the SerilogWeb classic, MVC, and WebAPI integrations haven't been actively maintained…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.co…
-
So here I have my mapper class:
`using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Dapper.Core.Entities;
using Dapper…
-
// Run the following command in your terminal to create a new ASP.NET Core Web API project named TodoListApp: dotnet new webapi -o TodoListApp
-
... as it conflicts with the released version of WebApi (and is legally questionable due to licensing issues...). Can you instead make the nuget package depend on Microsoft.AspNet.WebApi.Core.4.0 and …
-
发布成web项目?
Exe文件?
Dll然后部署成服务?
看您写的可以发布成多个站点以支持高并发,是部署成web项目然后在IIS下运行么?