Carlin Scott

Results 97 comments of Carlin Scott

Here's an article explaining how to debug add-ons if it helps: https://developer.mozilla.org/en-US/Add-ons/Add-on_Debugger

Sorry for integration taking so long. There's just a lot of code being added and I ran out of steam.

Well thank you Google for reusing your music domain for reading books. I can look into this but I have failed several times to get Media Keys to match on...

This is how I get my version at runtime for health check API: - AssemblyVersion: `System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString()` - AssemblyFileVersion: `System.Diagnostics.FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly().Location).FileVersion.ToString()` I noticed that this is not how sentry-dotnet does it. For...

This seems to be same issue I reported in #167

Hello @ashishdhingra , which EC2 AMI did you use? I used `amazon/amzn2-ami-hvm-2.0.20200617.0-x86_64-gp2`, and I got the exact same result. I did exactly what you did too, except I used my...

@ashishdhingra That is a different AMI than I used. The ID for the one I mentioned earlier is ami-0b1e2eeb33ce3d66f. It was the top choice from the AWS SDK launch EC2...

I successfully built the template on my amazonlinux EC2. So the build error is related to my csproj file. The major difference between the two projects, is mine was using...

Sure, here you go: [Layer.zip](https://github.com/aws/aws-extensions-for-dotnet-cli/files/6386068/Layer.zip)

Oops, sorry about that. [Layer.zip](https://github.com/aws/aws-extensions-for-dotnet-cli/files/6454617/Layer.zip)