Skip to content

A collection of interfaces and corresponding adapters wrapping a variety of classes in the .NET Framework

License

Notifications You must be signed in to change notification settings

BWortman/DotNetAdapters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetAdapters

A collection of interfaces and corresponding adapters wrapping a variety of classes in the .NET Framework.

Requirements for Contributions

Before submitting a pull request:

  • Please provide XML Documentation for all public types and members.
  • Please ensure that you have automated test coverage for any code that contains logic beyond invoking the functionality of the adapted type.
    • Most types should simply wrap the native methods, and therefore automated tests will not normally be required (or desired).
  • Please ensure that all automated tests pass.
  • Please run the ReSharper Code Cleanup tool using the FusionDotNet profile.

About

A collection of interfaces and corresponding adapters wrapping a variety of classes in the .NET Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%