Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Fred Silberberg fcae93171c
Update file encoding to UTF-8 with BOM (#8099)
Since integrating our repos, there have been a number of changes in PRs that touch the encoding of the file, adding or removing a BOM as the editor in question decides. I've standardized on UTF-8 with BOM, as we do in roslyn, and put it in the .gitattributes so it should hopefully stay consistent.
2023-01-10 01:57:58 +00:00
Doug Bunting 46b62c1677
Master to main (#3310)
- this repo as well as arcade, roslyn and a few others
2021-03-19 17:30:20 -07:00
Kevin Pilch fae9a5fdbc
Update links for repo moves/renames (#1474) 2020-01-08 16:51:55 -08:00
Nate McMaster 202d5fed8a
Filter non-project output from `dotnet sln list` (#228)
Workaround https://github.com/dotnet/cli/issues/10845

Apparently DOTNET_SKIP_FIRST_TIME_EXPERIENCE does not actually skip the initial welcome message output.
2019-02-20 08:35:13 -08:00
Nate McMaster 182b2c81a5
Suppress the 'Welcome to .NET Core!' output that breaks invocations of `dotnet sln` 2019-02-19 12:44:02 -08:00
Nate McMaster 6645ec6a80
Update dependencies and add a code check step to PR validation (#217)
Changes:
* Update to latest core-setup dependencies (generated using https://github.com/aspnet/AspNetCore-Internal/pull/1830)
* Add a step which asserts that version.props and versions.details.xml are in sync
* Add PR check which ensures solution files are not broken
2019-02-19 09:17:05 -08:00