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] created a branch on dotnet/sdk

darc-release/9.0.2xx-535feaa3-69cc-4584-91b1-85607b02081e - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

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

darc-release/9.0.1xx-9ba5626b-c75c-4e72-87c0-48abb3e6a06d - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

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

darc-main-ad24ec10-e382-4597-8e1b-b2ea35f925e9 - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

Cherryco75 opened an issue on dotnet/sdk
Cannot find .NET SDK installation from PATH enviroment.
i am using Visual Studio code as an IDE and tring to code in C# i have installed the C#, C# Dev kit and .NET install tool extention for VSc and have installed different types of .NET SDK, so i dont...
ViktorHofer closed an issue on dotnet/sdk
VMR Unified Linux Build Failing
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=681196 Build error leg or test failing: VMR Vertical Build / Ubuntu2404...
mthalman deleted a branch dotnet/sdk

pr-baseline-20241021110316

mthalman pushed 1 commit to main dotnet/sdk
  • Update Source-Build License Scan Baselines and Exclusions (#44329) ff1e3c8

View on GitHub

mthalman closed a pull request on dotnet/sdk
Update Source-Build License Scan Baselines and Exclusions
This PR was created by the `CreateBaselineUpdatePR` tool for build 2565344. The updated test results can be found at https://dev.azure.com/dnceng/internal/_build/results?buildId=2565344 (internal...
MichaelSimons created a review on a pull request on dotnet/sdk

View on GitHub

github-actions[bot] opened 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
github-actions[bot] created a branch on dotnet/sdk

backport/pr-42653-to-release/9.0.2xx - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

marcpopMSFT created a comment on a pull request on dotnet/sdk
/backport to release/9.0.2xx

View on GitHub

dotnet-maestro[bot] opened a pull request on dotnet/sdk
[release/9.0.1xx] Update dependencies from dotnet/aspire
This pull request updates the following dependencies [marker]: <> (Begin:cb7d561d-db06-40a7-5001-08dcbc3022d8) ## From https://github.com/dotnet/aspire - **Subscription**: cb7d561d-db06-40a7-5...
dotnet-maestro[bot] pushed 1 commit to darc-release/9.0.1xx-f8a73d83-1771-487e-b48d-c340eff4c20a dotnet/sdk
  • Update dependencies from https://github.com/dotnet/aspire build 20241019.4 Microsoft.SourceBuild.Intermediate.aspire... f7156c2

View on GitHub

dotnet-maestro[bot] opened a pull request on dotnet/sdk
[main] Update dependencies from dotnet/aspire
This pull request updates the following dependencies [marker]: <> (Begin:6a4415bb-7d0d-4ade-9743-08dc65780c30) ## From https://github.com/dotnet/aspire - **Subscription**: 6a4415bb-7d0d-4ade-9...
dotnet-maestro[bot] opened a pull request on dotnet/sdk
[release/9.0.2xx] Update dependencies from dotnet/aspire
This pull request updates the following dependencies [marker]: <> (Begin:03daacc2-5f2d-4b54-adb7-129fd5045ed8) ## From https://github.com/dotnet/aspire - **Subscription**: 03daacc2-5f2d-4b54-a...
dotnet-maestro[bot] pushed 1 commit to darc-main-a054cba6-e0c9-4c13-ab59-b41ff550dcba dotnet/sdk
  • Update dependencies from https://github.com/dotnet/aspire build 20241019.4 Microsoft.SourceBuild.Intermediate.aspire... 265ae2e

View on GitHub

dotnet-maestro[bot] pushed 1 commit to darc-release/9.0.2xx-2fe45a3a-23da-437f-bfde-98a800e83e43 dotnet/sdk
  • Update dependencies from https://github.com/dotnet/aspire build 20241019.4 Microsoft.SourceBuild.Intermediate.aspire... bd6f482

View on GitHub

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

darc-release/9.0.2xx-2fe45a3a-23da-437f-bfde-98a800e83e43 - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

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

darc-release/9.0.1xx-f8a73d83-1771-487e-b48d-c340eff4c20a - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

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

darc-main-a054cba6-e0c9-4c13-ab59-b41ff550dcba - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

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

View on GitHub

am11 created a comment on a pull request on dotnet/sdk
It has: ``` GetKnownILCompilerPackVersion(testAsset, targetFramework, out string expectedVersion); CheckIlcVersions(testAsset, targetFramework, rid, expectedVersion); ``` it is exp...

View on GitHub

karolz-ms created a comment on an issue on dotnet/sdk
When IDE execution is used, DCP relies on the IDE to inform DCP about start/restart of the main process associated with the run session, run session termination, and logs emitted by the main proces...

View on GitHub

karolz-ms created a comment on an issue on dotnet/sdk
The notification to deliver logs to DCP is described here https://github.com/dotnet/aspire/blob/main/docs/specs/IDE-execution.md#log-notification

View on GitHub

jkotas created a comment on a pull request on dotnet/sdk
Yes, the test is using the `10.0.0-alpha.1.24507.22` ILCompiler version embedded into the `10.0.100-ci` live-built SDK.

View on GitHub

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

View on GitHub

ekalchev created a comment on an issue on dotnet/sdk
The only fix that works for me is: dotnet-core-uninstall remove 8.0.403 --sdk

View on GitHub

am11 created a comment on a pull request on dotnet/sdk
> The tests are using ILCompiler package 10.0.0-alpha.1.24507.22. This version is specified in [main/eng/Versions.props](https://github.com/dotnet/sdk/blob/main/eng/Versions.props?rgh-link-date=202...

View on GitHub

marcpopMSFT created a comment on a pull request on dotnet/sdk
I saw the failing test in the SDK build and identified it as a known issue. I missed that source build was also failing when I merged. My mistake.

View on GitHub

Load more