Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4daed61

Browse files
authoredFeb 11, 2025
Updates for .NET February 2025 Servicing (#6213)
2 parents 7903a11 + 5d539f2 commit 4daed61

File tree

765 files changed

+21750
-1639
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

765 files changed

+21750
-1639
lines changed
 

‎.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complem
7878
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input.txt text eol=lf
7979
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/knucleotide-input-big.txt text eol=lf
8080
src/coreclr/tests/src/performance/Scenario/JitBench/Resources/word2vecnet.patch text eol=lf
81+
82+
tests/Microsoft.DotNet.Docker.Tests/Baselines/** linguist-generated

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ artifacts/
2626

2727
# ImageBuilder directory
2828
.Microsoft.DotNet.ImageBuilder
29+
30+
# Snapshots for acceptance testing (Shouldly)
31+
*.received.*

0 commit comments

Comments
 (0)
Please sign in to comment.