[FEATURE] Update cachemanager and cacherepository implementations to async#715
Merged
Annotations
10 warnings
|
Src/CrispyWaffle/Extensions/XmlExtensions.cs#L89
Ambiguous reference in cref attribute: 'XmlNode.SelectNodes'. Assuming 'System.Xml.XmlNode.SelectNodes(string)', but could have also matched other overloads including 'System.Xml.XmlNode.SelectNodes(string, System.Xml.XmlNamespaceManager)'.
|
|
Src/CrispyWaffle/Extensions/XmlExtensions.cs#L69
Ambiguous reference in cref attribute: 'XmlNode.SelectNodes'. Assuming 'System.Xml.XmlNode.SelectNodes(string)', but could have also matched other overloads including 'System.Xml.XmlNode.SelectNodes(string, System.Xml.XmlNamespaceManager)'.
|
|
Src/CrispyWaffle/Extensions/XmlExtensions.cs#L51
Ambiguous reference in cref attribute: 'XmlDocument.GetElementsByTagName'. Assuming 'System.Xml.XmlDocument.GetElementsByTagName(string)', but could have also matched other overloads including 'System.Xml.XmlDocument.GetElementsByTagName(string, string)'.
|
|
Src/CrispyWaffle/Cache/CacheManager.cs#L645
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'CacheManager.GetAsync<T>(string, string, CancellationToken)' (but other parameters do)
|
|
Src/CrispyWaffle/Cache/CacheManager.cs#L1441
The variable 'ex' is declared but never used
|
|
Src/CrispyWaffle/Cache/CacheManager.cs#L1378
The variable 'ex' is declared but never used
|
|
Src/CrispyWaffle/Cache/CacheManager.cs#L875
The variable 'ex' is declared but never used
|
|
Src/CrispyWaffle/Cache/CacheManager.cs#L814
The variable 'ex' is declared but never used
|
|
Src/CrispyWaffle/Utilities/ErrorResponse.cs#L16
Type parameter declaration must be an identifier not a type. See also error CS0081.
|
|
Src/CrispyWaffle/Utilities/ErrorResponse.cs#L16
XML comment has syntactically incorrect cref attribute 'IEnumerable{string}'
|
The logs for this run have expired and are no longer available.
Loading