onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests.NetCoreApp
Dmitri Smirnov 0e2087acff
Add extension method to compensate for Contains() absence (#13466)
### Description
The targeted framework does not contain `Contains(string, orginal)`. 
Add extension method to compensate in following the suggestion
[here](https://learn.microsoft.com/en-us/dotnet/api/system.string.contains?view=net-7.0).


### Motivation and Context
Packaging pipeline fails.
2022-10-27 10:00:47 -07:00
..
InferenceTest.netcore.cs Add extension method to compensate for Contains() absence (#13466) 2022-10-27 10:00:47 -07:00
Microsoft.ML.OnnxRuntime.Tests.NetCoreApp.csproj Csharp bindings for on-device training APIs (#12404) 2022-09-02 13:13:48 -07:00