-
The current implementation of SDK does not allow using a `Stream` instead of a `FileStream` to upload assets using `AssetService`.
The `AssetService` itself does nothing with the `FileStream` input…
-
First off, I'm a *n00b* when it comes to .Net and C-Sharp. But after downloading a .zip of this project and
doing a `msbuild -p:platform="Any CPU" SharpAirplanesRadar.sln`, this mumbo-jumbo got spewe…
-
dotnet publish/src/Tools/Chat/Chat.csproj -c Release -o /out -p:SelfContained=true -p:PublishReadyToRun=true
```
C:\Program Files\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Co…
-
### Describe the bug
C#/WinRT is used to generate .NET projection assemblies for both Windows App SDK and the Windows SDK. On occasion, these must be updated together to maintain compatibility (e.g.,…
-
**Describe the API or scenario**
One of the first features listed in this repo is:
"Splitting up (shredding) a file into multiple files, and combining multiple files into a single file."
But I …
-
Running VSfM 7.7 preview on Mono 5.18.0.144 the "Regular Expressions Toolkit" plugin crashes as soon as you type anything
## Steps to Reproduce
1. open Visual Studio for MAc
2. open any project…
-
### Tested versions
Godot v4.3.0.stable
### System information
Windows 10 - Godot v4.3.0.stable
### Issue description
I recently decided to try out C# in godot and installed dotnet alon…
-
## Expected Behavior
Should fetch the secret from azure key vault using c sharp dapr client SDK
## Actual Behavior
Getting below error when executing daprClient.GetSecretAsync function
Dap…
-
Type: Bug
## Issue Description ##
Having watched files or paths is causing the workspace/didChangeWatchedFiles handler to try and 1:1 tranlate a glob pattern (valid paths can include `..` anywhere)…
-
## Issue Description ##
There is no syntax prompt when entering a template string.
like:
```c#
string someValue = "123";
string tplValue = $"{s...}456"; //Suggestions (eg. someValue ) cannot be …