-
Sometimes, Unity will crash completely while reloading domains.
## To Reproduce
1. Install Cesium.
2. Cause domain reloads.
3. Crashes.
## Setup
- Unity version: 2022.3.50f1
- Cesium: 1.13.…
-
I tried DryIoc on an [Avalonia Wasm App](https://github.com/duongphuhiep/LearnDesktopApp/tree/11a94de49026e655f0532f301e2cb7c089e06e05/AvaloniaApplication1.Browser) for Browser and got the following e…
-
### Description
I am playing with Blazor and discovered that for some reason publishing application as WASM AOT breaks it one way or another.
Here is [the repo](https://github.com/voroninp/DutchVerb…
-
Suggestion:
Package named `Sentry.UI.Xaml` that depend on `Microsoft.UI.Xaml` and targets `netstandard2.0` (or should/has to be: `uap10.0`)?
Add specific info that can be read with native APIs:
* ht…
-
### Description
Found in https://github.com/dotnet/runtime/pull/109069#issuecomment-2455140713.
AOT publish with `BlazorWebAssemblyLazyLoad` fails when the project uses lazy loading:
```
[l…
-
I'm running :
Ubuntu 24.04.1 LTS
dotnet core that is current on that system is:
sdk 8.0.110
runtime 8.0.10
When you use the template to create a project it uses Photino.NET 2.3.0
When you run …
-
Hi,
I have simple enum like this:
```
public sealed class EnumBarcodeFormat : SmartEnum
{
///
/// Ean13
///
public static readonly EnumBarcodeFormat Ean13 = new(nameof(Ean13)…
-
### Describe the bug
Similar to #44197 I did a broader scan of the SDK to find what other binaries it might contain from previous servicing bands. These don't have CVE's but if they did, we'd need to…
-
Your readme mentions AOT compatibility, but then the project doesn't enable the analysis flag, see the docs here: https://learn.microsoft.com/dotnet/core/deploying/native-aot/#aot-compatibility-analyz…
-
### Is your feature request related to a problem? Please describe.
We are trying to reduce the time of our CI by splitting the execution between multiple runners.
### Describe the solution you'd like…