We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81d042 commit cfc17adCopy full SHA for cfc17ad
src/Services/SessionState/JsonSessionKeySerializer.cs
@@ -22,7 +22,6 @@ public JsonSessionKeySerializer(IOptions<JsonSessionSerializerOptions> options,
22
[LoggerMessage(0, LogLevel.Error, "Unexpected JSON serialize/deserialization error for '{Key}' expected type '{Type}'")]
23
private partial void LogException(Exception e, string key, string type);
24
25
-
26
[LoggerMessage(1, LogLevel.Warning, "Session key '{Key}' is registered as {RegisteredType} but was actually {FoundType}")]
27
private partial void UnexpectedType(string key, Type registeredType, Type foundType);
28
0 commit comments