Ecosyste.ms: Timeline

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

dotnet/sdk

ericstj closed an issue on dotnet/sdk
.NET 9.0 SDK is shipping unpatched copies of System.Text.Json
### Describe the bug A few places in the .NET SDK components try to stay on old copies of some packages so that they can align with those that are redistributed by VS or MSBuild. System.Text.Json ...
dadovan starred dotnet/sdk
nagilson created a review comment on a pull request on dotnet/sdk
Thank you for taking the time to test that, glad it works 🥳

View on GitHub

nagilson created a review on a pull request on dotnet/sdk

View on GitHub

javiercn pushed 20 commits to javiercn/replace-swa-globbing dotnet/sdk
  • Update dependencies from https://github.com/dotnet/msbuild build 20241021.1 Microsoft.SourceBuild.Intermediate.msbui... c82a0a1
  • Update dependencies from https://github.com/dotnet/windowsdesktop build 20241021.1 Microsoft.WindowsDesktop.App.Ref ... f71b2c6
  • Update dependencies from https://github.com/dotnet/symreader build 20241015.1 Microsoft.SourceBuild.Intermediate.sym... 48e8a3b
  • Update dependencies from https://github.com/dotnet/test-templates build 20241021.1 Microsoft.SourceBuild.Intermediat... 211acbd
  • Update dependencies from https://github.com/dotnet/aspnetcore build 20241021.10 dotnet-dev-certs , dotnet-user-jwts ... f4657f0
  • Update dependencies from https://github.com/dotnet/test-templates build 20241021.2 Microsoft.SourceBuild.Intermediat... 7d110e0
  • Update dependencies from https://github.com/dotnet/test-templates build 20241021.3 Microsoft.SourceBuild.Intermediat... efdec83
  • Update dependencies from https://github.com/dotnet/aspnetcore build 20241021.12 dotnet-dev-certs , dotnet-user-jwts ... a3531e4
  • Update dependencies from https://github.com/dotnet/aspnetcore build 20241021.14 dotnet-dev-certs , dotnet-user-jwts ... 521a357
  • [main] Update dependencies from dotnet/test-templates (#44341) 340e95d
  • [main] Update dependencies from dotnet/symreader (#44332) 588f0ca
  • Update dependencies from https://github.com/dotnet/windowsdesktop build 20241021.6 Microsoft.WindowsDesktop.App.Ref ... ffcefac
  • [main] Update dependencies from dotnet/msbuild (#44330) 690b260
  • [main] Update dependencies from dotnet/aspire (#44336) [main] Update dependencies from dotnet/aspire 10a7516
  • [main] Update dependencies from dotnet/windowsdesktop (#44331) 35be1be
  • [main] Update dependencies from dotnet/aspnetcore (#44345) 6373800
  • File scoped namespaces 684b0b2
  • Fixes 83a2637
  • Spanify tasks c9f8136
  • Fixes 18667d3

View on GitHub

ViktorHofer pushed 1 commit to main dotnet/sdk
  • [main] Update dependencies from dotnet/arcade (#44429) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@user... 49b4f57

View on GitHub

ViktorHofer deleted a branch dotnet/sdk

darc-main-be2eaf3a-a16f-4648-94a9-34774db3d477

ViktorHofer closed a pull request on dotnet/sdk
[main] Update dependencies from dotnet/arcade
This pull request updates the following dependencies [marker]: <> (Begin:3d9043af-0e17-4eb5-f3e3-08d8e97c775d) ## From https://github.com/dotnet/arcade - **Subscription**: 3d9043af-0e17-4eb5-f...
marcpopMSFT deleted a branch dotnet/sdk

IsPackableVSMSBuildExtensionsFIx

marcpopMSFT pushed 2 commits to main dotnet/sdk
  • Fix official build. Correctly condition GenerateMSBuildExtensionsLayout target so that it only runs when IsPackable i... 2701d2a
  • Fix official build. Correctly condition GenerateMSBuildExtensionsLayo… (#44435) 8ef9d23

View on GitHub

marcpopMSFT closed a pull request on dotnet/sdk
Fix official build. Correctly condition GenerateMSBuildExtensionsLayo…
…ut target so that it only runs when IsPackable is true.
marcpopMSFT created a comment on a pull request on dotnet/sdk
failure is known and this change only affects the build, not tests.

View on GitHub

ViktorHofer created a comment on a pull request on dotnet/sdk
@akoeplinger let me know that this is the same as "true". We found out that because we invoke the VMR orchestrator with `/warnaserror`, the warning the again gets propagated to an error. That's wei...

View on GitHub

dotnet-maestro[bot] created a comment on a pull request on dotnet/sdk
#### Notification for subscribed users from https://github.com/dotnet/windowsdesktop: @dotnet/wpf-developers #### Action requested: Please take a look at this failing automated dependency-f...

View on GitHub

MichaelSimons created a review on a pull request on dotnet/sdk

View on GitHub

dotnet-maestro[bot] pushed 1 commit to darc-main-3566bf1c-86de-49af-aeac-d794189cddbf dotnet/sdk
  • Update dependencies from https://github.com/dotnet/windowsdesktop build 20241024.2 Microsoft.WindowsDesktop.App.Ref ... d7d3a13

View on GitHub

ViktorHofer pushed 1 commit to SimplifyMSBuildSdkResolver dotnet/sdk
  • Only run GenerateLayout target when is packable is true f6d996d

View on GitHub

tmat pushed 16 commits to release/9.0.2xx dotnet/sdk
  • Log 3f022f2
  • Redirect Aspire server output to dotnet-watch reporter 44c87c6
  • Do not pass raw messages to string.Format 2c9b116
  • Improve Aspire service shutdown b825f2a
  • Improve error reporting when project graph fails to load db1d7bc
  • Continue printing out redirected process output after we detect browser launch URL. d458519
  • Feedback 9e6e0e1
  • Create ProjectGraph only after restoring the project Fixes https://github.com/dotnet/sdk/issues/44044 b7b9224
  • Project eval error reporting f020955
  • Add Aspire tests to dotnet-watch.slnf a92de2b
  • Do not log agent messages to stdout in --verbose mode. f73ffa2
  • Do not launch browser for child processes. fb73d1b
  • Refactoring 04ff1f8
  • Refactor process output handling 728d89a
  • Add test 96a578d
  • Aspire fixes (#44313) ed4a706

View on GitHub

tmat closed a pull request on dotnet/sdk
Aspire fixes
Fixes various issues found while testing Aspire. Fixes https://github.com/dotnet/sdk/issues/44044
akoeplinger created a review on a pull request on dotnet/sdk

View on GitHub

ViktorHofer opened a pull request on dotnet/sdk
Fix official build. Correctly condition GenerateMSBuildExtensionsLayo…
…ut target so that it only runs when IsPackable is true.
ViktorHofer pushed 1 commit to IsPackableVSMSBuildExtensionsFIx dotnet/sdk
  • Fix official build. Correctly condition GenerateMSBuildExtensionsLayout target so that it only runs when IsPackable i... 2701d2a

View on GitHub

ViktorHofer created a branch on dotnet/sdk

IsPackableVSMSBuildExtensionsFIx - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

ViktorHofer pushed 1 commit to SimplifyMSBuildSdkResolver dotnet/sdk
  • Exclude MSBuildSdkResolver test from non netfx leg 713a3f0

View on GitHub

akoeplinger created a review on a pull request on dotnet/sdk

View on GitHub

ViktorHofer opened a pull request on dotnet/sdk
Correctly set ContinueOnError for RemoveDir when cleaning repos
Docs for the setting: https://learn.microsoft.com/en-us/visualstudio/msbuild/how-to-ignore-errors-in-tasks?view=vs-2022 Noticed in https://dev.azure.com/dnceng-public/public/_build/results?build...
ViktorHofer created a branch on dotnet/sdk

ViktorHofer-patch-2 - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

ViktorHofer pushed 1 commit to main dotnet/sdk
  • [main] Update dependencies from dotnet/aspnetcore (#44427) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@... df04d44

View on GitHub

ViktorHofer deleted a branch dotnet/sdk

darc-main-63aa39f9-16ad-4227-a768-0bb9760ccf93

ViktorHofer closed a pull request on dotnet/sdk
[main] Update dependencies from dotnet/aspnetcore
This pull request updates the following dependencies [marker]: <> (Begin:4491d9a4-839d-4af5-f3e4-08d8e97c775d) ## From https://github.com/dotnet/aspnetcore - **Subscription**: 4491d9a4-839d-4a...
Load more