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 jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources
Either way, `MongoDB.Driver.Core.Extensions.DiagnosticSources` is locked to bellow version 3.0.0.

View on GitHub

paulomorgado opened a pull request on mongodb/mongo-csharp-driver
Replace string creation with static strings for Regex options conversion to string
The `BsonRegularExpression(Regex)` constructor uses string concatenation to create the options string. If there's none only one option, it will result on a static interned string. Otherwise, it ...
paulomorgado created a branch on paulomorgado/mongodb-mongo-csharp-driver

performance/BsonRegularExpression/1 - The Official C# .NET Driver for MongoDB

paulomorgado created a comment on a pull request on dotnet/efcore
> Err wait, not quite. Remove `--msbuildprojectextensionspath` now, since it should no longer be needed. Removed!

View on GitHub

paulomorgado pushed 1 commit to remove_GetEFProjectMetadata paulomorgado/dotnet-efcore
  • Remove msbuildprojectextensionspath 7b6211d

View on GitHub

paulomorgado opened a pull request on CommunityToolkit/Aspire
Update Aspire.CommunityToolkit.sln
Added missing EndProject <!-- 🚨 Please Do Not skip any instructions and information mentioned below as they are all required and essential to evaluate and test the PR. By fulfilling all the requ...
paulomorgado pushed 1 commit to patch-1 paulomorgado/Aspire
  • Update Aspire.CommunityToolkit.sln Added missing EndProject c03fbdc

View on GitHub

paulomorgado created a comment on a pull request on dotnet/efcore
> Err wait, not quite. Remove `--msbuildprojectextensionspath` now, since it should no longer be needed. Was it, for sure, used only for this purpose? If it was, we should remove it.

View on GitHub

paulomorgado opened an issue on dotnet/Docker.DotNet
Consider adding support for docker cli environment variables
Like when using [Testcontainers](https://dotnet.testcontainers.org/), it would be nice if this library (or a complementary one) handled docker cli environment variables like `DOCKER_HOST`, `DOCKER_...