Allow users to run Python code from a string #861
Annotations
1 error and 6 warnings
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run conda-incubator/[email protected]
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
Build:
src/CSnakes.Runtime/PackageManagement/PipInstaller.cs#L46
Argument of type 'IReadOnlyDictionary<string, string>' cannot be used for parameter 'extraEnv' of type 'IReadOnlyDictionary<string, string?>' in 'void ProcessUtils.ExecuteProcess(string fileName, string arguments, string workingDirectory, string path, ILogger logger, IReadOnlyDictionary<string, string?>? extraEnv = null)' due to differences in the nullability of reference types.
|
Build:
src/CSnakes.Runtime/PackageManagement/PipInstaller.cs#L46
Argument of type 'IReadOnlyDictionary<string, string>' cannot be used for parameter 'extraEnv' of type 'IReadOnlyDictionary<string, string?>' in 'void ProcessUtils.ExecuteProcess(string fileName, string arguments, string workingDirectory, string path, ILogger logger, IReadOnlyDictionary<string, string?>? extraEnv = null)' due to differences in the nullability of reference types.
|
Build:
src/CSnakes.Runtime/PackageManagement/PipInstaller.cs#L46
Argument of type 'IReadOnlyDictionary<string, string>' cannot be used for parameter 'extraEnv' of type 'IReadOnlyDictionary<string, string?>' in 'void ProcessUtils.ExecuteProcess(string fileName, string arguments, string workingDirectory, string path, ILogger logger, IReadOnlyDictionary<string, string?>? extraEnv = null)' due to differences in the nullability of reference types.
|
Build:
src/CSnakes.Runtime/PackageManagement/PipInstaller.cs#L46
Argument of type 'IReadOnlyDictionary<string, string>' cannot be used for parameter 'extraEnv' of type 'IReadOnlyDictionary<string, string?>' in 'void ProcessUtils.ExecuteProcess(string fileName, string arguments, string workingDirectory, string path, ILogger logger, IReadOnlyDictionary<string, string?>? extraEnv = null)' due to differences in the nullability of reference types.
|
Loading