com.unity.ide.visualstudio@2.0.18

## [2.0.18] - 2023-03-17

Integration:

- Performance improvements with `EditorApplication.update` callbacks.

Project generation:

- Add extra compiler options for analyzers and source generators.
This commit is contained in:
Unity Technologies
2023-03-17 00:00:00 +00:00
parent 4893e3bfe7
commit ebe8973267
7 changed files with 78 additions and 28 deletions

View File

@@ -13,6 +13,9 @@ namespace Microsoft.Unity.VisualStudio.Editor
// Analyzers
public string[] Analyzers { get; set; } = Array.Empty<string>();
public string RulesetPath { get; set; } = string.Empty;
public string AnalyzerConfigPath { get; set; } = string.Empty;
// Source generators
public string[] AdditionalFilePaths { get; set; } = Array.Empty<string>();
// RSP alterable
public string[] Defines { get; set; } = Array.Empty<string>();