-
It seems to be a bug or something really goes wrong with mocking a public non-abstract class.
My test case:
```
class ConsumerTest {
@Test
void test() {
SomeNonFinalAndPri…
-
Concerns `IronPython 2.7.12 2.7.12.0 on .NET 4.0.30319.42000` and `IronPython 3.4.0b1`. Maybe related to IronLanguages/ironpython2#594
### Description
Assigning an EventHandler throws a `Standar…
-
# Support default parameter values in lambdas
* [x] Proposed
* [X] Prototype: No prototype needed
* [X] Implementation: done
* [X] Specification: https://github.com/dotnet/csharplang/blob/main/…
-
Hello All,
is there anyway even third party solution to restrict access key per device or to have one session per access key .
-
## Expected Behavior
A derived class with a custom `TypeDiscriminator` property name, which is based on an `enum` (therefore the cast will be of type `int`) will be cast properly in nswag
```cs
p…
-
## Interpreter
Principles:
* **Keep It Simple**: Raw lisp syntax, very little sugar, don't modify to support the engine too much.
* **Integrate with Engine**: Where it doesn't complicate things t…
-
Jandex https://smallrye.io/jandex/jandex/3.1.6/core/browsing.html seems pretty much similar to Sisu Index but it does not use ASM and seems faster.
Could sisu be made to:
* support jandex indexed …
-
WinForms is almost completely configurable but that comes at a performance cost. When we get windows messages (`WM_*`) we create event classes and jump through a lot of hoops that would not be necessa…
-
I tried to use this project in Unity
but I found out that Jace uses System.Reflection.Emit
this is not allowed in most of the platforms as specified by Unity
https://docs.unity3d.com/Manual/Scr…
-
Please provide a succinct description of the issue.
When using applicatives CE (let! and!) with 6 or more bindings, the code generated fails one compiled with AOT. Everything is fine with 5 binding…