Patch release that fixes a corner-case related to setting a null value to job parameters, adds static analysis back and a fixes a few other issues.
- 
Fixed – Don’t pass 
nullparameter values when creating a job to avoidArgumentException. - 
Fixed – Ensure the 
SetJobParametermethod can be called with thenullvalue. - 
Fixed – Implement the serialization-related constructor for the 
RedisStorageExceptionclass. - Fixed – Use the invariant culture in string comparisons and parsing.
 - 
Project – Enable static analysis by 
Microsoft.CodeAnalysis.NetAnalyzerspackage. 
		by