-
Appreciate you sharing this amazing project as it has helped us deploy with more confidence as the users gets our updates immediately versus the typically struggles with service workers!
Any insig…
-
### Description
I cannot my FAKE using dotnet 7 sdk.
### Repro steps
global.json:
```json
{
"sdk": {
"version": "7.0.100"
}
}
```
install fake-cli `6.0.0-alpha003`.
Creat…
nojaf updated
2 months ago
-
Since the extension for dotnet7 is not available aswell, I am wondering if only LTS releases get an extension?
If not, is someone working on this and can give some information?
I would like to re…
-
attempting to follow the install instructions in the readme, copy pasting the command exactly, dotnet tells me that csharp-ls was installed successfully, but the command does not execute it. Returns '…
-
I have a Blazor component which looks like this:
```fs
type ViewComponent() as this =
inherit ComponentBase()
let token_source = new CancellationTokenSource()
let cancellation…
-
When connected to lightstreamer server with this dotnet client (using dotnet7 runtime), every time the client loses connection and attempts to reconnect it results in a severy memory leak that eats up…
-
pl/dotnet was built originally for dotnet 6; this was current when we started the project, years ago, and we never updated it.
Now that we are feature-complete, fast, tested, etc, we are working on…
-
Just starting the program gives me an error message "pso2.exe not found" and crashes a couple seconds afterwards.
WinDBG gives me this.
`STACK_COMMAND: ** Pseudo Context ** ManagedPseudo ** Value…
-
Apps look in the environment variable $DOTNET_ROOT for an available framework.
Just add “export DOTNET_ROOT=/opt/dotnet” to your script.
Source: (Bottom of the page) [https://learn.microsoft.com/en-…
-
@ViktorHofer explained the process after merging a new package. We need to add those instructions in the readme "post merge" section: https://github.com/dotnet/runtime-assets#2-post-merge
Summarize…