spelling
add test program for Server.Search method.add generic scalar argument handler, and inherit an Array handler. change reference to CookComputing.XmlRpcV2.dll to the nuget packages folder.
modernize C#
Add support for search API. not tested yet.
better yet, a Factory pattern. the factory will accept the version, and/or some other parameter, and return an implementation of some interface which will represent all implementations. not sure about how it will look like though.
add the standard Properties folder with an AssemblyInfo.cs file
replace reference to CookComputing.XmlRpcV2.dll with a nuget package. delete Bugzilla/bugzproxy_vs8.sln.
spelling: occured -> occurred and other errors
ignore .vs folder, and .exe and .pdb files compiled from the samples.
add Samples.csproj, a content only project
rename samples to Samples, to match .NET convention.
add bugtraq: attributes
rename samples.csproj to samplesBuild.csproj, so we can have a future samples.csproj file here.
well, I expected this to be markdown-aware. bold italics
Organize solution
also, the current XML-RPC API we use is deprecated, and is replaced with a new REST API, which is itself expected to be replaced with a new set of REST API (aka V2). So we need to be able to easily support all these APIs, with a singel external interface. I'm thinking in the direction of dependency injection here.
Support .NET Standard
Implement API by Bugzilla version
Package as NuGet