Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-03Update .gitattributes (#36115)Hao Kung
2020-06-17Update .gitattributes to include jQuery files (#20537)Christian Wenz
Addresses #20406
2020-02-20Run Java tests on Helix (#18938)Brennan
2018-11-27Merge remote-tracking branch 'blazor/stevesa/migration-to-mondorepo' into ↵Steve Sanderson
stevesa/merge-components-repo
2018-04-18Fix line endings on OSXRyan Nowak
This change makes our baseline system use CRLF for line endings end to end. This isn't needed for correctness, but it helps with quality of life when developing on OSX. This will avoid churn to the baseline files related to line endings when updating. This might only take effect if you nuke the TestFiles directory and check it out again.
2018-03-21Force LF for package-lock.jsonRyan Nowak
Most versions of NPM in use always use LF for line endings anyway. Forcing LF on windows should limit the number of no-op changes. This issue has been fixed in NPM (see https://github.com/npm/npm/issues/1716) but not everyone will have the fix.
2015-12-16All line endingsVictor Hurdugaci
2015-12-16Fix line endingsVictor Hurdugaci
2014-09-22Modify .gitattributes to ensure sh files always have LF line endingsPranav K
2014-01-29Added template files and updated the init task.David Fowler