You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Severity Code Description Project File Line Suppression State
Error (active) CS0117 'HybridCacheOptions' does not contain a definition for 'Expiration' EmailAPI C:\Users\kfaizullabhoy\source\repos\EmailAPIs\EmailAPI\Program.cs 31
Error (active) CS0117 'HybridCacheOptions' does not contain a definition for 'LocalCacheExpiration' EmailAPI C:\Users\kfaizullabhoy\source\repos\EmailAPIs\EmailAPI\Program.cs 32
Expected Behavior
no errors
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
builder.Services.AddHybridCache(options =>
{
options.MaximumPayloadBytes = 1024 * 1024;
options.MaximumKeyLength = 1024;
options.DefaultEntryOptions = new HybridCacheOptions
{
Expiration = TimeSpan.FromMinutes(60),
LocalCacheExpiration = TimeSpan.FromMinutes(60)
};
});
Severity Code Description Project File Line Suppression State
Error (active) CS0117 'HybridCacheOptions' does not contain a definition for 'Expiration' EmailAPI C:\Users\kfaizullabhoy\source\repos\EmailAPIs\EmailAPI\Program.cs 31
Error (active) CS0117 'HybridCacheOptions' does not contain a definition for 'LocalCacheExpiration' EmailAPI C:\Users\kfaizullabhoy\source\repos\EmailAPIs\EmailAPI\Program.cs 32
Expected Behavior
no errors
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: