Class CompilationOptions
Compilation options.
Namespace: Neon.Roslyn.Xunit
Assembly: Neon.Roslyn.Xunit.dll
Syntax
public class CompilationOptions : AnalyzerConfigOptions
Properties
Options
The options.
Declaration
public Dictionary<string, string> Options { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
Methods
TryGetValue(string, out string)
Get an analyzer config value for the given key, using the KeyComparer.
Declaration
public override bool TryGetValue(string key, out string value)
Parameters
Type | Name | Description |
---|---|---|
string | key | |
string | value |
Returns
Type | Description |
---|---|
bool |