Kazuki Ota
Kazuki Ota
Oh, sorry. I'm using azure-function-express v2.0.0 on Azure Functions v2.
Sorry, I taked mistake during write this issue. A module that I tried is clova-cek-sdk-nodejs. https://github.com/line/clova-cek-sdk-nodejs Because the module expect the type of req.body is string or Buffer or parseable...
This was harder than I thought, so I was focusing other issues. I will try it after releasing .net 6.
I have no idea to add nullability for that... ```cs class ReactiveProperty { public T Value { get; set; } public ReactiveProperty() : this(default) { } public ReactiveProperty(T initialValue) {...
@soi013 Thank you for the comment. I totally agree your suggestion. However, as you writing, it is a breaking change.
That's great!! This is a best way to add nullability support with keeping compatibility.
@soi013 I cloned the repository, and I tried it. It is really interesting. I just added a few lines to improve the analyzer. ```csharp private void AnalyzeObjectCreationSyntax(SyntaxNodeAnalysisContext context) { if...
I also have not...
This task is not interesting for me. So, please expect delay for this. If anyone interest it, please feel free fork and pullrequest for this.