-
Got this error in netcore2.1 webapi,im using StackExchange.Redis 2.2.4(also tried downgrade to 2.0.513 but still got this),it only happens in my server,Windows Server2016.
[10:58:49.833 Error]
…
-
> * [ ] 我已经检查过[discussions](https://github.com/ctripcorp/apollo/discussions)
> * [ ] 我已经搜索过[issues](https://github.com/ctripcorp/apollo/issues)
> * [ ] 我已经仔细检查过[FAQ](https://ctripcorp.github.io/a…
-
### Describe the bug
I believe the changes made in .NET Core 2.2(?) with ambient route value invalidation do not rightly consider how routes are generated when a _route pattern_ is specified that d…
-
### Description
I'm trying out SQLProvider 1.1.14 with a netcore2.0 app. I get intellisense but it crashes at runtime. Building works.
### Repro steps
1. Create new netcoreapp2.0 F# project
…
nojaf updated
3 years ago
-
With this change:
- .NET Framework 4.0 will no longer be supported.
- Minimum requirement for usage will be .NET Framework 4.6.1 or .NET Core 2.0.
- Newtonsoft.Json will be updated to 11.0.2
- R…
-
Our AzDO CI failed with
```
installcredprovider.ps1 : Unable to resolve the Credential
Provider zip file from https://api.github.com/repos/Microsoft/artifacts-credprovider/releases/latest
```
…
-
For projects using the roslyn based project system, coverage requires `DebugType = Full` as shown below:
```xml
netcoreapp1.1
Full
```
This issue tracks the requirement to su…
-
`
WeixinController.Post 中:
//自定义MessageHandler,对微信请求的详细判断操作都在这里面。
var messageHandler = new CustomMessageHandler(Request.GetRequestMemoryStream(), postModel, maxRecordCount);…
-
Thanks for this great library for those of us that don't live in Java land. I'm using this on a low-traffic Salesforce Platform Event queue, so likely hit a lot of long-polling transport timeouts, and…
-
## Unable to delete files added using copyToOutputDirectory to PreserveLatest
I had a file with
```
PreserveNewest
```
and have now updated it not to contain
```
Preser…