DataAction / AdoNetCore.AseClient

AdoNetCore.AseClient - a .NET Core DB Provider for SAP ASE
Apache License 2.0
106 stars 44 forks source link

Fix a bunch of CS1591 build warnings #162

Open senseibaka opened 4 years ago

senseibaka commented 4 years ago

As a result of enabling SourceLink (#157), dotnet build is stricter and reports a lot of the following:

warning CS1591: Missing XML comment for publicly visible type or member ...

Good idea to fix this