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
<!-- If the source generators are disabled, also emit a warning. This would've been produced by MSBuild itself as well, but
39
-
emitting this manually lets us customize the message to inform developers as to why exactly the generators have been
40
-
disabled, and that the rest of the MVVM Toolkit will still keep working as intended, just without additional features. -->
41
-
<Warning Condition ="'$(CurrentCompilerVersionIsNotNewEnough)' == 'true'"Text="The MVVM Toolkit source generators have been disabled on the current configuration, as they need Roslyn 4.x in order to work. The MVVM Toolkit will work just fine, but features relying on the source generators will not be available."/>
38
+
<!--
39
+
If the source generators are disabled, also emit a warning. This would've been produced by MSBuild itself as well, but
40
+
emitting this manually lets us customize the message to inform developers as to why exactly the generators have been
41
+
disabled, and that the rest of the MVVM Toolkit will still keep working as intended, just without additional features.
42
+
-->
43
+
<Warning Condition ="'$(CurrentCompilerVersionIsNotNewEnough)' == 'true'"Text="The MVVM Toolkit source generators have been disabled on the current configuration, as they need Roslyn 4.x in order to work. The MVVM Toolkit will work just fine, but features relying on the source generators will not be available."/>
0 commit comments