From 06f4e7da855c5e4166b21f7683372e5455f53456 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Mon, 26 Feb 2024 21:42:13 +0100 Subject: [PATCH] Merge main to live (#2131) * Added check for reduced accuracy * Adjusted iOS version check to use Xamarin.Essentials DeviceInfo API * Changed DeviceInfo API version check to Platform API version check Co-authored-by: James Montemagno * Minor code fixes * Update AppInfo.ios.tvos.watchos.macos.cs * Update Xamarin.Essentials.csproj * Bump AspNet.Security.OAuth.Apple to 3.1.8 Bump AspNet.Security.OAuth.Apple to 3.1.8 to resolve https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/security/advisories/GHSA-3893-h8qg-6h5f. * [BULK UPDATE] DocuTune - Rebranding links * Update dependencies * Enable CodeQL * Update README.md * Remove launch adjacent Fixes #2023 * Update App Center dependencies * Update AndroidManifest.xml * Update Xamarin.Essentials.csproj * Update SecureStorage.android.cs * Fix MediaPicker capture methods in Android 13+ Thanks to @Ghostbird in https://github.com/dotnet/maui/pull/12766 * Update MediaPicker.android.cs * Update MediaPicker.android.cs * Update MediaPicker.android.cs * error SA1027: Tabs and spaces should be used correctly * Fix typos in MainThread.cs Typo aysnc -> async * Update FilePicker.xml * Update azure-pipelines.yml * Update README.md * Update README.md * fix share title on iOS * Add compliance to buildpipline * Update azure-pipelines.yml * Update azure-pipelines.yml * Fix * Move files to right place * Remove localization checks * Remove gdn supression file * Renamine devopsnuget.config to nuget.config * Remove references to NuGet.config from cake * Revert "Remove references to NuGet.config from cake" This reverts commit 48fe60b36a6b8d50c29118a4250fbf634c13b3eb. * Revert "Renamine devopsnuget.config to nuget.config" This reverts commit 953abd12d77d7f7f721834716f257e9f3dcb8fa2. * Add GDN suppress file * Create NuGet.config * dotnet tool restore first * Revert "dotnet tool restore first" This reverts commit 981b5d756e4de54b3b6437a7fc35670de9dca02b. * Use cake 2.1.0 * Hmm more cake * Fix iOS Device Tests * Revert "Fix iOS Device Tests" This reverts commit 7db9187f324bc3a6e59ddfd67535f95e4bf1d560. * Use Xcode 13.3 * Revert "Use Xcode 13.3" This reverts commit 1138d286929b8ac6c29710e9656a3554295520ca. * Use macos-12 for iOS tests * Revert "Revert "Use Xcode 13.3"" This reverts commit 7b5ab9c1e979a3a61af3c3d1246dd80c6c470536. * Xcode 14.2 * Try fix iOS tests * Update build.cake * Update build.cake * Bump xharness * Updates for MonoAndroid13.0 * Update dependencies & obsoletes * Set Windows JDK path * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update build.cake * Remove devopsnuget.config * Add Boots to DeviceTests * Cake.Boots version upgrade * async * Update azure-pipelines.yml * Update dependencies * Xcode update * EnableMultiDex DeviceTests * Update azure-pipelines.yml * Update DeviceTests.Android.csproj * Update build.cake * Update azure-pipelines.yml * Update build.cake * Revert "Update azure-pipelines.yml" This reverts commit f826488f45d3b481a76e1edc4c71f5e05dd725c1. * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Fix Android Emulators * More Android emulator fixes * Update build.cake * Update build.cake * Update build.cake * Update build.cake * Update build.cake * Update build.cake * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Clean up cake file * Reenable API23 tests * Revert "Reenable API23 tests" This reverts commit 22a7e2fbf060aeaeebd849ca65eee00e7095cbfa. * Reenable API30 tests * Add API33 tests * Update azure-pipelines.yml * Update azure-pipelines.yml * Update build.cake * Update azure-pipelines.yml * Add AndroidManifest entry for high sampling rate * Disable API33 tests * Disable API30 tests for now * Fix failing auth redirect on Android * Update CI version number * Remove wrong Connectivity dispose calls on Android * Make UWP FilePicker FutureAccessList more robust * Add API34 compatibility for networking & battery * Switch to Security v1 template for compliance (#2114) * Update WebAuthenticator Sample app dependencies (#2116) * Update WebAuthenticator Sample app to net8 * Revert "Update WebAuthenticator Sample app to net8" This reverts commit 228ebdd5fee64b2b643079d44416708b241def9b. * Update WebAuth Sample project dependencies * Set APIScan version number * Remove ms.prod = xamarin. Replaced by ms.service = xamarin (#2118) Co-authored-by: Docs Allowlist Management * Remove ms.technology = xamarin-essentials paired with ms.prod = xamarin. Replaced by ms.subservice = xamarin-essentials paired with ms.service = xamarin (#2117) Co-authored-by: Docs Allowlist Management Co-authored-by: Gerald Versluis * Enable open source docs feedback (#2124) * Enable open source docs feedback. * Fix url. * Fix repo link --------- Co-authored-by: Leon Lucardie Co-authored-by: leonluc-dev Co-authored-by: James Montemagno Co-authored-by: Martin Costello Co-authored-by: Alex Buck Co-authored-by: Jonathan Dick Co-authored-by: Matthew Leibowitz Co-authored-by: Ivo Snoza <39790891+ivosnoza@users.noreply.github.com> Co-authored-by: dimonovdd Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com> Co-authored-by: Docs Allowlist Management Co-authored-by: David Britch --- .github/ISSUE_TEMPLATE/customer-feedback.yml | 65 ++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/customer-feedback.yml diff --git a/.github/ISSUE_TEMPLATE/customer-feedback.yml b/.github/ISSUE_TEMPLATE/customer-feedback.yml new file mode 100644 index 000000000..50316eb36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/customer-feedback.yml @@ -0,0 +1,65 @@ +name: Learn feedback control +description: | + ⛔ This template is hooked into the feedback control on the bottom of every page on the live site. It automatically fills in several fields for you. Don't use it for other purposes. ⛔ +body: + - type: markdown + attributes: + value: "## Issue information" + - type: markdown + attributes: + value: Select the issue type, and describe the issue in the text box below. Add as much detail as needed to help us resolve the issue. + - type: dropdown + id: issue-type + attributes: + label: Type of issue + options: + - Typo + - Code doesn't work + - Missing information + - Outdated article + - Other (describe below) + validations: + required: true + - type: textarea + id: feedback + validations: + required: true + attributes: + label: Description + - type: markdown + attributes: + value: "## 🚧 Article information 🚧" + - type: markdown + attributes: + value: "*Don't modify the following fields*. They are automatically filled in for you. Doing so will disconnect your issue from the affected article. *Don't edit them*." + - type: input + id: pageUrl + validations: + required: true + attributes: + label: Page URL + - type: input + id: contentSourceUrl + validations: + required: true + attributes: + label: Content source URL + - type: input + id: documentVersionIndependentId + validations: + required: true + attributes: + label: Document Version Independent Id + - type: input + id: author + validations: + required: true + attributes: + label: Article author + - type: textarea + id: metadata + validations: + required: false + attributes: + label: Metadata + description: Documentation metadata will be applied here for the PRMerger tool.