trietptm / facile-api

Automatically exported from code.google.com/p/facile-api
0 stars 0 forks source link

.Net 4.0 compatiblity check #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to improve .Net 4.0 compatiblity:
1. Check all metadata tables (package 
at.pollaknet.api.facile.header.cli.stream.metatable) for changes (ECMA-335 rev5 
Part.II, 22): done
2. Check all instructions (package at.pollaknet.api.facile.code.instruction) 
for changes  (ECMA-335 rev5 Part III): open
3. Check remaining relevant topics (also ECMA-335 rev5): open
4. Testing: I already tested the current version against all assemblies on my 
computer (a bit more than 10.000), but still more testing is required.

How to run the tests?
Open the eclipse project, there is a ready configuration to test all assemblies 
on a Windows PC:
LocalDriveTestSuite_Windows.launch

What to expect?
The unit test should end without any errors.
If any assembly fails, please let me know! It's path could be found directly in 
the output.

Original issue reported on code.google.com by tom.smar...@gmail.com on 18 Oct 2011 at 11:39

GoogleCodeExporter commented 9 years ago
2: done as well
3: done for 4.0 compatiblity check, however there are still general open issues.

Original comment by tom.smar...@gmail.com on 23 May 2012 at 12:38

GoogleCodeExporter commented 9 years ago
.Net 4.0 compatibility check completed.
Fixed some minor issues which are reflected in API 1.0.3

Scanned over 26.000 Assemblies on my PC without any errors.

Original comment by tom.smar...@gmail.com on 10 Mar 2013 at 11:56