onnxruntime/csharp/test
Scott McKay e788b3d30e
Fix C# warnings. (#21913)
### Description
<!-- Describe your changes. -->
Update some testing dependencies.
Fix various warnings. Mainly around documentation (existing) and unit
test usage (mainly resulting from xunit update).

Invalid angle brackets for generics in documentation were changed to use
curly braces based on
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/
> To refer to generic identifiers in code reference (cref) elements, you
can use either the escape characters (for example, cref="List&lt;T&gt;")
or braces (cref="List{T}"). As a special case, the compiler parses the
braces as angle brackets to make the documentation comment less
cumbersome to the author when referring to generic identifiers.

### 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. -->
2024-09-03 10:08:29 +10:00
..
Microsoft.AI.MachineLearning.Tests Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
Microsoft.AI.MachineLearning.Tests.DotNet5_0
Microsoft.AI.MachineLearning.Tests.Uwp Fix Microsoft.AI.MachineLearning NuGet App failure with multiple binaries copied to same destination (#10076) 2021-12-21 12:34:03 -08:00
Microsoft.ML.OnnxRuntime.EndToEndTests Revert "Nuget .NET changes for Mac Catalyst (#19923)" (#20418) 2024-04-23 15:08:12 +08:00
Microsoft.ML.OnnxRuntime.EndToEndTests.Mobile Update to the net8 MAUI targets. Remove Xamarin. (#21062) 2024-06-19 16:20:58 +10:00
Microsoft.ML.OnnxRuntime.Tests.Common Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
Microsoft.ML.OnnxRuntime.Tests.Devices Update c# dependencies (#18995) 2024-01-04 10:41:28 -08:00
Microsoft.ML.OnnxRuntime.Tests.Droid Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00
Microsoft.ML.OnnxRuntime.Tests.iOS Update c# dependencies (#18995) 2024-01-04 10:41:28 -08:00
Microsoft.ML.OnnxRuntime.Tests.NetCoreApp Fix C# warnings. (#21913) 2024-09-03 10:08:29 +10:00