Ecosyste.ms: Timeline

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

dotnet/sdk

dotnet-maestro[bot] pushed 1 commit to darc-main-161c1a7a-7e64-4452-8008-cd340d858bee dotnet/sdk
  • Update dependencies from https://github.com/dotnet/roslyn build 20241018.4 Microsoft.SourceBuild.Intermediate.roslyn... 8b1a8cc

View on GitHub

dotnet-maestro[bot] created a branch on dotnet/sdk

darc-main-161c1a7a-7e64-4452-8008-cd340d858bee - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

dotnet-maestro[bot] pushed 1 commit to darc-main-54b9cc50-81a4-4a44-9463-5876bbcaded3 dotnet/sdk
  • Update dependencies from https://github.com/dotnet/msbuild build 20241019.1 Microsoft.SourceBuild.Intermediate.msbui... 495b63c

View on GitHub

dotnet-maestro[bot] opened a pull request on dotnet/sdk
[release/9.0.2xx] Update dependencies from nuget/nuget.client
This pull request updates the following dependencies [marker]: <> (Begin:a8a96eea-7948-4ef9-bb5a-debaa65eb629) ## From https://github.com/nuget/nuget.client - **Subscription**: a8a96eea-7948-4...
dotnet-maestro[bot] pushed 1 commit to darc-release/9.0.2xx-efd9aa6c-fc1d-453b-94bb-1aa18a608fd9 dotnet/sdk
  • Update dependencies from https://github.com/nuget/nuget.client build 6.13.0.38 Microsoft.Build.NuGetSdkResolver , Nu... 4a21cf2

View on GitHub

dotnet-maestro[bot] created a branch on dotnet/sdk

darc-release/9.0.2xx-efd9aa6c-fc1d-453b-94bb-1aa18a608fd9 - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

akoeplinger created a comment on an issue on dotnet/sdk
> It may be still easier to work incrementally than trying to do the update in one mega PR. I kinda doubt it, the biggest issue is getting the product into a consistent state and that is much easi...

View on GitHub

Moazzem-Hossain-pixel created a review on a pull request on dotnet/sdk
Need support Forgind-patch-1

View on GitHub

electro-logic created a comment on an issue on dotnet/sdk
Thank you for your prompt response and updated documentation. While the initial project was developed in C#, the increasing reliance on P/Invoke and marshalling led us to migrate it to C++/CLI for...

View on GitHub

javiercn pushed 6 commits to javiercn/replace-swa-globbing dotnet/sdk

View on GitHub

dotnet-maestro[bot] pushed 1 commit to darc-release/9.0.2xx-482dfe7a-7acb-477b-aa65-5bd28a790a02 dotnet/sdk
  • Update dependencies from https://github.com/dotnet/msbuild build 20241019.1 Microsoft.SourceBuild.Intermediate.msbui... 1689123

View on GitHub

