Ecosyste.ms: Timeline

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

dotnet/sdk

marcpopMSFT closed a pull request on dotnet/sdk
[release/9.0.1xx] Update dependencies from dotnet/source-build-reference-packages
This pull request updates the following dependencies [marker]: <> (Begin:58e97ec8-db2f-4acc-d16c-08dcc28194c8) ## From https://github.com/dotnet/source-build-reference-packages - **Subscriptio...
marcpopMSFT created a review on a pull request on dotnet/sdk

View on GitHub

mmitche pushed 1 commit to release/9.0.1xx dotnet/sdk
  • [release/9.0.1xx] Update dependencies from dotnet/templating (#44302) Co-authored-by: dotnet-maestro[bot] <dotnet-ma... b95bbf9

View on GitHub

mmitche deleted a branch dotnet/sdk

darc-release/9.0.1xx-2b124f7d-ca11-4618-8e36-3f6fe1f9b78e

mmitche closed a pull request on dotnet/sdk
[release/9.0.1xx] Update dependencies from dotnet/templating
This pull request updates the following dependencies [marker]: <> (Begin:def85592-001b-462d-64c1-08dcbc356d11) ## From https://github.com/dotnet/templating - **Subscription**: def85592-001b-46...
marcpopMSFT opened an issue on dotnet/sdk
Change default behavior for the commands that require nuget.org
We have nuget.org hardcoded into a couple of our commands. Those commands are not common but it's possible a customer could end up running them in a scenario where they don't have nuget.org configu...
dotnet-issue-labeler[bot] created a comment on an issue on dotnet/sdk
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

View on GitHub

dotnet-issue-labeler[bot] created a comment on an issue on dotnet/sdk
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

View on GitHub

marcpopMSFT opened an issue on dotnet/sdk
Add a optional reason for the requires msbuild theory/fact attribute
In prepping the warning for net9 on 17.11, I ended up having to update a bunch of tests to require 17.12. I noticed that all of the tests previously required 17.8 and so potentially hit the same ex...
marcpopMSFT created a comment on a pull request on dotnet/sdk
> @marcpopMSFT Do we know when we'll have VS 17.12 helix images available? Should we disable the failing tests (looks like they're all Blazor or Razor) on Full Framework for now? We don't have a...

View on GitHub

dsplaisted created a comment on a pull request on dotnet/sdk
> > What version of System.Text.Json does the .NET framework MSBuild include? Are the tests using new enough VS? > > VS 17.12 uses 8.0.5, and may be all we need to care about here in `main`/.NET...

View on GitHub

dsplaisted created a comment on a pull request on dotnet/sdk
> > /vmr/artifacts/source-built-sdks/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj(228,5): error : Missing 'RelativeBlobPath' property on blob /vmr/src/runtime/artifacts/packages/Release/Shipping/...

View on GitHub

marcpopMSFT created a comment on a pull request on dotnet/sdk
It is not. That explains it. GH doesn't have a great way of managing this other than me creating branch protection rules that are different for every branch. I've been trying to avoid that as a sin...

View on GitHub

edvilme created a comment on a pull request on dotnet/sdk
Should also address https://github.com/dotnet/sdk/issues/36473

View on GitHub

riarenas created a comment on a pull request on dotnet/sdk
Is the source build check part of the required checks in the branch protection rules for the repo? (an admin will have to check) https://docs.github.com/en/repositories/configuring-branches-and-...

View on GitHub

dotnet-maestro[bot] opened 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...
dotnet-maestro[bot] pushed 1 commit to darc-main-e7174e66-fb23-4ba4-ab55-981620f6f46c dotnet/sdk
  • Update dependencies from https://github.com/dotnet/aspnetcore build 20241018.16 dotnet-dev-certs , dotnet-user-jwts ... 7ef4a0e

View on GitHub

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

darc-main-e7174e66-fb23-4ba4-ab55-981620f6f46c - 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
Thanks for trying out my proposal and coming up with an alternative. Let's just wait until next week when @MiYanni is back as he's the real expert here and maybe he'll have a better suggestion. You...

View on GitHub

marcpopMSFT created a comment on a pull request on dotnet/sdk
hmm, I just checked and the darc policy isn't set to ignore that leg for this branch so my theory appears to be wrong. @dotnet/dnceng have any ideas why v-wuzhai could merge while the leg was still...

View on GitHub

marcpopMSFT created a comment on a pull request on dotnet/sdk
I think this is fallout from us trying to fix the maestro bot for other branches when the source build leg is skipped. We marked it as not required in a bunch of branches including this one and so ...

View on GitHub

edvilme created a review comment on a pull request on dotnet/sdk
Since they are used to generate paths to files, I advocate towards having them lowercased

View on GitHub

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

View on GitHub

edvilme created a comment on an issue on dotnet/sdk
Case: https://github.com/edvilme/sdk/blob/eae1491b06e662fe79fc97f09346ddcbcfc28365/src/Cli/dotnet/ToolPackage/ToolPackageDownloader.cs#L114 https://github.com/dotnet/sdk/pull/43988#discussion_r180...

View on GitHub

marcpopMSFT pushed 1 commit to darc-release/9.0.1xx-2b124f7d-ca11-4618-8e36-3f6fe1f9b78e dotnet/sdk
  • Fix two template test baselines 53475b4

View on GitHub

nagilson pushed 24 commits to main 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 4 more ...

View on GitHub

nagilson closed a pull request on dotnet/sdk
Change from "sln" to "solution" as primary, and add "sln" as alias
This is in respect to issue [#40817](https://github.com/dotnet/sdk/issues/40817) Changes have been made to tests that relied on certain outputs using "sln" and hard-baked calls to "sln" from int...
marcpopMSFT created a comment on a pull request on dotnet/sdk
@dotnet/source-build it looks like the VerifyVersionFile test doesn't like that we switched to stable versioning. The test seems off here as the product looks right to me with a stable version on ...

View on GitHub

SourceCodeWhen created a comment on a pull request on dotnet/sdk
> So that last repo issue was fixed but theres a new one in the same spot so I still dont think it's going to be mergeable but we'll pay attention! All good, haha. Looks like it's just about don...

View on GitHub

AaronRobinsonMSFT created a comment on an issue on dotnet/sdk
> Why not providing a DllGetClassObject implementation example that use reflection to expose to COM classes maked as ComVisible? It isn't an unreasonable example, but at the same time we attemptin...

View on GitHub

Load more