You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SEC0032 reports on ProcessStartInfo objects creation. I need to pass exactly the arguments that were specified, and after reading the documentation for this error, I still did not understand what the fix should look like.
SEC0112 reports on FileStream, which used with temporary folder path, generated at runtime. I cannot have configuration with temporary file path, you know... And I don't understand what the error correction should look like.
The text was updated successfully, but these errors were encountered:
The link (https://github.com/flexxxxer/RamDrive.OsfMount/tree/b1e5edc3f69a25e369ae36adb2e769f6c5339907) is the version of the repository of my OSFMount ram-disk wrapper library, which is not built. Reason: SEC0112, SEC0032.
SEC0032 reports on
ProcessStartInfo
objects creation. I need to pass exactly the arguments that were specified, and after reading the documentation for this error, I still did not understand what the fix should look like.SEC0112 reports on FileStream, which used with temporary folder path, generated at runtime. I cannot have configuration with temporary file path, you know... And I don't understand what the error correction should look like.
The text was updated successfully, but these errors were encountered: