Click or drag to resize

Utils_FileCheckAssembliesVersions Method (String, DictionaryString, String, Boolean)

Checks all assemblies versions inside a folder, based on a dictionary containing files name as key and version as value.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static Dictionary<string, KeyValuePair<string, string>> CheckAssembliesVersions(
	string folderPath,
	Dictionary<string, string> referenceVersions,
	bool includeSubFolders = false
)

Parameters

folderPath
Type: SystemString
referenceVersions
Type: System.Collections.GenericDictionaryString, String
includeSubFolders (Optional)
Type: SystemBoolean

Return Value

Type: DictionaryString, KeyValuePairString, String
A dictionary with invalid assembly file name as key and ref/current versions as value.
See Also