-
Are there plans for an sdk for dotnet and c# to use livekit ?
-
Are you planning to support .NET with some sdks
-
### URL
https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/create
I am having issues with the following instructions:
1. Collapse the Blazor App folder in the VS Code Explorer.
2. Click …
-
> Try using `dev-dotnet/dotnet-sdk` instead of `dev-dotnet/dotnet-sdk-bin`.
>
>_Originally posted by @orbea in >https://github.com/gentoo/libressl/issues/571#issuecomment-2447366760_
…
-
**Describe the bug**
We started getting this error when running dotnet restore on our Windows runners for any projects targeting net8.0-android 2 days ago:
```
C:\Program Files\dotnet\sdk\8.0.404…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=869444
Build error leg or test failing: Microsoft.DotNet.Cli.New.Integration…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Aspire 9 seems to have lots of problems stopping projects.
In Aspire 8, I routinely started…
-
## Describe the bug
Jetbrains Rider 2024.3 can not resolve the dotnet sdk on startup. This seems to be caused by the post install script of the package linking in the wrapped sdk and not the actual s…
-
Creating a simple csproj file like:
```xml
Exe
net9.0
enable
enable
```
And compiling it with .NET 9 causes the following warnings:
```
Restore succeeded with 1 …
-
### Library name and version
`Azure.AI.OpenAI 2.1.0-beta.2`
### Describe the bug
I have the following code.
```csharp
using Azure.AI.OpenAI;
using Azure.Identity;
using OpenAI.Chat;
using System.C…