Kaynağa Gözat

Fix missing space in exception message (#20900)

Fix missing space in exception message when the .deps file cannot be found.
Martin Costello 5 yıl önce
ebeveyn
işleme
0ee1420c7f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/Mvc/Mvc.Testing/src/Resources.resx

+ 1 - 1
src/Mvc/Mvc.Testing/src/Resources.resx

@@ -124,6 +124,6 @@
     <value>No method 'public static {0} CreateHostBuilder(string[] args)' or 'public static {1} CreateWebHostBuilder(string[] args)' found on '{2}'. Alternatively, {3} can be extended and '{4}' or '{5}' can be overridden to provide your own instance.</value>
     <value>No method 'public static {0} CreateHostBuilder(string[] args)' or 'public static {1} CreateWebHostBuilder(string[] args)' found on '{2}'. Alternatively, {3} can be extended and '{4}' or '{5}' can be overridden to provide your own instance.</value>
   </data>
   </data>
   <data name="MissingDepsFile" xml:space="preserve">
   <data name="MissingDepsFile" xml:space="preserve">
-    <value>Can't find'{0}'. This file is required for functional tests to run properly. There should be a copy of the file on your source project bin folder. If that is not the case, make sure that the property PreserveCompilationContext is set to true on your project file. E.g '&lt;PreserveCompilationContext&gt;true&lt;/PreserveCompilationContext&gt;'. For functional tests to work they need to either run from the build output folder or the {1} file from your application's output directory must be copied to the folder where the tests are running on. A common cause for this error is having shadow copying enabled when the tests run.</value>
+    <value>Can't find '{0}'. This file is required for functional tests to run properly. There should be a copy of the file on your source project bin folder. If that is not the case, make sure that the property PreserveCompilationContext is set to true on your project file. E.g '&lt;PreserveCompilationContext&gt;true&lt;/PreserveCompilationContext&gt;'. For functional tests to work they need to either run from the build output folder or the {1} file from your application's output directory must be copied to the folder where the tests are running on. A common cause for this error is having shadow copying enabled when the tests run.</value>
   </data>
   </data>
 </root>
 </root>