maui-linux/.nuspec
Jonathan Peppers c207c6716d [XamlC] should not run during Design-Time Builds (#3034)
Some links about design-time builds:
- https://github.com/dotnet/project-system/blob/master/docs/design-time-builds.md
- https://daveaglick.com/posts/running-a-design-time-build-with-msbuild-apis

In Visual Studio 2017 (Windows), a "design-time" build is what drives
Intellisense in cases such as using `x:Name` in XAML (or
`Resource.designer.cs` in a plain Xamarin.Android app). Improving our
"design-time" build speed will improve general performance in the IDE
such as project load and how long Intellisense takes to update. Since
XamlC is not needed during a design-time build, it is an "easy-win" to
just disable it. XamlC can take a bit of time for projects with a lot
of XAML.

This might also help with: https://github.com/xamarin/Xamarin.Forms/issues/3004

Although we should probably not do anything to specifically support
NCrunch; hopefully, NCrunch is running under the context of a
design-time build.
2018-06-15 15:34:11 +01:00
..
Xamarin.Forms.AppLinks.nuspec [Nuspec]Remove reference to 23.3.0 support libs (#2802) 2018-05-23 10:27:09 -07:00
Xamarin.Forms.Debug.targets [build] reduce verbosity of build (#1837) 2018-02-08 14:31:35 +01:00
Xamarin.Forms.DefaultItems.props Stylesheets (#1207) 2017-12-20 10:47:50 +01:00
Xamarin.Forms.DefaultItems.targets Fix .css files not excluded from default None items (#2544) 2018-04-26 10:54:03 +02:00
Xamarin.Forms.Maps.GTK.nuspec [Nuget] Update nuspec's with msft info (#2108) 2018-03-15 13:54:43 +00:00
Xamarin.Forms.Maps.WPF.nuspec [Nuget] Update nuspec's with msft info (#2108) 2018-03-15 13:54:43 +00:00
Xamarin.Forms.Maps.nuspec [Nuspec]Remove reference to 23.3.0 support libs (#2802) 2018-05-23 10:27:09 -07:00
Xamarin.Forms.Pages.Azure.nuspec [Nuget] Update nuspec's with msft info (#2108) 2018-03-15 13:54:43 +00:00
Xamarin.Forms.Pages.nuspec [Nuget] Update nuspec's with msft info (#2108) 2018-03-15 13:54:43 +00:00
Xamarin.Forms.Platform.GTK.nuspec [Nuget] Update nuspec's with msft info (#2108) 2018-03-15 13:54:43 +00:00
Xamarin.Forms.Platform.WPF.nuspec [Nuget] Update nuspec's with msft info (#2108) 2018-03-15 13:54:43 +00:00
Xamarin.Forms.nuspec Merge branch '3.0.0' into 3.1.0 2018-05-23 11:26:13 -07:00
Xamarin.Forms.props Fix default items (#1123) 2017-09-04 09:57:11 +02:00
Xamarin.Forms.targets [XamlC] should not run during Design-Time Builds (#3034) 2018-06-15 15:34:11 +01:00