C
C#15mo ago
eatingtheham

❔ dotnet workload install errors.

Trying to use the uno framework. Using uno-check to download dependencies. When it executes dotnet workload install it breaks. Here is what is shown in console.
4 Replies
JakenVeina
JakenVeina15mo ago
an NRE, eh? I dunno what else you could do about that except go to the developers
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Accord
Accord14mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Is there a way to quickly change all instances of "var" in my code to "Country"?I had ChatGPT do some stuff and it named everything var and I have a Country method, I need to conve❔ Issue with Google authentication in dotnet 7 react app [SOLVED]Hi! I am trying to use google authentication with dotnet 7 react app. I followed the instructions he❔ Can you modify fields in a struct?I am working on a school project and have run into an issue. Code snippets is: https://sourceb.in/Ss❔ MAUI ImageButton Aspect not workingI'm working on a tool that should allow users to swap out an image in this ImageButton by clicking o✅ Lagging IOptionsMonitorCache for openidconnnect``` [HttpGet] public async Task AuthenticateClient([FromRoute] int id) { ❔ tls 1.2 serverclientI'm struggling a lot for something that maybe is very simple. I have to upgrade a simulator with tl❔ Error "System.NullReferenceException: "Object reference not set to an instance of an object.Hi all, error "System.NullReferenceException: "Object reference not set to an instance of an object.❔ Change Font Size?Hello, everyone! I have searched the Internet, on how to change the font size/zoom for the console w❔ Docker dotnet msbuild fails when using source generator referenceI have a solution with two projects. An aspnet api 'MyApiProject' and a regular class library 'MyLib❔ Creating a JWT through terminal and use it in production (webapi)I've created a JWT through the terminal with "dotnet user-jwts create" inside the webapi source dire