-
### Description
I came across some really strange behaviour when using paket and dotnet core together with RuntimeIdentifiers.
### Repro steps
Please provide the steps required to reproduce …
-
### Library name and version
Azure.AI.OpenAI
### Describe the bug
When trying to call a chat completion it seems like if there is an error nothing is ever thrown and it appears like the application…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [88a9f21ea3e571d50e0471b64343015b0f36abf4](https://github.com/dotnet/runtime/commit/88a…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [88a9f21ea3e571d50e0471b64343015b0f36abf4](https://github.com/dotnet/runtime/commit/88a…
-
It looks like the dotnet octo tool has a hard dependency on .NET 6. When running the microsoft .NET 7 docker image, running dotnet octo fails with the following error:
```
root@a59ab258ba76:/# dotne…
-
## Steps to Reproduce ##
This problem consistently happens after the following sequence of events.
1. Create a new dotnet application from command line
2. Edit and debug application in "Visual St…
-
## Issue Description ##
I'm a WPF developer, I use pure MVVM architecture so I only use objects and DataTemplates, So I **don't** need the designer and drag&drop features of WPF. I only use XAML co…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I try to access AuthenticationStateProvider from a DelegatingHandler which intercepts r…
-
_From @sillyousu on Tuesday, 30 April 2019 02:19:35_
## Steps to reproduce
create a hello world project:
```
mkdir ClassLib
cd ClassLib
dotnet new classlib
cd ..
mkdir Main
cd Main
dotn…
-
I am running on Windows 11 ARM64.
When using e.g. https://github.com/SteveSandersonMS/MinimalDotNetWasmNativeAOT and trying to compile it, I get this error:
```
MSBuild version 17.9.8+b34f75857…