Error CS0619: 'AccessRights.FileSystem' is obsolete (NET 6.0)
Created at 07 Jan 2023, 17:51
OP
Error CS0619: 'AccessRights.FileSystem' is obsolete (NET 6.0)
07 Jan 2023, 17:51
How can convert my script that writes in the filesystem, to support NET 6.0 framework?
Since the change to .NET 6.0 I'm getting the following error:
Error CS0619: 'AccessRights.FileSystem' is obsolete: 'The access right is not supported in .NET 6.0 and higher'
Thank you.
firemyst
09 Jan 2023, 03:50 ( Updated at: 21 Dec 2023, 09:23 )
RE:
opusensemble said:
By giving the bot "AccessRights.FullAccess" ? Start with the most permissions and work your way backwards :-)
@firemyst