-
Im write Windows Console Application, try to call code below:
```
BluetoothDevice device = null;
Task.Run(async () =>
{
device = await Bluetooth.RequestDeviceAsync();
}).GetAwaiter().Get…
-
**Describe the bug**
Noticed in Oxygen 4.0 RC 1
When creating an Oxygen Element using Oxygen API Element, and this element uses CSS variables to define a property value in its default CSS, then …
-
### Description
`ngen.exe install` command inside the Install-NativeImages.ps1 script completes successfully:
```
PS C:\Windows\system32> Write-Host "NGen: install Microsoft.PowerShell.Util…
-
### Description
In the application I’m developing, byte arrays of around 2 to 4 MB are being converted to strings using Encoding.UTF8.GetString. After upgrading from .Net6 to .Net8, an OOM exception …
-
```
Hi Romain!,
I've been testing scalp with a log file that I got from a friend and
it's sending me lots of false positives, I'm reporting them, hoping that
you fix them in the 0.5 version =)
…
-
```
Hi Romain!,
I've been testing scalp with a log file that I got from a friend and
it's sending me lots of false positives, I'm reporting them, hoping that
you fix them in the 0.5 version =)
…
-
```
Hi Romain!,
I've been testing scalp with a log file that I got from a friend and
it's sending me lots of false positives, I'm reporting them, hoping that
you fix them in the 0.5 version =)
…
-
```
Hi Romain!,
I've been testing scalp with a log file that I got from a friend and
it's sending me lots of false positives, I'm reporting them, hoping that
you fix them in the 0.5 version =)
…
-
### Before submitting the issue
- [x] I have searched among the existing issues
- [x] I am using a Python virtual environment
### Description of the bug
In spite of setting Discrete Sweep Type in J…
-
Likely a CLR bug: https://github.com/dotnet/coreclr/issues/16193
**Steps to Reproduce**:
```C#
using System;
class Program
{
static void Main()
{
FuncTest(30);
}
…