-
### Describe the bug
An android project I have stopped building after upgrading the .NET SDK from 8.0.201 to 8.0.202, with this error:
> 5>C:\Program Files\dotnet\sdk\8.0.202\Sdks\Microsoft.NET.…
-
**Note:** This is more of a request for help with a specific scenario than a bug. In light of that, if there's somewhere better for me to direct this request, just let me know.
### Describe the bug…
-
### Describe the bug
An area scaffolded into an existing .NET Core 2.2/3.0 project from the command line with dotnet-aspnet-codegenerator 2.2.2 successfully creates the new area but it is not include…
-
### Library name and version
Azure.AI.OpenAI 1.0.0-beta.8
### Describe the bug
(this may actually be a .net framework issue with BinaryData)
If you have a response that is greater than 3900 char…
-
### Describe the bug
`HttpContext.Request.Path` seems to decode percent-encoded URLs sometimes, but not all the time. The [documentation](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspne…
-
**Is your feature request related to a problem? Please describe.**
I'm using frogbot inside a docker that does not have nuget but uses dotnet commands.
when I run it I get:
```
Cloning repositor…
-
First a little bit of background.
I am one of the collaborators over at the [dotnet-script](https://github.com/filipw/dotnet-script) repo.
We use `dotnet restore` as a way of getting a list of de…
-
_From @basbossink on Thursday, September 19, 2019 4:05:34 PM_
## Steps to reproduce
Create a project that depends on a pre-release package that is not available (yet).
```sh
dotnet restore
```
…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/idea/1077458/add-minvalueattribute-and-maxvalueattribute-for-mo.html)._
---
Let's…
-
## Steps to reproduce
The target path / output directory are different building the solution vs building the project when the platform is specified.
`dotnet build MyProject.sln /p:Platform="Any CPU"…