Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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 sup...
paulomorgado created a comment on an issue on containers/podman
I built this simple C# program: ```csharp using Docker.DotNet; using Docker.DotNet.Models; using System.Formats.Tar; using var contents = new MemoryStream(); using (var tarWriter = new TarWriter(...
paulomorgado created a comment on an issue on containers/podman
That's probably it. I need to debug a bit more to figure out what exactly is missing or out of place.
paulomorgado created a comment on an issue on containers/podman
docker is writing nothing to the file when using podman engine, but writes the image ID when using docker engine. Looks like something in the API that podman exposes to docker.
paulomorgado opened an issue on containers/podman
IID not written when using docker CLI
### Issue Description `docker build --iidfile <path to iidfile> ...` produces an empty file while `podman build --iidfile <path to iidfile> ...` produces a file with the image ID. ### Steps to ...paulomorgado created a comment on an issue on dotnet/efcore
At the moment, what I'm doing is roughly this: 1. Get the `BaseIntermediateOutputPath` from the project I want to run `dotnet ef dbcontext script` ``` dotnet msbuild -getproperty:BaseIntermediateO...
paulomorgado created a comment on an issue on dotnet/efcore
Querying properties from MSBuild execution will give you the exact values as during build. You can test [Evaluate items and properties and display results of targets](https://learn.microsoft.com/e...
paulomorgado created a comment on an issue on dotnet/efcore
> [@paulomorgado](https://github.com/paulomorgado) How would this work with `ArtifactsPath`? @fardarter, can you elaborate more? I don't understand what you're asking.
paulomorgado created a comment on an issue on dotnet/aspire
> Right, but you're aware of the [Aspire support policy](https://dotnet.microsoft.com/en-us/platform/support/policy/aspire)? Which is that it's not supported as soon as a new version is released? ...
paulomorgado created a comment on an issue on dotnet/aspire
> The majority of the 9.0.0 libraries still have a net8.0 target (including Microsoft.Extensions.Http.Resilience referenced)? With an STS support policy instead of an LTS support policy.
paulomorgado opened an issue on dotnet/aspire
Aspire 9.0.0 targeting net8.0 forces .NET 9.0.0 library dependencies
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug Aspire 9 Test Project (xUnit) imposes STS libraries on solutions using LTS libraries by ta...paulomorgado created a review comment on a pull request on CommunityToolkit/dotnet
Yes! I had just copied what's on `MemoryStream<TSource>`. Changed!
paulomorgado pushed 2 commits to feature/readonlysequencestream paulomorgado/CommunityToolkit-dotnet
paulomorgado created a comment on an issue on dotnet/aspire
@joperezr, have you been able to repro this?
paulomorgado created a comment on a pull request on CommunityToolkit/dotnet
> Could you please rebase on top of main and drop all other commits except the 2 from you? Thank you 🙂 Done! :smile:
paulomorgado pushed 2 commits to feature/readonlysequencestream paulomorgado/CommunityToolkit-dotnet
paulomorgado pushed 110 commits to feature/readonlysequencestream paulomorgado/CommunityToolkit-dotnet
- Update bug_report.yml ae935f5
- Mark old property value as nullable if needed 9abe628
- Add unit tests for new nullable annotations 8e23ac1
- Merge pull request #944 from CommunityToolkit/dev/nullable-old-property-value Improve nullable annotations in [Obser... 1f8e527
- Add .targets to validate the Windows SDK version 9c0725a
- Suggest package versions based on configuration bbb4fb2
- Merge pull request #942 from CommunityToolkit/dev/windows-sdk-validation Add .targets to validate the Windows SDK ve... 04c514c
- Update SDK package checks for .NET 9 SDK 67872c1
- Merge pull request #952 from CommunityToolkit/dev/update-framework-reference-checks Update SDK package checks for .N... 9accd8a
- Add support for forwarding accessor attributes 0797158
- Update diagnostic suppressor for forwarded attributes 5d9ce3e
- Add unit test for accessor attributes c7e454a
- Add unit test for updated diagnostic suppressor 8404e3a
- Merge pull request #946 from CommunityToolkit/dev/forward-accessor-attributes Allow forwarding attributes to propert... cb478f1
- Fix suppressions for custom attribute targets d52dec9
- Merge pull request #964 from CommunityToolkit/dev/fix-attribute-target-suppression Fix suppressions for custom attri... ba45963
- Add blank 'Roslyn4110' project 11d15c9
- Fix naming conventions for all Roslyn projects e27359f
- Add 'global.json' file a67a31d
- Update .targets for Roslyn setup 9c9061d
- and 90 more ...
paulomorgado pushed 51 commits to feature/readonlysequencestream paulomorgado/CommunityToolkit-dotnet
- Add .NET 8 TFM to all projects af50898
- Fix build for .NET 8, enable C# 12 6a0e0e9
- Add missing in modifiers 98c5b3c
- Add AOT annotations to the MVVM Toolkit a181f0c
- Fix some nullability warnings eda07b3
- Fix source generator unit tests on .NET 8 e26602c
- Bump NuGet packages to latest stable b4cf03c
- Fix typo Remove extra parenthesis f6b8c5e
- Fix source generator unit tests 32dbaed
- Merge pull request #832 from CommunityToolkit/dev/net8.0 Add .NET 8 TFM to all projects and AOT annotations ce01781
- Update Roslyn test NuGet packages 8802c03
- Update NuGet packages to latest stable a25a8a0
- Merge pull request #908 from CommunityToolkit/dev/update-nuget Update NuGet packages to latest stable 78b3fe2
- Merge pull request #863 from Benna96/fix-guard-throwhelper-method-typo Fix typo in Guard.ThrowHelper.ThrowArgumentNu... 5c6fe61
- Add sizeof(T) to Memory2D offset from MemoryManager 395e54a
- Add Windows TFM to the MVVM Toolkit 11c1183
- Mark WinRT-exposed types as partial 2254367
- Disable projection generation for CsWinRT 125eefb
- Update Windows SDK projections to latest stable 488f7a7
- Merge pull request #909 from CommunityToolkit/dev/winrt-aot Add AOT support in WinRT scenarios to the MVVM Toolkit e7acd48
- and 31 more ...
paulomorgado pushed 736 commits to paulomorgado/issue-28905 paulomorgado/dotnet-aspnetcore
- Fix SetLockoutEnabledAsync comments (#56062) d831a50
- Move schema store into service and add schema keys (#56084) 8adff2c
- Quarantine the flakiest IIS tests (#55938) There's already a bulk retry for IIS tests, but these are still failing o... 0780e76
- Update AuthenticationSchemeProvider.cs public constructor summary punctuation (#55919) 8e74eef
- Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240604.1 (#56083) Microso... f244d1d
- Unquarantine `HeartbeatLoopRunsWithSpecifiedInterval` (#56091) 3612a9f
- Allow HTTP2 encoder to split headers across frames (#55322) * Initial implementation * Review feedback * Updat... 73067c1
- Pass through CancellationToken when writing OpenAPI response (#56096) f36ba39
- Set content type for OpenAPI JSON document (#56097) f91c99b
- Remove references to obsolete storage account variables (#56100) 1051726
- Retry CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser (#55955) For #55954 1ed83e9
- Remove dot that is added to URL (#56075) The dot is added to the URL: And, when clicked, navigates to a non-e... f4c10ec
- Update sdk daily builds table url (#56085) b7738d2
- Use constant values for CorsPolicy.cs and CorsPolicyBuilder.cs (#54247) 65f0f67
- Update Components build and E2E testing instructions (#56106) 60a8ba0
- Add support for OpenAPI schema transformers (#56093) 206b0ae
- Update .NET SDK to 9.0.100-preview.6.24302.3 (#56034) 3a2a931
- Fix Build From Source example (#56105) 7f2dfb0
- Update dependencies from https://github.com/dotnet/source-build-externals build 20240603.2 (#56165) [main] Update de... df3fa0a
- Update dependencies from https://github.com/dotnet/extensions build 20240608.1 (#56166) [main] Update dependencies f... 26a1cee
- and 716 more ...