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 open-telemetry/opentelemetry-dotnet
@davidfowl, what are your plans regarding this and Aspire ServiceDefaults? Will .NET 9.0 libraries be forced upon users?

View on GitHub

paulomorgado created a comment on an issue on open-telemetry/opentelemetry-dotnet
I know Microsoft.Extensions.* and System.Diagnostics.* version 9 can be used on .NET 8.0, but there's a supportability issue you are imposing on users that you can't do. .NET 8.0 didn't change t...

View on GitHub

paulomorgado opened an issue on open-telemetry/opentelemetry-dotnet
[bug] targets other than net9.0 shouldn't be forced to use 9.0 dependencies
### Package OpenTelemetry ### Package Version Versions 1.10.0 and those that take dependencies on it. ### Runtime Version net8.0, netstandard2.1, netstandard2.0, net462 ### Description .NE...
paulomorgado created a comment on an issue on dotnet/aspire
> Well I it’s be great if you can provide me with a repro so I can try it before you get it to see if it’s indeed fixed Sure. I've created an Aspire starter project and added Docker support to th...

View on GitHub

paulomorgado starred icsharpcode/ILSpy
paulomorgado opened an issue on merill/bluesky
New Bluesky user
### Title Jen Gentleman ### Bluesky profile url https://bsky.app/profile/jenmsft.bsky.social ### Twitter profile (url or username) https://x.com/JenMsft ### Category windows ### Type micro...
paulomorgado opened an issue on merill/bluesky
New Bluesky user
### Title Paulo Morgado ### Bluesky profile url https://bsky.app/profile/paulomorgado.bsky.social ### Twitter profile (url or username) https://x.com/paulomorgado ### Category dotnet ### Ty...
paulomorgado opened an issue on merill/bluesky
New Bluesky user
### Title Damian Edwards ### Bluesky profile url https://bsky.app/profile/damianedwards.com ### Twitter profile (url or username) https://x.com/DamianEdwards ### Category dotnet ### Type m...
paulomorgado opened an issue on merill/bluesky
New Bluesky user
### Title David Fowler ### Bluesky profile url https://bsky.app/profile/davidfowl.com ### Twitter profile (url or username) https://x.com/davidfowl ### Category dotnet ### Type microsoft
paulomorgado created a comment on an issue on dotnet/aspire
> Can you make a repro? I am testing with a later Aspire 9.0 build and podman and everything works just fine. I can wait a few days for the release and get back at this.

View on GitHub

paulomorgado opened an issue on dotnet/aspire
9.0.0-rc.1.24511.1 does not receive telemetry from podman containers
The same app host can receive telemetry from a container running an ASP.NET Core 8 application when using **Docker Rancher** (with persistent containers), but is not able to receive telemetry from ...
paulomorgado created a comment on an issue on dotnet/aspire
@Alirexaa, I don't have Docker installed, but I have docker CLI working with podman.

View on GitHub

paulomorgado opened an issue on dotnet/aspire
9.0.0-rc.1.24511.1 does not detect podman
To detect podman, I need to set the app host `DOTNET_ASPIRE_CONTAINER_RUNTIME` configuration to `podman`. Is that the intended behavior?
paulomorgado created a comment on an issue on dotnet/aspire
> This (I think) causes other types of issues, like "WithPgAdmin()" doesn't seem to work anymore (nor does the "WithPgWeb()". Will be good to see if this can get resolved. Works with DbGate 5.3.1

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
I ended up adding this before building and running the app host: ```csharp // Aspire 9.0.0/Rancher bug { if (await IsRancherDesktopAsync()) { foreach (var resource in builder.Resou...

View on GitHub

paulomorgado starred CommunityToolkit/Aspire
paulomorgado created a comment on an issue on dotnet/sdk
@baronfel, Trying to debug this, I found out that `my.repository.name` is not normalized, but `My.Repository.Name` is normalized into `my-repository-name`. | `containerRepository` | `normalizedIm...

View on GitHub

paulomorgado created a comment on an issue on dotnet/sdk
@baronfel, `my,registry.com:123/my-repository` is considered valid and not normalized. However, `my,registry.com:123/my.repository` is normalized to `my-registry-com-123/my-repository`. I don't ...

View on GitHub

paulomorgado created a review comment on a pull request on rabbitmq/rabbitmq-dotnet-client
> > `init` only fields do not guarantee that. > > You can use a `struct`. That will always be copied, thus, not a good idea if they are big. > > One strategy I use some times is using a context t...

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
`init` only fields do not guarantee that. You can use a `struct`. That will always be copied, thus, not a good idea if they are big. One strategy I use some times is using a context type (think `...

View on GitHub

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

View on GitHub

paulomorgado opened an issue on dotnet/Docker.DotNet
ImagePushParameters.RegistryAuth seems to be an unused property
`ImagePushParameters.RegistryAuth` seems to be an unused property. `Docker.DotNet.ImageOperations.PushImageAsync` makes no use of it and uses a `AuthConfig` parameter instead. Is this intended?
paulomorgado created a comment on an issue on dotnet/sdk
Maybe a `ContainerFullyQualifiedImageName` property would work. If supplied, it would ignore `ContainerRegistry` and `ContainerRepository` and use it instead.

View on GitHub

paulomorgado created a comment on an issue on dotnet/sdk
1. Use .NET SDK to produce an archive of the container image. 2. Load the container image: `docker load --input <path to the image archive file>` 3. Push the desired image tags to the registry: `do...

View on GitHub

paulomorgado opened an issue on dotnet/sdk
ParseContainerProperties task normalizes the registry part of the repository
I'm specifying my container repository as: ```xml <ContainerRepository>myregistry.com:123/$(AssemblyName)</ContainerRepository> ``` But the `ParseContainerProperties` task "normalizes" it to "myr...
paulomorgado created a comment on a pull request on cake-build/cake
@devlead, is there anything needed here?

View on GitHub

paulomorgado created a review on a pull request on paulomorgado/SAZ2HAR

View on GitHub

paulomorgado created a comment on a pull request on paulomorgado/SAZ2HAR
Found a spec: [HTTP Archive (HAR) format](https://w3c.github.io/web-performance/specs/HAR/Overview.html)

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
> > Is the plan to take [#6381](https://github.com/dotnet/aspire/pull/6381) for 9.0 GA? I'd think we should right? > > Yes, that was my plan. So people don't use the Aspire library with the 3.0.0 ...

View on GitHub

Load more