Adriano Repetti

Results 5 issues of Adriano Repetti

Basic documentation is still missing, ideally at least these documents should be written: - README.md to quickly introduce the topic and this _library_. - Wiki pages to introduce license management...

add-documentation

License management may be automated and exposed through a simple REST API. A server component to perform this task (with its own ASP.NET web site for license management) is required...

add-documentation
add-component

It may be useful, especially server-side, to have a command line utility (ideally PowerShell cmdlet) to perform some basic tasks. # Client - Create a contact. - Apply (import?) a...

add-utility

Please use this issue to highlight any code vulnerability or possible attack to this license management scheme.

review

Readers and writers for contacts and licenses are overcomplicate especially because of two generic parameters, for example (see Tests\UseCases.cs): ``` C# license = LicenseReader.FromFile(temp); ``` It's not code you write...

review