microsoft / AuthJanitor

Manage the lifecycle of application tokens, keys, and secrets in Azure
https://www.authjanitor.com
MIT License
45 stars 17 forks source link

Added Tests for Json Serialization and Deserialization #75

Closed renato-marciano closed 4 years ago

renato-marciano commented 4 years ago

Added Tests #6 around StringToIntJsonConverter and StringToLongJsonConverter used in Integrations.IdentityServices.AzureActiveDirectory

ghost commented 4 years ago

CLA assistant check
All CLA requirements met.

renato-marciano commented 4 years ago

Hey @renato-marciano, thanks for contributing!

All code files in this project must contain a standard header. For .cs files, this is:

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

Can you please re-commit your new file with this header? Thanks!

Yep, Added.