Skip to content

Conversation

@Wraith2
Copy link
Contributor

@Wraith2 Wraith2 commented Sep 20, 2020

Merge of more identical or similar files.

The only notable difference is in SignatureVerificationCache.cs
netcore: _cache.Set(cacheLookupKey, result, DateTimeOffset.UtcNow.AddDays(10));
netfx: _cache.Set(cacheLookupKey, result, DateTimeOffset.UtcNow.AddHours(8));

I chose the 10 days but I think this needs consideration before merging.

@cheenamalhotra cheenamalhotra added this to the 2.1.0-preview2 milestone Sep 29, 2020
@karinazhou
Copy link
Member

I don't see any troubles using 10 days for both .net framework and .net core. I have re-run the failing pipelines and the previously failing tests look like random ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants