From 787c6446a34e67278d8bd26f85ca46ad7b00570a Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Mon, 1 Nov 2021 22:07:42 -0400 Subject: [PATCH] fix: Add workaround for editorconfig race condition --- .../Content/Uno.UI.SourceGenerators.props | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/SourceGenerators/Uno.UI.SourceGenerators/Content/Uno.UI.SourceGenerators.props b/src/SourceGenerators/Uno.UI.SourceGenerators/Content/Uno.UI.SourceGenerators.props index 9cb215a7d781..c85d32503a20 100644 --- a/src/SourceGenerators/Uno.UI.SourceGenerators/Content/Uno.UI.SourceGenerators.props +++ b/src/SourceGenerators/Uno.UI.SourceGenerators/Content/Uno.UI.SourceGenerators.props @@ -405,5 +405,16 @@ Condition="$(MSBuildProjectFullPath.Contains('#')) and '$(UnoUIDisable5953Warning)'==''" Text="The path to your project contains the '#' character, which causes known build issues. Try moving your project to a different location. (See https://github.com/unoplatform/uno/issues/5953 for more details)."/> + + + + + + +