ChangeLog 686 B

1234567891011121314
  1. 2005-09-13 Sebastien Pouliot <[email protected]>
  2. * CacheDependencyCas.cs: Under 1.x FAM also requires UnmanagedCode so
  3. we must assert this too before creating instances. We also "hide" an
  4. error where the initialization throws a NullReferenceException on 1.x
  5. (as this has nothing to do with CAS).
  6. 2005-09-02 Sebastien Pouliot <[email protected]>
  7. * CacheCas.cs: New. CAS unit tests for Cache. It turns out that
  8. UnmanagedCode permission is also required (down-level).
  9. * CacheDependencyCas.cs: New. CAS unit tests for CacheDependency. It
  10. turns out that FileIOPermission is also required (down-level) and that
  11. Mono (currently) requires Unmanaged permission for FAM.