public void LookForProfileTypeChanges()
 {
     AssertExtensions.AssertEnumUnchanged(
         typeof(CredentialProfileType),
         "A55DBF1077524CA7DD4CBD8CF45D5B5C2474B1918D99174AC9D20D374C60CCEC",
         "The AWSCredentialsFactory.GetAWSCredentials method implementation may need to be updated.");
 }
Пример #2
0
 public void LookForProfileTypeChanges()
 {
     AssertExtensions.AssertEnumUnchanged(
         typeof(CredentialProfileType),
         "E14AB39DDAC5DB51CC8C5ECD2D42206DB38414F5CA215A1C595F07F40E1883EF",
         "The AWSCredentialsFactory.GetAWSCredentials method implementation may need to be updated.");
 }
Пример #3
0
 public void LookForProfileTypeChanges()
 {
     AssertExtensions.AssertEnumUnchanged(
         typeof(CredentialProfileType),
         "CFA3F83EBAF0ED2BEFAE66BCC1A49DAA3108BDB5B28DEEE722659B7C71437DAF",
         "The AWSCredentialsFactory.GetAWSCredentials method implementation may need to be updated.");
 }
Пример #4
0
 public void LookForProfileTypeChanges()
 {
     AssertExtensions.AssertEnumUnchanged(
         typeof(CredentialProfileType),
         "F11B812752DD3261D6D734C860ED47010CA562DF4C82901E8D79D4CC09C7FDF1",
         "The AWSCredentialsFactory.GetAWSCredentials method implementation may need to be updated.");
 }
Пример #5
0
 public void LookForProfileTypeChanges()
 {
     AssertExtensions.AssertEnumUnchanged(
         typeof(CredentialProfileType),
         "B8B9343917C781AC86C0875D27306AA6386042B824EE5FD035924A400B57DBB6",
         "The AWSCredentialsFactory.GetAWSCredentials method implementation may need to be updated.");
 }
Пример #6
0
        public void LookForProfileTypeChanges()
        {
#if BCL35
            var expectedHash = "F11B812752DD3261D6D734C860ED47010CA562DF4C82901E8D79D4CC09C7FDF1";
#else
            var expectedHash = "1C76F6CC5D3B18FD76D4A811E5EB2FD96E97F4D4F202F38B5FBE5FAC56BE09FB";
#endif
            AssertExtensions.AssertEnumUnchanged(
                typeof(CredentialProfileType),
                expectedHash,
                "The AWSCredentialsFactory.GetAWSCredentials method implementation may need to be updated.");
        }