akoeplinger pushed 1 commit to main dotnet/sdk
  • Fix installing dependencies in vmr-build.yml (#44314) 07277de

View on GitHub

akoeplinger deleted a branch dotnet/sdk

akoeplinger-patch-1

akoeplinger closed a pull request on dotnet/sdk
Fix installing dependencies in vmr-build.yml
I didn't notice that agent variables aren't available in template expressions. Use our own parameter instead.
javiercn pushed 33 commits to javiercn/replace-swa-globbing dotnet/sdk
  • Change to make "solution" the primary command for SlnCommand and "sln" to a shorthand alias. Additional changes have... 8ea8db8
  • Add additional command test change to fit new primary command name. 75ae26a
  • Update top level command test 0b0a886
  • Add change for solution in show help code. 50d5ad3
  • Telemetry change to solution as hashed value. Possible issue with things downstream expecting SLN such as aspire, etc... 69627b6
  • Add in sln so the alias gets correctly represented in desired toplevel command options b592f4b
  • Merge branch 'main' into ChangeSlnToSolutionWithAlias 8748c88
  • Merge branch 'dotnet:main' into ChangeSlnToSolutionWithAlias 99df58a
  • Fix: Remove unnecessary for loop 4dedcc9
  • Added extra parameterse for solution command to existing tests 73bea80
  • Add parameters for solution command to existing tests c21feac
  • Added new parameters to tests for solution command ef56395
  • Fix: Modify test filenames to point to correct place dc99c17
  • Merge branch 'main' into ChangeSlnToSolutionWithAlias be0969d
  • Merge branch 'main' into ChangeSlnToSolutionWithAlias 9057d37
  • Merge branch 'main' into ChangeSlnToSolutionWithAlias 9771993
  • Merge branch 'main' into ChangeSlnToSolutionWithAlias 9a09b89
  • Fix: test parameters passed to copytestasset 4f68719
  • Fix: test parameters passed to copytestasset 522cf0e
  • Merge branch 'main' into ChangeSlnToSolutionWithAlias cc86058
  • and 13 more ...

View on GitHub

davidfowl created a comment on an issue on dotnet/sdk
Fix is here https://github.com/dotnet/sdk/pull/44290 for 9.0.1xx

View on GitHub

davidfowl created a comment on an issue on dotnet/sdk
Dupe of https://github.com/dotnet/sdk/issues/44317

View on GitHub

davidfowl closed an issue on dotnet/sdk
Exception when changing files using dotnet watch with hot reload in Aspire
This reproduces consistently after 3-4 edits ``` ➜ dotnet watch dotnet watch 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. 💡 Press "Ctrl + R" to rest...
davidfowl created a comment on an issue on dotnet/sdk
Related https://github.com/dotnet/sdk/issues/44260 (seems like it repros on 9.0.100 as well)

View on GitHub

davidfowl closed an issue on dotnet/sdk
CTRL+R will restart entire process even though the option to restart mentions the single application that was changed
This is one of the areas I was expecting a big change in experience with aspire applications. When you get prompted to restart, it would be for a particular process not the entire apphost. ``` dot...
davidfowl created a comment on an issue on dotnet/sdk
This was using the wrong SDK version without the aspire aware changes.

View on GitHub

davidfowl closed an issue on dotnet/sdk
CTRL+R will restart entire process even though the option to restart mentions the single application that was changed
This is one of the areas I was expecting a big change in experience with aspire applications. When you get prompted to restart, it would be for a particular process not the entire apphost. ``` dot...
davidfowl opened an issue on dotnet/sdk
[Aspire]: Dashboard does not show logs when using dotnet watch
When using the IDE protocol dotnet watch is responsible to capturing and reporting logs via the DCP protocol. This doesn't work today and as a result the logs are empty for any project launched via...
davidfowl opened an issue on dotnet/sdk
[Aspire]: dotnet watch IDE protocol doesn't update any process state
When running under watch the PID is 0 ![Image](https://github.com/user-attachments/assets/66533237-ceab-44ee-ba54-f94a88ff4e61) When the process is stopped, the state is not updated to Exited and...
ViktorHofer pushed 1 commit to MSBuildExtensionsJoinPoint dotnet/sdk
  • Update eng/pipelines/templates/stages/vmr-build.yml d74f91e

View on GitHub

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

View on GitHub

davidfowl opened an issue on dotnet/sdk
[Aspire]: dotnet watch crashes after a few edits using Visual Studio
Using this project https://github.com/dotnet/aspire/tree/main/playground/mongo/Mongo.AppHost, running dotnet watch and making 3 edits to this line https://github.com/dotnet/aspire/blob/8abcdf7c7c5e...
alex-orkuma starred dotnet/sdk
davidfowl created a comment on a pull request on dotnet/sdk
Yes this is a regression

View on GitHub

dotnet-maestro[bot] pushed 1 commit to darc-release/9.0.2xx-1049f3ff-9275-49aa-95f8-fa96405a9c4c dotnet/sdk
  • Update dependencies from https://github.com/dotnet/razor build 20241018.4 Microsoft.SourceBuild.Intermediate.razor ,... 26cbc77

View on GitHub

Load more