Merge pull request #940 from dotnet/trdai/848.1
Add default warning suppresses to CommonCompilerOptions
This commit is contained in:
commit
fc9097459e
10 changed files with 55 additions and 36 deletions
|
@ -134,7 +134,7 @@ namespace Microsoft.DotNet.Tools.Compiler
|
|||
// used in incremental compilation for the key file
|
||||
public static CommonCompilerOptions ResolveCompilationOptions(ProjectContext context, string configuration)
|
||||
{
|
||||
var compilationOptions = context.ProjectFile.GetCompilerOptions(context.TargetFramework, configuration);
|
||||
var compilationOptions = context.GetLanguageSpecificCompilerOptions(context.TargetFramework, configuration);
|
||||
|
||||
// Path to strong naming key in environment variable overrides path in project.json
|
||||
var environmentKeyFile = Environment.GetEnvironmentVariable(EnvironmentNames.StrongNameKeyFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue