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
Fix source-build legs
Regressed when enabling signing by default. Hardcode sign:false for now to unblock builds. https://github.com/dotnet/sdk/pull/44306
akoeplinger created a review on a pull request on dotnet/sdk

View on GitHub

ViktorHofer created a comment on a pull request on dotnet/sdk
Submitted https://github.com/dotnet/sdk/pull/44324 to unblock builds

View on GitHub

ViktorHofer opened a pull request on dotnet/sdk
Fix source-build legs
Regressed when enabling signing by default. Hardcode sign:false for now to unblock builds.
ViktorHofer pushed 1 commit to FixSourceBuildYmlBecauseOfSign dotnet/sdk
  • Fix source-build legs Regressed when enabling signing by default. Hardcode sign:false for now to unblock builds. 46156e7

View on GitHub

ViktorHofer created a branch on dotnet/sdk

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

ViktorHofer created a comment on a pull request on dotnet/sdk
`sdk-source-build` got broken by this change. It didn't get triggered.

View on GitHub

ViktorHofer pushed 49 commits to MSBuildExtensionsJoinPoint 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 29 more ...

View on GitHub

azure-pipelines[bot] created a comment on a pull request on dotnet/sdk
<samp> Azure Pipelines failed to run 1 pipeline(s).<br> </samp>

View on GitHub

ViktorHofer created a comment on a pull request on dotnet/sdk
/azp run sdk-source-build

View on GitHub

github-actions[bot] closed an issue on dotnet/sdk
Unable to access the MVC App after published onto Azure
[Error] Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware: An unhandled exception has occurred while executing the request. Application: System.InvalidOperationException: Cannot find com...
github-actions[bot] created a comment on an issue on dotnet/sdk
This issue will now be closed since it has been labeled 'stale' without activity for 30 days.

View on GitHub

dotnet-maestro[bot] pushed 1 commit to darc-main-e206507e-5b7a-499f-b10f-9dcd53642107 dotnet/sdk
  • Update dependencies from https://github.com/dotnet/windowsdesktop build 20241019.1 Microsoft.WindowsDesktop.App.Ref ... dd18e81

View on GitHub

joshudson opened an issue on dotnet/sdk
Failure of Deterministic Build
### Describe the bug `<Deterministic>true</Deterministic>` isn't. I have hexdumps of the same binary produced by the same tools version on two different machines. They differ; I can't explain eve...
jrdodds created a comment on an issue on dotnet/sdk
> > hey, how about a binlog analyzer extension for VS Code...? 😉) > > [@lambdageek](https://github.com/lambdageek) has got a present for you: https://marketplace.visualstudio.com/items?itemName=la...

View on GitHub

jrdodds created a comment on an issue on dotnet/sdk
I have reports that are generated by MSBuild with -v:n and the `Message` task that are redirected to a file. How do I get text output of my messages without turning on detailed or diagnostic (which...

View on GitHub

tmat opened a draft pull request on dotnet/sdk
Project graph restore
dotnet-watch loaded the msbuild project graph before restoring the project. Capabilities, such as `<ProjectCapability Include="WebAssembly" />` is only added in a props file of `microsoft.net.sdk.w...
tmat created a comment on a pull request on dotnet/sdk
@marcpopMSFT Source build is failing with ``` Microsoft.DotNet.SourceBuild.SmokeTests.SourceBuiltArtifactsTests.VerifyVersionFile Assert.Equal() Failure: Strings differ ↓ ...

View on GitHub

electro-logic created a comment on an issue on dotnet/sdk
Unluckily the latest version of JSON.NET is not working out-of-the-box with .NET 4.8 without many additional dependencies. I get a FileNotFoundException related to "DynamicCodeGeneration" that can ...

View on GitHub

baronfel reopened 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-policy-service[bot] created a comment on an issue on dotnet/sdk
Thanks for creating this issue! We believe this issue is related to NuGet tooling, which is maintained by the NuGet team. Thus, we closed this one and encourage you to raise this issue in the [NuGe...

View on GitHub

dotnet-policy-service[bot] closed 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...
tmat closed an issue on dotnet/sdk
Consider reporting agent log content through pipe back to dotnet-watch on each apply change
The log is currently printed to stdout which may be redirected.
tmat created a comment on an issue on dotnet/sdk
Fixed by https://github.com/dotnet/sdk/pull/43672

View on GitHub

tmat created a comment on a pull request on dotnet/sdk
@marcpopMSFT Yes, for GA. Some dotnet new integration tests are intermittently failing in the CI. Restarting and hoping to merge today.

View on GitHub

jkotas created a comment on an issue on dotnet/sdk
> including the ability to utilize newer NuGet packages that are incompatible with .NET 4.8. This would help address potential security vulnerabilities associated with outdated dependencies. What ...

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/roslyn: @dotnet/roslyn-infrastructure-current-swat #### Action requested: Please take a look at this failing automated ...

View on GitHub

dotnet-maestro[bot] pushed 1 commit to darc-release/9.0.1xx-0de3bb13-4b69-4170-8690-7913fba1f701 dotnet/sdk
  • Update dependencies from https://github.com/dotnet/msbuild build 20241018.5 Microsoft.SourceBuild.Intermediate.msbui... e4bbfbf

View on GitHub

nikolaidk starred dotnet/sdk
dotnet-maestro[bot] opened a pull request on dotnet/sdk
[main] Update dependencies from dotnet/roslyn
This pull request updates the following dependencies [marker]: <> (Begin:d5dc2a0a-0871-47fc-022d-08dc4502ccaa) ## From https://github.com/dotnet/roslyn - **Subscription**: d5dc2a0a-0871-47fc-0...
Load more