onnxruntime/csharp/sample/InferenceSample/Microsoft.ML.OnnxRuntime.InferenceSample.Maui
Yifan Li 25ab935664
[ORT 1.18.1 Release] Cherry pick 2nd round (#21111)
### Description
<!-- Describe your changes. -->
[#21062](https://github.com/microsoft/onnxruntime/pull/21062),
[#21096](https://github.com/microsoft/onnxruntime/pull/21096) to fix
Xamarin,

[#21095](https://github.com/microsoft/onnxruntime/pull/21095) and
[#21109](https://github.com/microsoft/onnxruntime/pull/21109) to fix
python on NuGet_Packaging stages

[#21104](https://github.com/microsoft/onnxruntime/pull/21104) to remove
failing roslynanalyzer on NuGet_Packaging stages

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

---------

Co-authored-by: Scott McKay <skottmckay@gmail.com>
Co-authored-by: Yi Zhang <zhanyi@microsoft.com>
Co-authored-by: Changming Sun <chasun@microsoft.com>
2024-06-20 17:01:57 -07:00
..
Platforms Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
Properties Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
Resources Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
App.xaml Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
App.xaml.cs Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
AppShell.xaml Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
AppShell.xaml.cs Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
MainPage.xaml Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
MainPage.xaml.cs Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
MauiProgram.cs Add MAUI csharp\sample\InferenceSample\ project (#12356) 2022-07-29 07:22:36 +10:00
Microsoft.ML.OnnxRuntime.InferenceSample.Maui.csproj [ORT 1.18.1 Release] Cherry pick 2nd round (#21111) 2024-06-20 17:01:57 -07:00
ReadMe.md [ORT 1.18.1 Release] Cherry pick 2nd round (#21111) 2024-06-20 17:01:57 -07:00

MAUI app that is used directly with the C# bindings project to do some basic local testing of using an InferenceSession in an app.

This is NOT intended to be a sample for end users. See https://github.com/microsoft/onnxruntime-inference-examples for those, in particular under the c_sharp and mobile/examples/MAUI directories.