C# Class NuGet.Indexing.IndexingUtils

Mostra file Open project: NuGet/NuGet.Services.Metadata Class Usage Examples

Public Methods

Method Description
IsFatal ( Exception e ) : bool
Load ( string name, ILoader loader, Microsoft.Extensions.Logging.ILogger logger, IDictionary targetDictionary ) : void
UpdateDictionary ( JsonReader jsonReader, IDictionary targetDictionary ) : void

Method Details

IsFatal() public static method

public static IsFatal ( Exception e ) : bool
e System.Exception
return bool

Load() public static method

public static Load ( string name, ILoader loader, Microsoft.Extensions.Logging.ILogger logger, IDictionary targetDictionary ) : void
name string
loader ILoader
logger Microsoft.Extensions.Logging.ILogger
targetDictionary IDictionary
return void

UpdateDictionary() public static method

public static UpdateDictionary ( JsonReader jsonReader, IDictionary targetDictionary ) : void
jsonReader Newtonsoft.Json.JsonReader
targetDictionary IDictionary
return void