hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Clean up compiler warnings #110

Closed StevenTCramer closed 4 years ago

StevenTCramer commented 4 years ago

Short description of what this resolves:

Eliminate compiler warnings.

Changes proposed in this pull request:

Changed the Missing XML comment from a warning to a suggestion. Suppress the warning about calling obsolete in tests. We still have to test them until removed. Fixed some XML comments that had missing or incorrect parameters. Removed unused param.

Replaced 1 obsolete function call with the recommended replacement.

Currently builds with no warnings.