maui/omnisharp.json

36 строки
1.5 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

{
"fileOptions": {
"systemExcludeSearchPatterns": [
"**/node_modules/**/*",
"**/bin/**/*",
"**/obj/**/*"
],
"excludeSearchPatterns": [
"**/*.csx",
"src/BlazorWebView/src/WindowsForms/Microsoft.AspNetCore.Components.WebView.WindowsForms.csproj",
"src/BlazorWebView/samples/BlazorWpfApp/BlazorWpfApp.csproj",
"src/BlazorWebView/src/WindowsForms/Microsoft.AspNetCore.Components.WebView.WindowsForms.csproj",
"src/BlazorWebView/src/Wpf/Microsoft.AspNetCore.Components.WebView.Wpf.csproj",
"src/Compatibility/ControlGallery/**",
"src/Compatibility/Maps/**",
"src/Compatibility/Material/**",
"src/Controls/samples/Controls.Sample.Profiling/Maui.Controls.Sample.Profiling.csproj",
"src/Controls/src/BuildTasks/Controls.BuildTasks.csproj",
"src/Controls/src/Core.Design/Controls.Core.Design.csproj",
"src/Controls/src/SourceGen/Controls.SourceGen.csproj",
"src/Controls/src/Xaml/Controls.Xaml.csproj",
"src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj",
"src/Controls/tests/Xaml.UnitTests/Controls.Xaml.UnitTests.csproj",
[dualscreen] project/nuget for Surface Duo and other Android foldables (#5020) * initial commit * seems to build? * add page to sample Other > Dual Screen * sample screen tweaks * trying to wire up the hinge angle * correct port of visualElement * - fix up measure calls * correct configChanges in Android sample * - remeasure if mode changed * add AndroidX.Window.WindowJava with log output * kinda measuring but not really * - hostbuilder extension * - include file * basic hostbuilder test * most debug lines to figure out why it's not working * kinda works except on first span :| * add testing features on TwoPaneViewPage * remove un-used UpdateMetrics interface method * remove commented FoldEventArgs * remove un-used UpdateMetrics interface method * deleting code * - remove extra code * [dualscreen] rebase based on changes in #3213 where APIs moved to Essentials * wire up hostbuilder untested * [dualscreen] progress check-in - work not complete * update fixes * [dualscreen] wire up twopaneview properties * [dualscreen] Jetpack Window Manager 1.0 stable via Xamarin.AndroidX.Window.WindowJava NuGet 1.0.0.7 * [dualscreen] add test properties to XAML * [dualscreen] remove MainActivity hardcoding, use HostBuilderExtension Note that this de-coupling broke the hinge sensor reading - to be fixed * [dualscreen] fix hinge sensor requires reference to Activity context * [dualscreen] tweak activity context * [dualscreen] correct for Samsung Galaxy Fold Use the hinge orientation rather than portrait/landscape of the outer window * [dualscreen] refactor project name (remove -net6) * [dualscreen] remove prototyping code from sample project hardcoding in mainactivity helped to get the dualscreen refactoring done, now removed and enabled via HostBuilderExtensions * [dualscreen] add comments * [dualscreen] fix bug: hinge not recognized when spanned on open * [dualscreen] address some of the PR feedback * [dualscreen] rebase fixes mostly Rectangle -> Rect and removing Device.BeginInvokeOnMainThread * [foldable] namespace refactor from DualScreen to Foldable also removed `Controls` from non-UI namespaces * [foldable] refactor project name from DualScreen to Foldable did NOT yet change the project's filesystem/folder name * [foldable] refactor DualScreenService -> FoldableService including IDualScreenService -> IFoldableService * [foldable] refactor filenames DualScreenService -> FoldableService * [foldable] address PR feedback - remove LINQ - use C# 8 feature ??= * - workloads * - cleanup * - delete commented out code * [foldable] remove debug log and commented-out code minor refactor isSeparating -> IsSeparating * [foldable] rename project folder and delete unused sample project/folder * [foldable] remove commented code (PR feedback) * - organize the code a bit and switch to using services * - fix dualscreen service to pull correctly * - cleanup * - fix update calls * - fix some measures * - add some additional checks * - remove screen check * - fix height passed in for mode updates * - remove watch for changes * - remove code that checks * - fix workloads * - workloads * - fix paths * - fix nuget.config * Update Microsoft.Maui.Controls.Foldable.Runtime.csproj * Update Microsoft.Maui.Controls.Ref.csproj * - change controls workloads back * - remove from workloads * - add foldable to build.tasks * Update Microsoft.Maui.Samples.slnf * - leave foldables * [foldable] update namespaces after Essentials * [foldable] add Devices where Essentials was removed Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
2022-04-05 22:07:22 +03:00
"src/Controls/Foldable/**",
"src/Core/tests/Benchmarks/Core.Benchmarks.csproj",
"src/Templates/**",
"Microsoft.Maui.Packages.slnf",
"Microsoft.Maui.Samples.slnf",
"Microsoft.Maui.sln",
"Microsoft.Maui.Packages-mac.slnf",
"Microsoft.Maui.BuildTasks.slnf",
"Microsoft.Maui-mac.slnf"
]
}
}