File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 33
44What's new in 4.0.0-beta1
55-------------------------
6- * Add C# 8+ nullability markup
7- * Remove JB's NotNull/CanBeNull markup
8- * Remove deprecated targets
6+ * Add C# nullability markup.
7+ * Remove JetBrains nullability markup: NotNull/CanBeNull/ItemNotNull.
8+ * Remove deprecated targets. Supporting: .NET 3.5+, .NET Standard 2.0+, .NET Core 3.1+.
9+ * Fixed Range string representation bug.
Original file line number Diff line number Diff line change @@ -38,25 +38,25 @@ CodeJam.PerfTests is performance testing framework for .Net projects.
3838It allows to compare multiple implementations by execution time (* ~ memory limits coming soon~ * ), to annotate test methods
3939with timing limits and to check the limits each time the test is run.
4040
41- ### .NET Standard 1.6, 1.5 support
41+ ### .NET Standard 1.6, 1.5 support (supported dropped in 4.0)
4242
4343Almost all features are supported. Functionality not supported:
4444
4545* XmlAttributeReader
4646
47- ### .NET Core 1.1, 1.0 support
47+ ### .NET Core 1.1, 1.0 support (supported dropped in 4.0)
4848
4949Almost all features are supported. Functionality not supported:
5050
5151* XmlAttributeReader
5252
53- ### .NET Framework 2.0 support
53+ ### .NET Framework 2.0 support (supported dropped in 4.0)
5454
5555.NET Framework 2.0 support is limited. Functionality not supported in addition to .NET Framework 3.5 limitations:
5656
5757* LINQ to XML extensions - .NET 2.0 doesn't have LINQ XML related classes
5858
59- ### .NET Framework 3.0 support
59+ ### .NET Framework 3.0 support (supported dropped in 4.0)
6060
6161.NET Framework 3.0 support is limited. Functionality not supported in addition to .NET Framework 3.5 limitations:
6262
You can’t perform that action at this time.
0 commit comments