-
### Godot version
4.0.stable
### System information
Windows 11
### Issue description
see the code below. running the project I got a "Nonexistant function" error.
while changing return type to…
-
## Issue Description ##
"Couldn't start client Razor Language Server" popup window appears with error in Razor Log.
Error shows up in Razor Log, so it might not be directly related with C# extension…
-
### Describe the issue
Can't build nuget packages. I'm trying to build dnnl version , and faces the issue to build nuget packages.
I checkout from the branch v1.16.3, and it seems there is referenc…
-
Type: Bug
## Issue Description ##
## Steps to Reproduce ##
1. Create folder `md scripting`
1. Navigate to the folder `cd scripting`
1. Create a scripting project `dotnet script init`
1. Add …
-
Vulnerable Library - react-dom-16.2.0.tgz
React package for working with the DOM.
Library home page: https://registry.npmjs.org/react-dom/-/react-dom-16.2.0.tgz
Path to dependency file: /src/Templat…
-
This allows the code to execute outside of user profile settings:
See example here: https://github.com/Azure-Samples/azure-search-openai-demo-csharp/blob/main/scripts/prepdocs.ps1
-
When I build a .NET 7.0 app that uses MessagePack with a custom formatter and enable trimming, the trimmed app crashes.
The crash is due to ILLink removing `Instance` field or public parameterless co…
-
Using the following code:
```
while(true)
{
await Microsoft.CodeAnalysis.CSharp.Scripting.CSharpScript.EvaluateAsync("4 + 8");
System.Console.WriteLine($"Loaded assemblies: {System AppDomain.…
-
### Are you on the latest version of AssetRipper?
Yes, I'm on the latest release of AssetRipper.
### Which release are you using?
Windows x64
### Which game did this occur on?
_No response_
### …
-
Hey,
First, really great job! I'm working through your tutorial. I beefed up your protogen_csharp.sh script to work with mac osx. I'm attaching it here.
The script now checks if protoc has …