fix: suppress MT7156 duplicate BundleResource warnings on TodoApp.Uno ios/maccatalyst #67
build-samples.yml
on: pull_request
datasync-server
/
build
43s
datasync-server-cosmosdb
/
build
29s
todoapp-mvc
/
build
26s
todoapp-blazor-wasm
/
build
27s
todoapp-tutorial
/
build-serverapp
21s
todoapp-tutorial
/
build-clientapp
47s
todoapp-avalonia
/
desktop
32s
todoapp-avalonia
/
android
1m 20s
todoapp-avalonia
/
ios
2m 54s
todoapp-windows
/
build
4m 33s
todoapp-maui
/
android
1m 56s
todoapp-maui
/
ios
1m 17s
todoapp-uno
/
android
2m 8s
todoapp-uno
/
ios-maccatalyst
2m 43s
todoapp-uno
/
windows
2m 35s
todoapp-uno
/
browserwasm
2m 7s
todoapp-uno
/
desktop
41s
All samples built
3s
Annotations
34 warnings
|
todoapp-avalonia / android
Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-x64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
|
|
todoapp-avalonia / android
Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-arm64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
|
|
todoapp-avalonia / android
Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-x64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
|
|
todoapp-avalonia / android
Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-arm64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
|
|
todoapp-uno / browserwasm
System.Int32 sqlite3_db_config_int_outint(SQLitePCL.sqlite3, System.Int32, System.Int32, System.Int32*) (in
|
|
todoapp-uno / browserwasm
System.Int32 sqlite3_db_config_charptr_arm64cc(SQLitePCL.sqlite3, System.Int32, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.Byte*) (in
|
|
todoapp-uno / browserwasm
System.Int32 sqlite3_db_config_charptr(SQLitePCL.sqlite3, System.Int32, System.Byte*) (in
|
|
todoapp-uno / browserwasm
Found a native function (sqlite3_db_config) with varargs in e_sqlite3. Calling such functions is not supported, and will fail at runtime. Managed DllImports:
|
|
todoapp-uno / browserwasm
System.Int32 sqlite3_config_log_arm64cc(System.Int32, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, SQLitePCL.hook_handle) (in
|
|
todoapp-uno / browserwasm
System.Int32 sqlite3_config_log(System.Int32, System.IntPtr, SQLitePCL.hook_handle) (in
|
|
todoapp-uno / browserwasm
System.Int32 sqlite3_config_int_arm64cc(System.Int32, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.Int32) (in
|
|
todoapp-uno / browserwasm
System.Int32 sqlite3_config_int(System.Int32, System.Int32) (in
|
|
todoapp-uno / browserwasm
System.Int32 sqlite3_config_none(System.Int32) (in
|
|
todoapp-uno / browserwasm
Found a native function (sqlite3_config) with varargs in e_sqlite3. Calling such functions is not supported, and will fail at runtime. Managed DllImports:
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/Database/TodoItem.cs#L15
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
|
todoapp-uno / ios-maccatalyst
Using member 'Microsoft.Xaml.Interactivity.EventTriggerBehavior.EventTriggerBehavior()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This behavior is not trim-safe.
|
|
todoapp-uno / ios-maccatalyst
Using member 'Microsoft.Xaml.Interactivity.DataTriggerBehavior.DataTriggerBehavior()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This behavior is not trim-safe.
|
|
todoapp-uno / ios-maccatalyst
Using member 'Microsoft.Xaml.Interactivity.ChangePropertyAction.ChangePropertyAction()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This action is not trim-safe.
|
|
todoapp-uno / ios-maccatalyst
Using member 'Microsoft.Xaml.Interactivity.CallMethodAction.CallMethodAction()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This action is not trim-safe.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs#L39
Using member 'Uno.Extensions.HostBuilderExtensions.UseNavigation(IHostBuilder, Action<IViewRegistry, IRouteRegistry>, Func<IServiceCollection, IViewRegistry>, Func<IServiceCollection, IRouteRegistry>, Func<NavigationConfiguration, NavigationConfiguration>, Action<HostBuilderContext, IServiceCollection>)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Cannot statically analyze the type of instance so its members may be trimmed.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs#L64
Using member 'Uno.Extensions.ApplicationBuilderExtensions.NavigateAsync<TShell>(IApplicationBuilder, Func<IServiceProvider, INavigator, Task>)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Cannot statically analyze the type of instance so its members may be trimmed.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs#L60
Using member 'Uno.Extensions.Hosting.IApplicationBuilder.Build()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Cannot statically analyze the type of instance so its members may be trimmed.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/Database/AppDbContext.cs#L10
Using member 'Microsoft.EntityFrameworkCore.DbContext.DbContext(DbContextOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. EF Core isn't fully compatible with trimming, and running the application may generate unexpected runtime failures. Some specific coding pattern are usually required to make trimming work properly, see https://aka.ms/efcore-docs-trimming for more details.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/Database/TodoItem.cs#L15
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/Database/TodoItem.cs#L15
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
|
todoapp-uno / ios-maccatalyst
Using member 'Microsoft.Xaml.Interactivity.EventTriggerBehavior.EventTriggerBehavior()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This behavior is not trim-safe.
|
|
todoapp-uno / ios-maccatalyst
Using member 'Microsoft.Xaml.Interactivity.DataTriggerBehavior.DataTriggerBehavior()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This behavior is not trim-safe.
|
|
todoapp-uno / ios-maccatalyst
Using member 'Microsoft.Xaml.Interactivity.ChangePropertyAction.ChangePropertyAction()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This action is not trim-safe.
|
|
todoapp-uno / ios-maccatalyst
Using member 'Microsoft.Xaml.Interactivity.CallMethodAction.CallMethodAction()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This action is not trim-safe.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/Database/AppDbContext.cs#L10
Using member 'Microsoft.EntityFrameworkCore.DbContext.DbContext(DbContextOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. EF Core isn't fully compatible with trimming, and running the application may generate unexpected runtime failures. Some specific coding pattern are usually required to make trimming work properly, see https://aka.ms/efcore-docs-trimming for more details.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs#L39
Using member 'Uno.Extensions.HostBuilderExtensions.UseNavigation(IHostBuilder, Action<IViewRegistry, IRouteRegistry>, Func<IServiceCollection, IViewRegistry>, Func<IServiceCollection, IRouteRegistry>, Func<NavigationConfiguration, NavigationConfiguration>, Action<HostBuilderContext, IServiceCollection>)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Cannot statically analyze the type of instance so its members may be trimmed.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs#L64
Using member 'Uno.Extensions.ApplicationBuilderExtensions.NavigateAsync<TShell>(IApplicationBuilder, Func<IServiceProvider, INavigator, Task>)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Cannot statically analyze the type of instance so its members may be trimmed.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/App.xaml.cs#L60
Using member 'Uno.Extensions.Hosting.IApplicationBuilder.Build()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Cannot statically analyze the type of instance so its members may be trimmed.
|
|
todoapp-uno / ios-maccatalyst:
samples/todoapp/TodoApp.Uno/TodoApp.Uno/Database/TodoItem.cs#L15
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|