-
1. Should set DOTNET_ROOT user environment variable for the user to the "current" path. Had several apps break because they couldn't find it, especially ones that use hostfxr.dll
2. Previous versions…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
NuGet
### Package manager version
_No response_
### Language version
_No response_
### …
nojaf updated
6 months ago
-
## Failing Test(s)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.WebHostTests.HelixPlatform_QuicListenerIsSupported
-
## Error Message
```text
QuicListener.IsSuppor…
-
I installed .NET 8.0 on my wine prefix but it just crashes. Pre 8.0 .NET versions of unlocker worked fine. Here's log below.
https://pastebin.com/cR7W7fJu
-
https://github.com/nx-dotnet/nx-dotnet/blob/84f35f133e35b1aa60b66d183bf8a3b50db6517a/packages/core/src/executors/format/executor.ts#L76-L88
Question about this,
I wonder if we need this for dot…
-
Hi, I have just started using the tool. Its great, thanks for making it.
I see in the latest codebase you have the flag for creating NoSplit .iso files from the gui, but its set to always be off w…
-
In example docs mentioned to use:
azurefunctionstest.azurecr.io/azure-functions/dotnet7-quickstart-demo:1.0
But error:
Error response from daemon: manifest for azurefunctionstest.azurecr.io/azure…
-
### BG3 Mod Manager Version
Most recent
### BG3 Game Version
Official Release
### Bug Summary
I tried a million ways to try to launch the mod manager on a Mac via GPTK or Whisky. No dice.
Any i…
-
Opening an issue to track work on adding platform support for Haiku: .
Any tips on how cross-compiling should work would be appreciated. Am currently starting with './build.sh mono+libs -arch x64 -…
-
## Ask a question
I have the following model
```C#
public partial class Parent
{
public int IdParent { get; set; }
public virtual ICollection FirstChild{ get; set; } = new List();
…