-
Oftentimes, my experience with Paket is something like this:
1. Run `paket init` on a clean repo.
2. Add a package from the command line e.g. `paket add Saturn`.
3. Realise that paket by default …
-
## Expected Behavior / New Feature
configuration file:
```json
{
"Routes" : [ {
"DownstreamPathTemplate": "/users",
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
…
-
# Hi
After downloading the source code, I installed .netcore3.0 and .net 4.7.2. After running with vs2019, the demo can run normally but the WPF view page is prompted to report an error. The screens…
-
### Describe the bug
I have a couple of micro-services along with some Azure Functions (dotnet-isolated ones) and the Azure Function fails to run. I guess the command its using internally is dotnet r…
-
什么时候兼容.NETCORE 3.1
-
### Proposta
- [ ] Proposo que algú faci una xerrada
- [X] Vull fer una xerrada
- [ ] Conec algú que la pot fer
#### Breu descripció
Alguns esteu fent .NET (4.X) Proposo una xerrada del nou…
-
### Description
Our project crashed once while testing, it has not reoccurred yet, check the dump file content as below:
![image](https://github.com/dotnet/wpf/assets/15212559/54d91cae-4af8-4f05-8a7…
-
I have a service that is creating a json representation of a POCO. When I consume the service on the server side the json can be deserialized by NewtonSoft.Json. When consumed in the client the deseri…
-
I'm building a Windows Service project running .netcore3.1 that extracts some backlog items.
Running on VisualStudio (debug and release mode) works fine.
After deploying, and installing the servic…
-
HttpTrigger works incorrectly in the following conditions:
* Azure Functions v3
* TargetFramework: netcoreapp3.1
* `Microsoft.NET.Sdk.Functions` version `3.0.2`
* Code:
```
[FunctionName…