Sebastien Pouliot
Sebastien Pouliot
> Because the purpose of using workspace is to collect folders belonging to different solutions and work on them in a workspace. Yes but a `.code-workspace` file is a VS...
The project loads correctly when using the current stable releases * C# Extension: 'ms-dotnettools.csharp' version 2.39.29 * C# Dev Kit Extension: 'ms-dotnettools.csdevkit' version 1.9.55
Filled with Microsoft as https://github.com/dotnet/vscode-csharp/issues/7455
I can duplicate the issue. Even if the extension register the task with every workspace I still get the error 😢 This seems similar to https://github.com/microsoft/vscode/issues/192041 and MS answer is,...
> Does Uno Platform Extension also provide task definition? Yes, every `Uno: *` tasks that VS Code offers comes from the extension. You don't have to create a `tasks.json` to...
@agneszitte it's tracked as an enhancement in https://github.com/unoplatform/uno.vscode/issues/786 but it's not working on other extensions I tried, so there might be something broken inside VS Code itself.
The preview instruction did not work but creating the same is easy. ``` xattr -wx com.apple.FinderInfo "00 00 00 00 00 00 00 00 40 00 00 00 00 00...
You can also lookup the (decade old) implementation inside `Mono.Security.dll` which was used to implement Mono's version of `signcode`.
I could not duplicate, at least not on macOS, suing `net9.0-desktop`. Which OS did you run the `net9.0-desktop` app ?
> Can someone help me out with my Uno MacOS App crashes on launch with @naarsi is it a `netX.X-desktop` app (running on macOS) or a `netX.X-maccatalyst` app ? >...