maui-linux/NuGet.config

29 строки
1.7 KiB
Plaintext
Исходник Обычный вид История

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
[Handlers] Register handlers and use Microsoft.Extensions for Hosting and Dependency Injection (#12460) * [Core,Android,iOS] Add AppBuilder and AppHost and sample and tests * [eng] Add script to measure android startup * Update src/Platform.Handlers/tests/Xamarin.Platform.Handlers.Benchmarks/HandlersBenchmarker.cs Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com> * [Sample ] Update sample code * [Tests] Fix hosting tests * Small cleanup * [handlers] Add Window and cleanup hosting * [Controls] Remove xf button * [Hosting] Remove AppLifetiem for now * Fix sample code * [Build] Fix rebase * [Test] Fix test * [Build] Remove reference to http package * [Handlers] Rework Hosting, add option to override ServiceCollection and ServiceProvider, remove usage of Extensions DI * [Hosting] Refactor to use extensions and rename some Stubs * [Hosting] Small refactor * [Hosting] Fix null reference usage on .net6 * [Samples] Install DI extension package on net6 samples * [Sample] Add Maui.Controls.Sample * Fix props * [Sample] Fix sample move to Shared folder * Revert "[Sample] Fix sample move to Shared folder" This reverts commit 88980f527be91c028db6b1667a3cf39401ac5757. * Revert "Fix props" This reverts commit 3f8467d8251d8b3b7aee8fe3b5e01bbf0711ea6a. * Revert "[Sample] Add Maui.Controls.Sample" This reverts commit 3d0ad41544fc8e0ee60d352a028f69bce96e6d8f. * [Hosting] Add Configuration support * [Hosting]Add Maui.Controls sample * [Hosting]Fix sln * [Hosting] Add net6 Maui.Controls.Sample * Cleanup * More cleanup * Implement iAPP on old sample * [Hosting] Fix build * [Hosting] Just use forms on sample , add GetWindow to IApp * [Hosting] Add HandlersContext to App * [Hosting] Add MauiAppCompatActivity * [Hosting] Move HandlersContext to Window * Remove extra files * [Hosting] Add MauiApp * Fix build * Update Maui.Controls.Sample.iOS-net6.csproj * Update AssemblyInfo.cs * Update Maui.Controls.Sample-net6.csproj * [Hosting] Be able to run old and new registrar * Add Android resources * [Android] Add xml resources * Fix * Fix unit tests * [Application] Fix net6 nre * Cleanuo * Fix build again * [Samples] Add essentials init * Fix net6 build * - update packagese * - add handler renderer shim * - fix link references * Fix running app on Android * - fix missing using * - shim sample * - add another helper * [Hosting] Save context on App for now * [Handlers] Fix sample register ISwitch * [Hosting] Some renaming * - delete samples * - fix CG * [Hosting] Remove old registrar code * Remove FormsHandlers * TODO: Implement legacy attribute scanner with AppHostBuilder * Fix build * Enable nullable * fix formatting * Fix using old registrar * use c# 9 * Try fix #nullable * Don't disable nullable warnings Use the null-forgiving operator (!) to rather swear that we doin' good * Fixed the benchmarks and tests with new code Also split the benchmarks into separate classes for better comparison. * Fixing some merge issues * Remove usage of FormsHandlers * [Hosting] Small refactor , fixing same names * remove this * [Hosting] Fix MauiHandlersServiceProvider Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com> Co-authored-by: Shane Neuville <shneuvil@microsoft.com> Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
2021-02-23 23:05:46 +03:00
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-aspnetcore -->
<!-- End: Package sources from dotnet-aspnetcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<!-- End: Package sources from dotnet-windowsdesktop -->
<!-- Begin: Package sources from dotnet-emsdk -->
<!-- End: Package sources from dotnet-emsdk -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2021-06-21 21:25:54 +03:00
<!-- <add key="local" value="artifacts" /> -->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion="3" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
2021-11-10 02:19:40 +03:00
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
<add key="skiasharp" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/SkiaSharp/nuget/v3/index.json" />
<add key="wasdk-internal" value="https://pkgs.dev.azure.com/microsoft/ProjectReunion/_packaging/Project.Reunion.nuget.internal/nuget/v3/index.json" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<disabledPackageSources>
<add key="wasdk-internal" value="true" />
</disabledPackageSources>
</configuration>