dotnetcore / EasyCaching

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.92k stars 321 forks source link

Fix warning xUnit1013 #457

Closed catcherwong closed 1 year ago

catcherwong commented 1 year ago

Description

When run dotnet build, there are some warning message of xUnit1013.

image

Steps to Reproduce

dotnet build EasyCaching.sln

Related code

insert short code snippets here

Expected behavior: [What you expected to happen]

Fixed the warning of xUnit1013.

Actual behavior: [What actually happened]

Specifications

Memoyu commented 1 year ago

Hello, I can fix it.