-
Notifications
You must be signed in to change notification settings - Fork 87
Conversation
cc @kichalla |
@@ -0,0 +1,2 @@ | |||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐮
abe4baf
to
7e46dfe
Compare
_key = key; | ||
} | ||
|
||
public IReadOnlyCollection<XElement> GetAllElements() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: inheritdoc
5b6b76b
to
e76fd90
Compare
}, | ||
"dependencies": { | ||
"Microsoft.AspNetCore.DataProtection": "1.1.0-*", | ||
"StackExchange.Redis": "1.1.604-alpha" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh BTW, we do not want to refer to pre-release versions of packages. So for now you can refer to an older version. Yeah this will force you to use net451
only. Following PR is keeping track of it: aspnet/Caching#147
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
e76fd90
to
529ecf4
Compare
24dc932
to
e144721
Compare
e144721
to
d8fc798
Compare
@pranavkm @davidfowl