-
### What happened?
Updgrading a Xamarin Native to .net-android and .net-ios project.
Added OneSignalSDK.DotnNet/5.0.2
OneSignal.Initialize("MY KEY");
This line then errors with...
```
Ja…
-
### Things to check
- [X] I have searched the **existing issues** for this bug
- [X] To rule out a caching problem I made sure the bug also happens in an **incognito tab**
### Bug type
Component
#…
-
JitOptRepeat is a JIT configuration that repeats certain optimization phases two or more times to generate better code. Repeated optimization phases can lead to better code because the design of exist…
-
The command:
```
./build.sh /p:NoPgoOptimize=true --portablebuild false /p:DotNetBuildFromSource=true /p:DotNetBuildSourceOnly=true /p:DotNetBuildTests=true --cmakeargs -DCLR_CMAKE_USE_SYSTEM_BROTLI=t…
-
Native integrations should sync the contexts when they're started. Currently, this is not possible because contexts are only filled in when a first managed event is being processed.
See https://git…
vaind updated
2 months ago
-
### Type of issue
Missing information
### Description
There is a class of attributes interpreted by the compiler which could have its own page. I've seen them described as *pseudo-custom attributes…
-
Hope to move to UWP Modern .NET in the future
希望未来能迁移到 UWP Modern .NET
Microsoft 已经官宣了 UWP Modern .NET 的支持,希望未来能将 WinverUWP 迁移到 Modern .NET
Mikrosoft has officially announced the support of UWP M…
-
**What version of OR-Tools and what language are you using?**
Version: 9.10.4067
Language: C#
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**
GLOP
**What opera…
-
## Describe the bug
Following this tip https://github.com/microsoft/testfx/issues/3095#issuecomment-2166002542 I added the Microsoft.Testing.Extensions.HangDump package to a native AoT test project…
-
1. Scaffolding on raw project does not bring all static files like `bootstrap.bundle.min.js`
2. Static files are put into `wwwroot` while templates are asking for `~/Identity/...`
```C#
aspnet-codege…