Skip to content

Merge shared files - #734

Merged
cheenamalhotra merged 2 commits into
dotnet:masterfrom
Wraith2:combine6
Oct 6, 2020
Merged

Merge shared files#734
cheenamalhotra merged 2 commits into
dotnet:masterfrom
Wraith2:combine6

Conversation

@Wraith2

Copy link
Copy Markdown
Contributor

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.

@cheenamalhotracheenamalhotra added this to the 2.1.0-preview2 milestone Sep 29, 2020
@karinazhou

Copy link
Copy Markdown
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 freeto 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

@Wraith2@karinazhou@cheenamalhotra