Ecosyste.ms: Timeline

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

dotnet/sdk

ViktorHofer closed a pull request on dotnet/sdk
Remove Maestro feed automation from NuGet.config in main
All these release/servicing only feeds should never get added to the main branch. This is causing VMR builds to fail when building locally.
MichaelSimons created a review on a pull request on dotnet/sdk

View on GitHub

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

View on GitHub

gdhuper created a comment on an issue on dotnet/sdk
> You need to wait for the stable .NET 9 release next month. Is there a workaround in the meantime?

View on GitHub

marcpopMSFT opened a pull request on dotnet/sdk
Update to the shipped RC2 build
marcpopMSFT created a branch on dotnet/sdk

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

tmat pushed 3 commits to release/9.0.1xx dotnet/sdk
  • Continue printing out redirected process output after we detect browser launch URL. bc1f420
  • Feedback ca04700
  • Continue printing out redirected process output after we detect browser launch URL. (#44290) a8e91e9

View on GitHub

tmat closed a pull request on dotnet/sdk
Continue printing out redirected process output after we detect browser launch URL.
The logic that scans for browser launch URL in the process output stopped forwarding the output after the match has been found. This removes information logged by the web app after that point. F...
davidfowl created a review on a pull request on dotnet/sdk

View on GitHub

ViktorHofer created a review comment on a pull request on dotnet/sdk
Sounds good. Are you sure that the VMR uses inline tasks? I can't find any hits: https://github.com/search?q=repo%3Adotnet%2Fsdk%20RoslynCodeTaskFactory&type=code

View on GitHub

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

View on GitHub

NikolaMilosavljevic created a review comment on a pull request on dotnet/sdk
We do use inline msbuild tasks in other places, in VMR. But, I like the idea of avoiding the task if possible - will check the other suggested solution.

View on GitHub

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

View on GitHub

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

View on GitHub

ViktorHofer created a review comment on a pull request on dotnet/sdk
Also see https://stackoverflow.com/questions/29403937/is-there-an-indexer-available-in-msbuild-itemgroups (the Edit part in the initial comment)

View on GitHub

ViktorHofer created a review comment on a pull request on dotnet/sdk
Actually, I see that you just want to read a specific line. I think that should already be supported in msbuild without a task. cc @rainersigwald

View on GitHub

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

View on GitHub

ViktorHofer created a review comment on a pull request on dotnet/sdk
I think this would be our first inline C# msbuild task. Could we just a regex pattern below which is already natively supported as an msbuild function?

View on GitHub

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

View on GitHub

ViktorHofer opened a pull request on dotnet/sdk
Update net-sdk-supporting-feed
This should now point to the dotnet10 feed.
ViktorHofer created a branch on dotnet/sdk

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

marcpopMSFT deleted a branch dotnet/sdk

backport/pr-42653-to-release/9.0.2xx

marcpopMSFT pushed 2 commits to release/9.0.2xx dotnet/sdk
  • Always print manifest versions 350395a
  • [release/9.0.2xx] Always print manifest versions in workload list command (#44339) 10e47c8

View on GitHub

marcpopMSFT closed a pull request on dotnet/sdk
[release/9.0.2xx] Always print manifest versions in workload list command
Backport of #42653 to release/9.0.2xx /cc @marcpopMSFT @Forgind
dotnet-maestro[bot] pushed 1 commit to darc-main-cf7eaa25-fcea-44da-84b5-9f94ff17ae04 dotnet/sdk
  • Update dependencies from https://github.com/dotnet/aspnetcore build 20241022.2 dotnet-dev-certs , dotnet-user-jwts ,... 4e3119b

View on GitHub

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

View on GitHub

NikolaMilosavljevic opened a pull request on dotnet/sdk
Use non-stable SDK version for SB artifacts
Fixes: https://github.com/dotnet/source-build/issues/4682 Due to several changes made early in 9.0, particularly https://github.com/dotnet/installer/pull/18153, we're versioning GA and Servicing...
ViktorHofer opened a pull request on dotnet/sdk
Ignore cleanWhileBuilding errors
Fixes https://github.com/dotnet/source-build/issues/4688
ViktorHofer created a branch on dotnet/sdk

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

martincostello created a comment on an issue on dotnet/sdk
You need to wait for the stable .NET 9 release next month.

View on GitHub

Load more