Skip to content

Consider removing Mono specific code in SqlServerCache #40345

Closed
@pranavkm

Description

@pranavkm

I'm pretty sure it's untested (and possibly unsupported?):

if (PlatformHelper.IsMono)
{
_dbOperations = new MonoDatabaseOperations(
cacheOptions.ConnectionString,
cacheOptions.SchemaName,
cacheOptions.TableName,
_systemClock);
}
. Also why wouldn't we have users run on .NET instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresclean-upThis issue is internal clean-up and has no effect on public APIs or expected behaviorsfeature-cachingIncludes: StackExchangeRedis and SqlServer distributed cacheshelp wantedUp for grabs. We would accept a PR to help resolve this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions