### 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>
Add csharp\sample\InferenceSample\Microsoft.ML.OnnxRuntime.InferenceSample.Maui so we have an equivalent setup for MAUI as for the other platforms. This provides a setup to do some basic local testing of using an InferenceSession in a MAUI app.