11 packages tagged with “var”
Provides an abstraction for retrieving environment variable so that these calls can be made to be more testable.
YAnalyzers
Provides implementations of IEnvironmentVariableProvider so that unit tests can mock calls that retrieve environment variable.
Adds rules for Microsoft.CodeAnalysis.BannedApiAnalyzers to ensure projects don't use the System.Environment class to manipulate environment variables..
This is a Visual Studio plugin that will help you replace use of "var" in your C# code with the actual type name.
Ultimate Rx.Net extension. Turn primitive variable to be reactive ! Refer to readme for more details and examples
A minimalistic library which will prevent code from compiling if "var" is used as a type identifier.
Proteus.Utility.Configuration is a library that abstracts reading config values from e.g., app.config/web.config and supports their being overridden by ENVIRONMENT VARIABLES and/or a local.settings.json files.
BEFORE READING: There are different schools of thought about var keyword usage. This analyzer is inspired by Jeremy post at http://jeremybytes.blogspot.it/2014/02/demystifying-var-keyword-in-c.html. VarAnalyzer is an Analyzer with Code Fix developed using the Roslyn platform. It allows users to get a warning each time they declare var construct in a non-legit context and it provides an option to infer the type. var keyword should just be used to incapsulate anonymous types and collection of anonymous types. Uses of the var keyword for non-anonymous types make C# code hardly readable.
High-performance .NET quantitative finance compute core (Black-Scholes batch pricing,Greeks,Monte Carlo,VaR/ES,fast factor-model PnL with SIMD).
Extends ITestOutputHelper to allow output of a generic type using a serializer.