Dmitry Obraztsov
Dmitry Obraztsov
The problem begins with this [line](https://github.com/obfuscar/obfuscar/blob/d11f455af81a20209a0d746077447f50f7074f92/Obfuscar/Obfuscator.cs#L1518). The type `System.Text.Encoding` is resolved from assembly `System.Private.CoreLib` and when we call `ImportReference` later the reference to the `System.Private.CoreLib` adding to our assembly. I...
Hello @normj. Thanks for the detailed explanation. This is my bad, because when I created this issue, I thought that this is the `LambdaAnnotations` library repository. I forgot that it...
Hi @ashishdhingra, I mentioning this feature request for [Amazon.Lambda.Annotations](https://github.com/aws/aws-lambda-dotnet/tree/master/Libraries/src/Amazon.Lambda.Annotations) package.
For Blazor apps with the server rendering WebSocket support is very important.
This is working VS Code debug configuration for `launch.json`: ``` json { "name": "Lambda: My Lambda", "type": "python", "request": "launch", "module": "lambda_local", "args": [ "-l", "${workspaceFolder}/.venv/lib", "-f", "lambda_handler", "-t", "180",...
Hi @ashishdhingra! I looked at the #1279 and it seems to be a similar, but much more complex. I know that the AWS team often implements services with partially overlapping...
@ashishdhingra PR #1349 is ready and waiting for the team's decision.
Hi @ashishdhingra. Any chance that the team looks at this issue and related PR?
Hi @normj! I really appreciate what you do for .NET and enjoy using your tools. I also realise that you have a lot of tasks, but maybe you can spare...
Hi @jeroenvervaeke, Thank you for your review. Added fix by your comments