Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

paulomorgado

paulomorgado created a comment on an issue on dotnet/aspire
Not any different than what happened with a container resource bind. I have an Aspire host where I, by host configuration, use local or remote identity providers. To avoid load unused realms, I co...

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
This is what I have now: ```csharp /// <summary> /// Adds a Keycloak Realm to the application model from a <see cref="IResourceBuilder{KeycloakRealmResource}"/>. /// </summary> /// <param name="bu...

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
Not lately. But when it happened, it came out of nowhere without any clues to why.

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
The user might want to bind a single file at a time or the whole directory.

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
I have an implementation that I can submit.

View on GitHub

paulomorgado created a comment on a pull request on dotnet/aspire
> @paulomorgado do you still want to work on this PR? Should we go back to the issue and try to resolve the design challenges you found? I feel like we could do with a reset here. @davidfowl, ye...

View on GitHub

paulomorgado pushed 2167 commits to main paulomorgado/dotnet-aspire
  • Update xUnit test template to add HttpClient resiliency (#4428) d8b8a86
  • update dependency versions (#4443) * update dependency versions * add packages needing mirroring * update majo... 68740d4
  • Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.9.2 to 4.10.0 (#4458) Bumps [Microsoft.CodeAnalysis.CSharp.Work... 69ec755
  • Bump Newtonsoft.Json.Schema from 3.0.16 to 4.0.1 (#4480) 434473a
  • Bump the microsoftextensions group with 3 updates (#4478) d9559ce
  • Bump Swashbuckle.AspNetCore from 6.6.1 to 6.6.2 (#4457) Bumps [Swashbuckle.AspNetCore](https://github.com/domaindriv... f82fe8d
  • Bump OpenTelemetry.Instrumentation.Runtime in the opentelemetry group (#4450) Bumps the opentelemetry group with 1 u... 68b46ff
  • Bump Microsoft.Azure.Cosmos in the azure group across 1 directory (#4488) Bumps the azure group with 1 update in the... 1ace578
  • Bump JsonSchema.Net from 7.0.2 to 7.0.4 (#4456) Bumps [JsonSchema.Net](https://github.com/gregsdennis/json-everythin... bda3168
  • Add icons to MySQL & Azure KeyVault hosting packages (#4504) #1192 1247737
  • Bump Microsoft.Extensions.Azure from 1.7.3 to 1.7.4 in the azure group (#4503) a891b99
  • FromDockerfile (#4312) * FromDockerfile d447bda
  • Update PgAdmin from tag 8.5 to 8.8. (#4524) 3a974af
  • Use CBL-Mariner minimal image for Dockerfile playground. (#4531) b109fa8
  • Treat the first endpoint for each scheme as default (#4529) * Treat the first endpoint for each scheme as default ... 6aa1945
  • Support transports from individual kestrel endpoints (#4533) * Support transports from individual kestrel endpoints ... 24f1601
  • revert .column-header temporary fix (#4545) Co-authored-by: Adam Ratzman <[email protected]> 8e311f3
  • Fix CredScan false positive. (#4548) 552d0c1
  • **BYPASS_SECRET_SCANNING** Unblocking internal mirroring due to false positive c294706
  • [sln] Fix sln loading in VSCode - remove unused folder entry `dockerfile` (#4556) `Aspire.sln` fails to load with VS... aaf5b45
  • and 2147 more ...

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
> So 2 issues: > > 1. HTTPS support inside of the container. > 2. podman container to host communication is borked (similar to [dapr sidecar not visible to container when running via podman #6846]...

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
@afscrome, you don't need the API key if your Aspire host has `DOTNET_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS=true`, right?

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
> I can't repro this in Docker Desktop on Windows. I get a connection error but it's due to HTTPS which is expected: > > ``` > 2025-01-13T11:14:51 > 2025-01-13T19:14:51.419Z warn [email protected]/cli...

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
@davidfowl, you can add the OpenTelemetry collector to test this: ```csharp var otel = builder.AddContainer("otel", "otel/opentelemetry-collector-contrib", "0.117.0") .WithHttpEndpoint(targetP...

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
> If you can make a minimal repro that we can run with instructions that would be great. @davidfowl, I've provided instructions more than once in this issue. Unless someone tells me what's wrong w...

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
> Did we confirm that this was an https issue? I tried HTTP and it has the same issue.

View on GitHub

paulomorgado created a comment on a pull request on cake-build/cake
> Found a typo in the integration tests, also as it's json in a given format wondering if helpers / overload for that should be provided for this to be more useful🤔 The output can be a string if...

View on GitHub

paulomorgado pushed 1 commit to MSBuild-GetProperty-GetItem paulomorgado/cake-build-cake
  • Update tests/integration/Cake.Common/Tools/DotNet/DotNetAliases.cake Co-authored-by: Mattias Karlsson <mattias@devle... fae2f25

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
I just tried with Keycloak and the dashboard is receiving no traces. ```csharp var idp = builder.AddKeycloak( name: "keycloak", adminUsername: builder.AddParameter("KeycloakAdminUsername")...

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
Any update on this, @joperezr?

View on GitHub

paulomorgado created a review comment on a pull request on rabbitmq/rabbitmq-dotnet-client
Overzelousy! Even disposing the underlying task wouldn't clean much.

View on GitHub

paulomorgado created a review on a pull request on rabbitmq/rabbitmq-dotnet-client

View on GitHub

paulomorgado created a comment on an issue on RicoSuter/NSwag
@dkone, a proper OpenAPI document would go a long way to expedite the fix. Better yet, adding unit tests exposing this. Although this can be "fixed", "path parameters are always required" (in ht...

View on GitHub

paulomorgado created a review comment on a pull request on rabbitmq/rabbitmq-dotnet-client
There's still a chance it might be created and not used. How about something like this? ```csharp var serverOriginatedChannelCloseTcs = _serverOriginatedChannelCloseTcs; ...

View on GitHub

paulomorgado created a review on a pull request on rabbitmq/rabbitmq-dotnet-client

View on GitHub

paulomorgado created a review comment on a pull request on rabbitmq/rabbitmq-dotnet-client
A `TaskCompletionSource<bool>` is created whether it's need it or not. But it can be completed if it was not needed. Although it will spin until completed. But it shouldn't take long.

View on GitHub

paulomorgado created a review on a pull request on rabbitmq/rabbitmq-dotnet-client

View on GitHub

paulomorgado opened a pull request on sipsorcery-org/sipsorcery
Use object.ReferenceEquals for reference type equality comparison
Use [Object.ReferenceEquals(Object, Object) Method](https://learn.microsoft.com/dotnet/api/system.object.referenceequals) to compare for both parameters being `null` references or referencing the s...
paulomorgado created a branch on paulomorgado/sipsorcery-org-sipsorcery

equality-compareres - A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

paulomorgado created a review comment on a pull request on rabbitmq/rabbitmq-dotnet-client
Link how? Have the connection activity be the parent?

View on GitHub

Load more