c# - How to add file writing feature while project is running in visual studio -
.net core , visual studio
how add file writing feature while project running ?
when run project, files read-only during project running.
i error.
- changes not allowed while code running
solved
i solved : have included test project ( unit nuget packages ).
and these features blocking writable when project running debug mode.
i unload test project , solved.
Comments
Post a Comment