-
## error log | 日志或报错信息
这是生成的index.d.ts,报错的地方我标注了,搜//可以找到
```ts
declare module 'csharp' {
import * as CSharp from 'csharp';
export default CSharp;
}
declare module 'csharp' {
interf…
-
**Is your feature request related to a problem? Please describe.**
By trying to remove boxing for the `string` function, I got blocked by the fact that I cannot special-case enums. In fact, the stati…
-
### Symptoms
Adding another OrderBilledCall (or any new message handler that adds another timeout to the saga) and calling AdvanceTime in [this test](https://github.com/Particular/NServiceBus.Testi…
-
Good evening,
i can't understand why table sorting doesn't work with expandoobject. I get the error "Failed to compare two elements in the array"
System.ArgumentException: At least one object must…
-
Some of the metadata tables have requirements on sort order. ILPack doesn't currently ensure these rules aren't violated. The main two that seem to be causing issues is the order of the generic param…
-
Sorry for the unsolicited issue - I follow you on GitHub and saw your repo in my feed :P
My *guess* you are looking at ValueObject example in relation to DDD - I was curious if you have considered …
-
### Rationale
In https://github.com/dotnet/runtime/issues/13788 we exposed some new interchange types `CLong`, `CULong`, and `NFloat` to help ensure interop with underlying runtimes could be done i…
-
### Description
This is a bit of an enhancement request and not a bug per se.
With Generics, there is no way to:
1. Put a constraint on T to enforce it is a primitive.
```where T : Primit…
-
- Continuation of: https://github.com/dotnet/runtime/issues/48529 (that issue got locked)
- Analyzer description: https://github.com/dotnet/roslyn-analyzers/issues/4479
I tried to move it to Style…
-
@pouloghost commented on [Tue Sep 17 2019](https://github.com/dart-lang/sdk/issues/38446)
I'm new to flutter/dart from android. Dart seems to be more java than kotlin, which makes dart quite outdated…