You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1192,7 +1192,7 @@ type IncrementalBuilder(frameworkTcImportsCache: FrameworkImportsCache, tcConfig
1192
1192
// This operation is done when constructing the builder itself, rather than as an incremental task.
1193
1193
letnonFrameworkAssemblyInputs=
1194
1194
// Note we are not calling errorLogger.GetErrors() anywhere for this task.
1195
-
// REVIEW: Consider if this is ok. I believe so, because this is a background build and we aren'T currently reporting errors from the background build.
1195
+
// This is okbecause not much can actually go wrong here.
use _holder =new CompilationGlobalsScope(errorLogger,BuildPhase.Parameter, projectDirectory)
@@ -1207,12 +1207,11 @@ type IncrementalBuilder(frameworkTcImportsCache: FrameworkImportsCache, tcConfig
1207
1207
DateTime.Now
1208
1208
with e ->
1209
1209
// Note we are not calling errorLogger.GetErrors() anywhere for this task. This warning will not be reported...
1210
-
// REVIEW: Consider if this is ok. I believe so, because this is a background build and we aren't currently reporting errors from the background build.
0 commit comments