nuget pack "project.csproj" -SolutionDirectory "Solution" -PackagesDirectory "Solution/packages" -IncludeReferencedProjects -OutputDirectory artifacts -Verbosity detailed -Properties ...
System.InvalidCastException: Unable to cast object of type 'System.Collections.Generic.Dictionary2[System.Object,System.EventHandler]' to type 'System.Collections ...
Take advantage of read-only generic interfaces such as IReadOnlyList, IReadOnlyDictionary, and IReadOnlyCollection to prevent modifications to collections in your .NET Core applications. A collection ...