Chenfeng Bao

Results 7 issues of Chenfeng Bao

Provide OAuth2 support for email report for better security. Users won't have to check "Allow less secure apps" in their Google account. The simplest way to do this is probably...

enhancement

Currently, cache database finds the latest state of a job by `timestamp: int` and `tries: int`. This can be unreliable. If a job experienced errors, and was quickly retried again...

bug

Related earlier discussions: #265 #361 Related blog post: [Configuring TLS With Requests](https://lukasa.co.uk/2017/02/Configuring_TLS_With_Requests/)

enhancement

Some apps' best entrypoint URL isn't the root path, but some path below that, e.g. http://localhost:12345/swagger. If using `AddProject`, we can now get the Aspire dashboard to show a custom...

area-app-model

### Component OpenTelemetry.Instrumentation.AWS ### Package Version | Package Name | Version | | ------------------------------------- | ------- | | OpenTelemetry.Extensions.Hosting | 1.9.0 | | OpenTelemetry.Instrumentation.AWS | 1.1.0-beta.6 | ### Runtime Version...

bug
comp:instrumentation.aws

(Optionally?) emit OpenTelemetry data, like is possible with some other packages (e.g. HttpClient, AWSSDK, Npgsql...) Wouldn't mind trying my hands on it if it's desired.

feature-request

### Describe the bug If using custom log formatting (e.g. JSON) and `"launchBrowser": true` in launchSettings.json, `dotnet watch` will hard exit when it fails to launch the browser. ### To...

untriaged
Area-Watch