@@ -14,10 +14,6 @@ The CodeJam project includes three parts:
14
14
* Experimental - A workspace for code development. Contains incomplete and/or unstable parts.
15
15
* [ CodeJam.PerfTests] ( https://github.com/rsdn/CodeJam/tree/master/PerfTests ) - a performance testing framework for .Net projects.
16
16
17
- ### Main
18
-
19
- [ Main doc] ( CodeJam.Main/Readme.md )
20
-
21
17
CodeJam is dedicated to one principal goal: creating and maintaining reusable code. The CodeJam main package is a place for
22
18
collaboration and sharing, where developers community can work together on code to be shared by the CodeJam.
23
19
@@ -29,6 +25,12 @@ We welcome participation from all who are interested, at all skill levels. Codin
29
25
development process itself are all critical parts of the software development process. If you are interested in
30
26
contribute in any of these aspects, please join us!
31
27
28
+ ### Main
29
+
30
+ [ Main doc] ( CodeJam.Main/Readme.md )
31
+
32
+ The main library containing feature complete and stable code of production quality.
33
+
32
34
### Blocks
33
35
34
36
### PerfTests
@@ -38,25 +40,25 @@ CodeJam.PerfTests is performance testing framework for .Net projects.
38
40
It allows to compare multiple implementations by execution time (* ~ memory limits coming soon~ * ), to annotate test methods
39
41
with timing limits and to check the limits each time the test is run.
40
42
41
- ### .NET Standard 1.6, 1.5 support (supported dropped in 4.0)
43
+ ### .NET Standard 1.6, 1.5 support (dropped in 4.0)
42
44
43
45
Almost all features are supported. Functionality not supported:
44
46
45
47
* XmlAttributeReader
46
48
47
- ### .NET Core 1.1, 1.0 support (supported dropped in 4.0)
49
+ ### .NET Core 1.1, 1.0 support (dropped in 4.0)
48
50
49
51
Almost all features are supported. Functionality not supported:
50
52
51
53
* XmlAttributeReader
52
54
53
- ### .NET Framework 2.0 support (supported dropped in 4.0)
55
+ ### .NET Framework 2.0 support (dropped in 4.0)
54
56
55
57
.NET Framework 2.0 support is limited. Functionality not supported in addition to .NET Framework 3.5 limitations:
56
58
57
59
* LINQ to XML extensions - .NET 2.0 doesn't have LINQ XML related classes
58
60
59
- ### .NET Framework 3.0 support (supported dropped in 4.0)
61
+ ### .NET Framework 3.0 support (dropped in 4.0)
60
62
61
63
.NET Framework 3.0 support is limited. Functionality not supported in addition to .NET Framework 3.5 limitations:
62
64
0 commit comments