I would like to go through the dataset constructor code in an ASP.NET project, how can I make sure that this: [Global :: System.Diagnostics.DebuggerNonUserCodeAttribute ()] is not included in the code that it generates?
You cannot prevent this. However, you can enable property transitions, methods marked with this attribute by disabling Just My Code.
→ node. , " ". , .
DataSet, .Designer.cs DebuggerNonUserCodeAttribute. , , , , - sed Windows..
:
C:\PathToSed\sed.exe -i "s/.*DebuggerNonUserCodeAttribute.*//g" $(ProjectDir)MyDataSet.Designer.cs
Source: https://habr.com/ru/post/1711278/More articles:Какой хороший проект/способ для того, чтобы разработчик С++ не успел вернуться к нему? - c++Display identical files with consecutive pages on a split screen Emacs - emacsКак сделать микро-шаблоны Resig совместимыми с XHTML? - javascriptУдаление нежелательных символов из текстового поля с помощью JQuery - javascriptWhy doesn't Java use the out parameter in its language syntax, but C #? - javaОбъясните небольшими словами, почему требуется IQueryable - .netDisplays controls based on the selected radio button - .netIs there an equivalent .htaccess file in file-based IIS6? (not config / plugin) - iisUsing "expect" to send password automatically - linuxКак заменить текст в документе PowerPoint (.ppt)? - placeholderAll Articles