-
Drakmyth[CodePlex] In Visual Studio 2015, creating a new Blank App (Universal Windows) targeting .NET Framework 4.5.2 and attempting to add Extended WPF Toolkit Community Edition 2.6.0 via NuGet resul…
-
Using the following project:
```xml
Exe
net8.0
enable
enable
true
true
```
```C#
using System.Runtime.Caching;
MemoryCache memory…
-
### 🐛 Describe the bug
How to repro:
comment out the line below:
https://github.com/pytorch/pytorch/blob/57a9a64e10b84fa8d932482ae9417aa3fc3fbf44/test/inductor/test_aot_inductor.py#L2293
and…
-
Add support for NativeAOT as NativeAOT will be present as part of .NET 7.0.
The NativeAOT ahead-of-time (AOT) toolchain can compile .NET application into a native (architecture specific) single-file…
-
We should support generating AOT code compatible with `-fstack-protector` and emit [CFI directives](https://sourceware.org/binutils/docs/as/CFI-directives.html) or the relevant LLVM bitcode, for mini …
-
We are encountering issues when trying to bind properties within an `ItemsPanelTemplate`. Currently, we have [this code](https://github.com/CommunityToolkit/Windows/blob/665ba24405f543242e5ff2b0d7d24c…
-
### 🐛 Describe the bug
How to repro:
comment out the line below:
https://github.com/pytorch/pytorch/blob/57a9a64e10b84fa8d932482ae9417aa3fc3fbf44/test/inductor/test_aot_inductor.py#L2332
and…
-
Hello,
I tried to install the Nuget package for this in a PCL and in a UWP project, but was unable to in both cases.
Here's the Output screen for when I tried to install the Nuget package in the…
-
### 🐛 Describe the bug
How to repro:
comment out the line below:
https://github.com/pytorch/pytorch/blob/57a9a64e10b84fa8d932482ae9417aa3fc3fbf44/test/inductor/test_aot_inductor.py#L2301
and…
-
It would be desirable to have a single jose-jwt codebase/package that works on all .NET Standard platforms. The idea being that if I make my own .NET Standard library that uses jose-jwt functionality,…