onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests.Common/Tensors
Scott McKay d1b2b35cd2
Various fixes to the CSharp setup (#15782)
### Description
<!-- Describe your changes. -->
Various fixes to the CSharp setup
- fix warnings
- fix invalid tests
- update test sdk nuget package
  - enables testing on linux
  - fixes issue with some unit tests not running in CI
- run unit tests in linux pipeline using dotnet

### 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. -->
Unit tests weren't breaking in CIs for both Windows and Linux builds and
should have been.
2023-05-05 14:27:30 +10:00
..
ArrayTensorExtensionsTests.cs C#: Avoid inefficient DenseTensor ctor in ToTensor extensions (#10240) 2022-01-19 07:43:44 +10:00
NativeMemory.cs Various fixes to the CSharp setup (#15782) 2023-05-05 14:27:30 +10:00
TensorArithmetic.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorArithmetic.tt Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorExtensions.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorOperations.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorOperations.tt Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorTemplate.ttinclude Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
TensorTests.cs Various fixes to the CSharp setup (#15782) 2023-05-05 14:27:30 +10:00
TensorTestsBase.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00