BenFradet / RiotSharp

C# wrapper for the Riot Games API
http://benfradet.github.io/RiotSharp/
MIT License
300 stars 145 forks source link

Fix some more CS1591 #658

Closed Nicolas-Ding closed 4 years ago

Nicolas-Ding commented 4 years ago

When building the project, there are still a lot (around 110) of CS 1591 warnings.

This PR fixes some of them.

Expect more PRs to come :)

image

Nicolas-Ding commented 4 years ago

I'm using RiotSharp as a git submodule (because the nuget is not up to date) and it's kind of annoying to have all those warnings so I'm fixing them :)