Skip to content

Commit a01f4c8

Browse files
committed
Fixed the build using the new NUnit v4.0 Assert.That (...) APIs
1 parent a526ebb commit a01f4c8

381 files changed

Lines changed: 877 additions & 877 deletions

File tree

Some content is hidden

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

Benchmarks/BenchmarkHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
55
//
6-
// Copyright (c) 2013-2023 .NET Foundation and Contributors
6+
// Copyright (c) 2013-2024 .NET Foundation and Contributors
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Benchmarks/IO/Filters/BestEncodingFilterBenchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
55
//
6-
// Copyright (c) 2013-2023 .NET Foundation and Contributors
6+
// Copyright (c) 2013-2024 .NET Foundation and Contributors
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Benchmarks/IO/Filters/DecoderFilterBenchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
55
//
6-
// Copyright (c) 2013-2023 .NET Foundation and Contributors
6+
// Copyright (c) 2013-2024 .NET Foundation and Contributors
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Benchmarks/IO/Filters/EncoderFilterBenchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
55
//
6-
// Copyright (c) 2013-2023 .NET Foundation and Contributors
6+
// Copyright (c) 2013-2024 .NET Foundation and Contributors
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Benchmarks/IO/Filters/TrailingWhitespaceFilterBenchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
55
//
6-
// Copyright (c) 2013-2023 .NET Foundation and Contributors
6+
// Copyright (c) 2013-2024 .NET Foundation and Contributors
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Benchmarks/IO/Filters/Unix2DosFilterBenchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
55
//
6-
// Copyright (c) 2013-2023 .NET Foundation and Contributors
6+
// Copyright (c) 2013-2024 .NET Foundation and Contributors
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Benchmarks/MimeMessageBenchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
55
//
6-
// Copyright (c) 2013-2023 .NET Foundation and Contributors
6+
// Copyright (c) 2013-2024 .NET Foundation and Contributors
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Benchmarks/MimeParserBenchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
55
//
6-
// Copyright (c) 2013-2023 .NET Foundation and Contributors
6+
// Copyright (c) 2013-2024 .NET Foundation and Contributors
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Benchmarks/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
55
//
6-
// Copyright (c) 2013-2023 .NET Foundation and Contributors
6+
// Copyright (c) 2013-2024 .NET Foundation and Contributors
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

Benchmarks/Utils/Rfc2047Benchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
55
//
6-
// Copyright (c) 2013-2023 .NET Foundation and Contributors
6+
// Copyright (c) 2013-2024 .NET Foundation and Contributors
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)