Added verbose cs compilation.

This commit is contained in:
Maplewheels
2026-03-29 00:30:18 -04:00
parent bcec409618
commit f1808d9231
3 changed files with 26 additions and 15 deletions
@@ -588,7 +588,7 @@ public class PluginManagementService : IAssemblyManagementService
syntaxTreesBuilder.Add(SyntaxFactory.ParseSyntaxTree(
text: sourceCode,
options: ScriptParseOptions,
path: null,
path: resourcePath.FullPath,
encoding: Encoding.Default,
cancellationToken: token
));