From c54174bba76e077b1c0eb964b53d536369d266e1 Mon Sep 17 00:00:00 2001 From: Maciej Zagozda Date: Fri, 13 Feb 2026 12:25:37 +0100 Subject: [PATCH 1/4] chore: save pending changes before .NET 10 upgrade --- WindowAnalyser/appsettings.json | 400 ++++++++++++++++++++++++++++++-- windowlogger.xlsx | Bin 0 -> 20594 bytes 2 files changed, 385 insertions(+), 15 deletions(-) create mode 100644 windowlogger.xlsx diff --git a/WindowAnalyser/appsettings.json b/WindowAnalyser/appsettings.json index 8275b18..946ec55 100644 --- a/WindowAnalyser/appsettings.json +++ b/WindowAnalyser/appsettings.json @@ -1,40 +1,410 @@ { "applications": [ { - "name": "Browser", - "include": [ "Firefox" ], - "exclude": [ "taskbeat" ] + "name": "KVM Siemens", + "include": [ "chrome.exe", "KVM:S" ], + "exclude": [] + }, + { + "name": "KVM HSBC", + "include": [ "chrome.exe", "KVM:H" ], + "exclude": [] + }, + { + "name": "KVM Abena", + "include": [ "chrome.exe", "KVM:A" ], + "exclude": [] + }, + { + "name": "Visual Studio", + "include": [ "Visual Studio", "devenv.exe" ], + "exclude": [] + }, + { + "name": "Visual Studio Code", + "include": [ "code.exe" ], + "exclude": [] + }, + { + "name": "Terminal", + "include": [ "WindowsTerminal.exe" ], + "exclude": [] }, { "name": "TaskBeat", - "include": [ "Firefox", "taskbeat" ], + "include": [ "chrome.exe", "TaskBeat" ], + "exclude": [] + }, + { + "name": "TickTick", + "include": [ "ticktick", "ticktick.exe" ], + "exclude": [] + }, + { + "name": "Google AI Studio", + "include": [ "chrome.exe", "Google AI Studio" ], + "exclude": [] + }, + { + "name": "Microsoft Teams", + "include": [ "chrome.exe", "Microsoft Teams" ], + "exclude": [] + }, + { + "name": "Microsoft Teams", + "include": [ "teams.exe" ], + "exclude": [] + }, + { + "name": "Microsoft Teams", + "include": [ "ms-teams.exe" ], + "exclude": [] + }, + { + "name": "Microsoft Word", + "include": [ "winword.exe" ], + "exclude": [] + }, + { + "name": "LinkedIn Sales Navigator", + "include": [ "chrome.exe", "Sales Navigator" ], + "exclude": [] + }, + { + "name": "LinkedIn", + "include": [ "chrome.exe", "LinkedIn" ], + "exclude": [ "Sales Navigator" ] + }, + { + "name": "Signal", + "include": [ "Signal.exe" ], + "exclude": [] + }, + { + "name": "Whatsapp", + "include": [ "Whatsapp" ], + "exclude": [] + }, + { + "name": "emClient", + "include": [ "MailClient.exe" ], + "exclude": [] + }, + { + "name": "Obsidian", + "include": [ "Obsidian.exe" ], + "exclude": [] + }, + { + "name": "Directory Opus", + "include": [ "dopus.exe" ], + "exclude": [] + }, + { + "name": "Open Salamnder", + "include": [ "salamand.exe" ], + "exclude": [] + }, + { + "name": "Windows Explorer", + "include": [ "explorer.exe" ], + "exclude": [] + }, + { + "name": "GIT Fork", + "include": [ "fork.exe" ], + "exclude": [] + }, + { + "name": "PDF Tools", + "include": [ "NitroPDF.exe" ], + "exclude": [] + }, + { + "name": "PDF Tools", + "include": [ "PDFXEdit.exe" ], + "exclude": [] + }, + { + "name": "PDF Tools", + "include": [ "FineReader.exe" ], + "exclude": [] + }, + { + "name": "PDF Tools", + "include": [ "FineReaderOCR.exe" ], + "exclude": [] + }, + { + "name": "JDownloader", + "include": [ "JDownloader2.exe" ], + "exclude": [] + }, + { + "name": "SmartSign", + "include": [ "proCertum SmartSign" ], + "exclude": [] + }, + { + "name": "Subtitle Edit", + "include": [ "SubtitleEdit.exe" ], "exclude": [] }, { - "name": "Notepad - MyTask", - "include": [ "Notepad", "MyTask.txt" ], + "name": "Everything Search", + "include": [ "Everything.exe" ], "exclude": [] }, { - "name": "Notepad", - "include": [ "Notepad" ], - "exclude": [ "MyTask.txt" ] + "name": "Allegro", + "include": [ "chrome.exe", "Allegro" ], + "exclude": [] + }, + { + "name": "Frisco", + "include": [ "chrome.exe", "Frisco" ], + "exclude": [] + }, + { + "name": "Cookidoo", + "include": [ "chrome.exe", "Cookidoo" ], + "exclude": [] + }, + { + "name": "Google Maps", + "include": [ "chrome.exe", "Google Maps" ], + "exclude": [] + }, + { + "name": "Biznes.gov.pl", + "include": [ "chrome.exe", "Biznes.gov.pl" ], + "exclude": [] + }, + { + "name": "YouTube", + "include": [ "chrome.exe", "YouTube" ], + "exclude": [] + }, + { + "name": "FastStone Viewer", + "include": [ "FastStoneViewer.exe" ], + "exclude": [] + }, + { + "name": "ChatGPT", + "include": [ "ChatGPT.exe" ], + "exclude": [] + }, + { + "name": "SoundType AI", + "include": [ "chrome.exe", "SoundType AI" ], + "exclude": [] + }, + { + "name": "NotebookLM", + "include": [ "chrome.exe", "NotebookLM" ], + "exclude": [] + }, + { + "name": "Docker Desktop", + "include": [ "Docker Desktop.exe" ], + "exclude": [] + }, + { + "name": "DBeaver", + "include": [ "dbeaver.exe" ], + "exclude": [] + }, + { + "name": "Azure DevOps", + "include": [ "chrome.exe", "dev.azure.com" ], + "exclude": [] + }, + { + "name": "GitHub", + "include": [ "chrome.exe", "GitHub" ], + "exclude": [ "ChatGPT" ] + }, + { + "name": "OBS Studio", + "include": [ "obs64.exe" ], + "exclude": [] + }, + { + "name": "PotPlayer", + "include": [ "PotPlayer" ], + "exclude": [] + }, + { + "name": "NordPass", + "include": [ "NordPass.exe" ], + "exclude": [] + }, + { + "name": "Ditto", + "include": [ "Ditto.exe" ], + "exclude": [] + }, + { + "name": "FastStone Capture", + "include": [ "FSCapture.exe" ], + "exclude": [] + }, + { + "name": "Firefox", + "include": [ "firefox.exe" ], + "exclude": [] + }, + { + "name": "WordPress", + "include": [ "chrome.exe", "WordPress" ], + "exclude": [] + }, + { + "name": "Facebook", + "include": [ "chrome.exe", "Facebook" ], + "exclude": [] + }, + { + "name": "PiKVM", + "include": [ "chrome.exe", "pikvm" ], + "exclude": [] + }, + { + "name": "Walutomat", + "include": [ "chrome.exe", "Walutomat" ], + "exclude": [] + }, + { + "name": "Alior Bank", + "include": [ "chrome.exe", "Alior" ], + "exclude": [] + }, + { + "name": "Ceneo", + "include": [ "chrome.exe", "Ceneo" ], + "exclude": [] + }, + { + "name": "Browser - Other", + "include": [ "chrome.exe" ], + "exclude": [] + }, + { + "name": "Browser - Firefox", + "include": [ "firefox.exe" ], + "exclude": [] } ], "exclusions": [ { - "include": [ "Firefox", "ebay", "cart" ] + "include": [ "Backroom Casting Couch" ] } ], "categories": [ { - "name": "Productivity", - "includeApplications": [ "Notepad", "TaskBeat" ], - "excludeApplications": [ "Notepad - MyTask" ] + "name": "Abena", + "includeApplications": [ "KVM Abena" ], + "excludeApplications": [] + }, + { + "name": "HSBC", + "includeApplications": [ "KVM HSBC" ], + "excludeApplications": [] + }, + { + "name": "Siemens", + "includeApplications": [ "KVM Siemens" ], + "excludeApplications": [] + }, + { + "name": "Development", + "includeApplications": [ "Visual Studio", "Visual Studio Code", "Terminal", "GIT Fork", "Docker Desktop", "DBeaver", "Azure DevOps", "GitHub" ], + "excludeApplications": [] + }, + { + "name": "Work Management", + "includeApplications": [ "TaskBeat", "Microsoft Teams", "TickTick" ], + "excludeApplications": [] + }, + { + "name": "Document Management", + "includeApplications": [ "Obsidian", "Microsoft Word", "Google AI Studio", "PDF Tools", "SmartSign" ], + "excludeApplications": [] + }, + { + "name": "Photo management", + "includeApplications": [ "FastStone Viewer" ], + "excludeApplications": [] + }, + { + "name": "Sales & Business", + "includeApplications": [ "Biznes.gov.pl" ], + "excludeApplications": [] + }, + { + "name": "Communication", + "includeApplications": [ "Signal", "Whatsapp", "Microsoft Teams", "LinkedIn", "LinkedIn Sales Navigator", "emClient" ], + "excludeApplications": [] + }, + { + "name": "File Management", + "includeApplications": [ "Directory Opus", "Windows Explorer", "Everything Search", "Open Salamnder", "JDownloader"], + "excludeApplications": [] + }, + { + "name": "Shopping", + "includeApplications": [ "Allegro", "Frisco" ], + "excludeApplications": [] + }, + { + "name": "Entertainment", + "includeApplications": [ "YouTube", "Subtitle Edit" ], + "excludeApplications": [] + }, + { + "name": "Personal", + "includeApplications": [ "Cookidoo", "Google Maps" ], + "excludeApplications": [] + }, + { + "name": "AI Tools", + "includeApplications": [ "ChatGPT", "Google AI Studio", "SoundType AI", "NotebookLM" ], + "excludeApplications": [] + }, + { + "name": "Video Production", + "includeApplications": [ "OBS Studio", "PotPlayer" ], + "excludeApplications": [] + }, + { + "name": "Infrastructure", + "includeApplications": [ "Docker Desktop", "DBeaver" ], + "excludeApplications": [] + }, + { + "name": "Security", + "includeApplications": [ "NordPass" ], + "excludeApplications": [] + }, + { + "name": "Social Media", + "includeApplications": [ "Facebook" ], + "excludeApplications": [] + }, + { + "name": "Content Management", + "includeApplications": [ "WordPress" ], + "excludeApplications": [] + }, + { + "name": "Finance", + "includeApplications": [ "Walutomat", "Alior Bank" ], + "excludeApplications": [] }, { - "name": "MyTask", - "includeApplications": [ "Notepad - MyTask" ], + "name": "Utilities", + "includeApplications": [ "Ditto", "FastStone Capture" ], "excludeApplications": [] } ] diff --git a/windowlogger.xlsx b/windowlogger.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..5e0db1c7a2d8fddc54e034b6a6a17920cc593d0e GIT binary patch literal 20594 zcmeFZWmFx{moAJ2_k(M24esvl7Tn$4-Q8V+yF;+x?(XgofvIRtdAR) zO@9H^aIy@tKy@sb_v@a2?8Q<=3GtYpIm&+U@s!wlw^uwhMkGjKm`lgO_Q$o>MlYH#neNJx*bFSH5iq!zM6z&TtHsHty?kF`csT`QXRm48pN>(u$e!$1}UFgIgfC-{La#W+vop)qre9sw0Y>!FFxrppPKvQP~dDDt*FAWU;U zk5@FS>XqW`Ac7y#!q3dvggotX!-@HdnwW64E4vWfi<#-C#sAjent6_Ck^kMK95%i= zeUT*qJ_m}Z9t^r^YAt;C#(Uo8? zTgRG^{;5Q{`^`%Js18iSVAgOp;VW>0eSCm}DEuccZBk_*`3*cH19U<-pqJ`7npiv0 z)BQRAuXp|rcFF%>dR3yVd_Mzx=%vJK*vP};W<0Wxw40zrJCTa7zvKo|Q%oT#?q)Xy z9dMx#eCg3`60!Mfk$U85y017efMUE*4Bm_Y%^_KhEyKqe&_yBT^XkyL z7WTYfNz++=%c&(N2>jukGG}uc=p#;sW~(*cBi2NBPdKW|=A0IFhTj~yh&}X-t$S`o zvbq6p-e2UhN0f+JP#>A5#fQoA?))^rvs{nocnq+^^jD5tjRr;$mTdtO)_--91-o@v zN^lU6ekc$SBp@^H*7R<6j#h?tc2#02Le`3;BmZh8b3lYGU7D^@Tp zUI(#JEsEQ7vmSTYD$;k#4tgMRp_R-{FW>!^@|%BTY}@FmRzLR5f(5Eb)soErzz4ay z{rG5acQvy3cTFN4vB!IoafuR@7?t8PlVPS9_y)Lg)kzkN#sTIhX@kXcH(p$={?6=U z)PQG;5SJtd7roPs4v0*w;!G(y7JRrG!9W*@+!U<{UO9+x+_wThSaPats(6fG7!nxp z1{J3QfXaxo|8TD%-Jl(gWmBse59%om%CO4PP}E42!eZh+ z$qnHTvi#BTPgLdRU#G)PK<}AWESze{0*_Y@V1GHue#_I$izwrpV5SV)=e<&Zoa(T_c3k)s%UipcaX(xQx6E(j;ahuoFSZ#K!R-;CUql!jh{jbOqMrxV3a-kp`7FrR zjy{YCi_tmf-h5hVaskzEdp-zZt+|C?Xmv-8ZB!tu3JKkNzJk2yYUd``tDPqL!z@8= z2c0l;+xCLn!~raMQ@7hpF5DTR3Dj5ELP;^RZ;`1VS4u5Nc~vJs%R{__2gOLiik38J zDrW47X&!5|=P{vigfW2CE&7JX#9&bc*DLSv{Gm0>%hp5WYxF$yn^DX1$~pc;O~WGT zibcm3RdI7v^}SInrN~;{FLy#Vs_8W(Wz*PS!R8I5k(qSJiNDvpeSSRxFhm!;e_z!} zKCO@b9DtD{r`Wv6SQPlEqbalOU$kPqkKK3=C@j%}MsW`-q3@kkpnpkedU;3u0Opqe z>Qn(*t)p;2cQb$h0l@)*1_e6RKgs7my4JrXB2ZwN2*m!+{&ghxTK)~hL7hRfJ`Rbl zn^-QMR6)8e7oai)1Njm7v@Tj(zT|bT0f{<7bdZvdAN-`N>zi)t;qt##xGO(L7$TcH zeO+i)x^nRLafcMFvdPCaQxuGYXg_@vX7A2On|0NMZ-F}5S1E3XwD>F&PPa@ zds1_P_95fW$#o84irJ6(?Z^5V*CJ9lzlSgqJ=|#f)A2`>j>Zz_g^sW7>hwHucXq-DKaECwfivL0PNmbDdqQmBGQ%Ag z1Oy9+_*Z;(GB+`CcB23LkMU2S&Q4m7TxUQIy@d0D%70OB-nRw-%%~8g9|{yaJJb#w zXo)pyin1wv9%2vhFu><#O;4OT)%I6+no(HfqeU%?}TpCc_}@VZ7%4PmQKL+on^@K;<{Fcd0A`6 z1%58_(Bip=B@G`Ry0|mUAX5xh9jAVA<_XkL&>`-rUG4rtW`2(#`^dHNT)gim0SZld z5x*EEnP&3z>6ChxlKKM?P3vc zToU?3pIj)UuHw_W(il0Wnr}$VHndl3PoKl8Bh6{#yR7^&^aCyJi3{iY`|Kdk)aX}f zoN}HO`jR0!(o1l$Ggq7xZfX^hx< zud(%t1!=e-NHKLUb^w$i2ViC&)1Q?fKwTBxpS;z)A`4@&muIf3Z?-4inMYhs6`Li< z-60G@$DUguDD2%8xv=HIzG8(SYe%H+(hThGhY@LLyfha)aY&XnS}?x*W7WHC{oD>B z`!+&`nuS5)u#M#U>aBM@+$G|-A^+~-nTtvw8$IxbmLaPbV_ZM-@pq2=J!GdF*zSKu z3$8^y1c9*6UQxxdXzY?m7WwslQj=M>+4+WpYP1DEF!-jL5-`;hgw)aAr9;G zM%dkrL0Bu@sIC2hw_W>YM}K;_SF1rNPk-#UdFc70V_P>(Q}xcVo160-iQ-=8In?T7 zdAf6}n(v`~@g$$4u1{i6UQNCHr@G>&!HO3A4y}{7^W`URkB9ef!}f2+(X0ddq6mzT zAz2X0cF7j|gc4{`)oVrbDr7Xf15AA!6?&E6G|k8c3Xjk~RMDZih!iGU{)08^Fe|=Zm&j5mEW*d;ib#A*GX%2H9Yz8X}L;ZIjFB~>;5jVdEd40Y(-~f zYl7Be`O>4a4ouotp%vmzlU1G0pN#??_*EBUmE)a9NVxOC&-h7M&}4dA)mj_-k>e;cq(i9+n!fhKux<@rJVXbFb_`3{sz_sYwd&9$ts{s| zutggOEqDBpYj2go?ztI+zjTPR(pW+E@YZ8v4b2wu9ObYc@RHw%X|!6ph@o7O&K6+e{X)u;EYjuAiuxJ;T0JEDf%ry~yms(KK}dMZ=tgsJ zYyY0&7V+TieHqpl1vj|P1i=R4iB1e77=>IdFT6Ju+xl85ZDs~`q=m5)rVknEG6M;{ zIlNc*%QPXJiI;@=h}VRAA$5iK=uX*>gVGveXf0oKE$WPuG$*VhzFMu07lHOE?ayZ$ z5A~PO(0OF(zC>XL-tez16z17aQyiFsYypN99~Nj~28o~$VMINauRAYrQ~c)Uc!o(XF%yOMJD=M^!~PiPW#c0+jQYy{(4`IgM(8NEzKk$FyVb#=@oQ5?Kd8Z1TFw-NKoUik zYa3~mrMLf%iAqzoPp55;1-~(mYXADa?sy`jK@-G)dznxo_%58M98A?8PJrZD58Q6! zL+Ig*8YGeb?@<5mHSxw}-k>M&CRQcgf16I2{&PBcK@@tZw?4Msqm}NT>!eJc>u(~C zGeQ}4Bs&y2X?H8aV?%~Eh^bEaGRgkoF4lP5sb&nfBsrhTBCRBqhhCC+UQxvF*Ktpt z%rU(lNi#1biL~?c_Vr}m+U#tN^-nf&A+zbYgau|30bn*k)YLAIS=`vK)L~rK*im)< zlTEk`Gsja2U_yL?4Ss3Ds$swTrp_$tEbkY|?q++4mC>MH-k*M1a`@ z&8~7uy-Owife+VS@E+q5FZZ2O=G7MPnV_-pAIUn%beps)4GZ);$!SUG}A!J zKPS*c3qi+?~@v2SK}zh(%5a>b710LztFUfGqh-j)8~;!)PEI4(IMn&B>b@lHDE;5 zJXG5)%dxAK9d2k}07ao5D5s4!8_~a|zVYF>fzu*~=_)^}L_YPW*SGAyq|*&$?Nx=S{-Lths$<9fV%MJVb{Q>_4Mk9mn}YZnL539(MeK19-Bdj2PAqkOpnE8Sr`d-(xHAAK0!TB^0+sh6 zl=M4O4|4;kDGXbg5goRM@=aleb_*ov+yM-YW7j8gdJhssbMrZL10J|xL1aJsL=&`s zP5?;v)nmnJPr}w*znmm3;D!mz>Vuh#8n*YJV+M{sO8r`A!=ou8{oEKD-7QgY?V4T| zDnR!s>6&Iv^k#*efTC&R$#D1SS&_xKBk#;WDhhQ}!8_WcSEU_`eFUz#4`zMfXA$J^ zju0mmj-!lzE4zEz5gEo;YWupLlNhkL+0*4cD;QX-k^98%W@aerYtlR$oBb?k8*~vP zi+uBuN7TL`&Y2-;iS;#J2=%QMcXAsCaa!DIoQ6))Gkpfv!W4++d>&ezuiPuLBFz)) zdo{Y+tEP^+t7@JQa4K8S;6Y2uu=SyR3Uke7SQLeO=#06WH9|&k99wlc zFsJoGvNU7u5!UpK>$vg^@mMvh7nuy%3-)G)Un>OtHWGyfugTneJ732#f@3;(XcJw*A(kyqkxA4mWh;puAl~~ke%p@x$O4U#;xfuCG z^OWL$kb_aMihxKHiVCAp!ko6^k4w`MmGL66qO36LfT!|BhFa6ZM48Bc>o#x)*x@&_ z%#1Iw+1)ag!!fv@N9|JSS$g@}0nX5F5;50p>~%}_Lac)-bvM?bxI=oKeQe$OJTg|J zc=2`h?a8pZB6=ke!qNyZ_am22!#XCcxp_sxuc;EKS8inC{}@d#D;gBWE^WHb+ZjD3 z)@tbmaO@1!u3AS!Sf$I&!Y5{@uixNp^0D)ZJ6b;ScggDB71iY9#5~ux#2o4v2t9vb zTBeDcQ}3g~F}6*eFhz8?Ht1Ngl_k{1=^7?a>vaU7CpuB_`%< zKY`V6yFuK|dfqKcg(@62RGE#ZNo?XJ!>nsH^fEVePzpL%kEX`?&MSQ+9P{-SdcO$` zR+jdUjq*VSMC)W$QD)7YZ?~wU>~C5E=3qelt~v-64ilcIR#nk0>N31tfxUj;{cl;9 zEFgm+4aV-0CwG~tdLdcgvVv}kG5=gIZaTfBs0v?6bVgmt6!M>tkd|>SaRo&EgUU?K zKRw=?cr5yC6zrpl0}F^MKgrEn`Y4b~D*NH4*LcyQq9JH}v5!zY4VwE!9uEn5LLgXS zK4K{-_Fa=OS#5iL46-<-*m%{}eQW!TCI(rbXOeFiNjT&f+=- zS{vNvTdnAh!&}nm_TSk4_aO7{)e5xNXL4g&MjQa)Yd8!(Euz$r0ARnneN^CO=KlNf z@4mx>tEw1qY1*CQTHUopO1CwxjH!-l(<-cqr@!*>*6cHu3b(e6mM zxpN?k*TCs6cJzeIg#AXxwH>$0)Z4#p5{T3gQ29OPLflZGEzz{SvwQAW$)lIEW^X_Bdt;r6y|F&LX{-<8qjN1Q< z+_Q~z?}xmNJ1O2RG=G>!+io}PKsddWE{4New%Uvb%nIi77lQf82oXlv8QT*-TRr(I z5If;ci)PW~0FenZ8w*O8)UUV0iNO|mhFhC zMynl4u3_RwIf1L+G-FAu?nK*DKjO7?o28bLM<|-Z6BP7f{ZkcXbo{#JP@Oi#=NpqD?^V{mu ztNFMqUgv#F`_b}1@AuB-r@h7B<>$M}I&IVK#oH-=MhMU@(T1X1{&=}<;_Q6&=I!j5 z9vBg+h_I76$mC$2#kqD|WP8AK$lY1<@kb)SUJZH`k}3U`>tsvtvE#whH|aEgl4MRo z!Psk$`p`t>Cr(1*jta+^BjRbh3vxWXTY3LhRngR~OS4{^1p|5hV!81hTkt%j)q=h3 zjiaMxQ~Wyx)_1Sgtv^D_?bKsmzp8h5`}1XIr;i(zD1MPC!@ynI9c6K`D_V>_SB%#C z#j>u62b4n?NE2inY{A2jR;p6)DreTJ93+%u7)Z0nkpvWH-Ej0{OLcBSk|_ZElz3|o zw%~C{dXB-PHiFghf=CgZj@BiW@H|RDFXESx$QB=&oVH(H>4tX)b?5o9Mx1*e;q+k{ zgS)BD&BE?``Of4hV%DXG_JgON$vdJ}h0yXrnwi!NiD;B zRp32^0oNGjVOImfgE9qS=`w?P9LDi<*OuOgC8&|cs4xRk)R2Rxa%`ks`N>qtV?zB1 z;9BKaXth?7{5q>d9nxg~rYLfG)c6`B`CVDd5pM%wCNrtWV>o z=BxiM8vJ>{FZ;w+{5}9u2(uFh5|&(VygR-eM(xm@4%zU1Hr^Dt4Hx?vmjQ(&?xdx+ zC=c4y#4e9M$0uQ$t{-U~I{U8Bmr5`x%ubw0>VKN5PCaLNH9viGq0Gu?^ysmM4Xtv) zIBwdSnZUC&&ENG6oJ51yI3=H2!VSz2?xkf>H)8lCyyW@8p=GzCeWdUO4q-`Mx;MV5 zX4krtD1{SfV-RbJ5`%H|Lww_1D1s^OFXMcxQxaDt26Gz;pR87mT6negaW=G3AWrNL zjs&QQ(ioT8IKLMMjtZ+`=~H$!`$2sSZ|ETp!3pPCC{(>FK|a%iN0)DpIH$OEq5jCfiL5>NJqCc7s!p~w?`f`uq14<8g8G<1BCFaM zw(Um5ruxI21C(`2tcLqF^IP6i1zauP2G9Sm#qbZfruvyXUQ$*panSr`BI;P0pu3k+ z1w8I+-J9LRu~%3rp4<@Gc6@P5yD}rp3Zs07CdN3hg2nqA^V`lS(&XXT`LwIv3ChoN z_s>B6=PO!LTihjKEzP&04ZEVnm?LsXOUtg5@%T_oyFtT>0^iqkiEO%B*7Aj1wMQ28 zi9d;~=@Q#?mEubo4@bx#uqg=?owLpzd9CG(xo!Xfq<;XUe*lrj!wE77YJUK#b4T23 zK4pm^p)am|Qn1iX2#ReQ*i{##e`I1d8^W;R-#dAWCLh$eRYt$%=9L7epdnj$rF?(- z=3186Sw`9g!2hF{?2q0GV|wZgdt54@1=JQm3lzw_Y7YFhTzh-uZnKDPaNBlKtOz5G z^RICwyMsu#bo!>NUGd60cd`FU6>-<;KK~HwkXZA+#DNiQz)X-?aRp6i#+1yuvo0r#jf(pqC*=Mv?gP2)&UwO3becuKl0!+ zaYp_5zZ%UWiaH`EO#DZ!oZ%9t6EXf0>rp@(zY8be4X800tphFEQu|At6rv$bMtves zfgR01CPCGwO#H5FgHLGwD*1ve52Qsf_# zRvk_0)gsfo_%J_U|M$Y9fl5L~{!W%wYI=f3ZA4O*re2k4hM8SeiE>P4+TTg)22OuZ z@`;S>sqHg?f})tEp_C;`a#Cup9@s9(-Rb)3&$MGq6HK$BlGK$y&qx02z44mkY2s-_ z5D;I-|F$?_`KLILwgVOi{+Bf8egYdtS0omOgXL;`jz>etl$puTwx zwIRuJ(^Y5SseUMI-2Fmr)|?|h`aVt`WduqL@&K7(yYsi9U&l53V8W{6(PcyYiVmk) zvJ4wEhY+7>2B&;73uof3jG7JhVen@2r0ARpjfDBMRH8x=a{L(E^@MCSkv8>6m7!U( zoizvvg7;?(L8NYe0*eE@KgEIDC(YpV!i`a2aZo79I4K+-jx>dPXQz#nkbRz4H;Z^M zYU}E@2v&jlMIaW#o~qWJQp_j5&{qt=r8g1vdf{nZhsztlGsxC$DQT$q&%^7#vmiM~ zCw7AaHMrLBH>h#KGvRM6^>G*Eek=W4Q_T6HiHq~EqUDrKBoe0277Xyk)Lf!BfYC9} zkH_Wd-0m))kGr?=m)wu{m-*c8?zR?r!jGr-;o)n&ZdtqB_tT+Ee&3hlkFK}Z$LrfT zz3%S2O@>Y%kB{qx_kAkFG&}^t;g7e|DBS0VX+NO&b$`y=1SiePwO|x|TVdB}5FA}t z#hY(JG;C|{iYgUxFsGYo(&zFjZB3CGCX9aYw)W@S#$*&jI&7$|Mq7LD-UXFyn^C6X z0TSz8zn>S?w~M8&tYy9@ikuR|WrT;#2A)`qQhA4Qs`(L~0x>Qhs&8^>O}96kvg=4r zJW=A)^ACNct%ord1Ax{-F;6e5z?L?rIjyw|E82QQl$OR&-c;X? z$hRlwwAZ%Wtnxp;U^oF4~axOIYD>@%W?!F#&Z2G6E7>_fz<$=+Y zQZS4;CwZB(J&MyL3Hn2hUdx#tQDxTPqw)sR6w5>BG$%Og+@mx~w0sVp`211-uT8Rs zi=UoRZF#nBg#|AeT<0hWzcI?jj026Gm)g6aF60$3zf4iFmq!dzM8LwRTB|mRbLX)39M#A2BdoI_ZPLvl*lhY` zqX9>QwqPu>0Y@VS26JxY1;AE_F!RxS`{$&n2MoojocXCUDTIuDDMEZ+9Dqd#mwCe7 zOhqQ#2#9wjN9^`5IRekRI~OF7Jm>etd=_B%r9}ATIAk#Zlt)jRzR0*8uMCPENY_^8`E*cz` z-k9Yc1V9X`d;~OJi9K`Cl_MfE;uoN{-|m({W*>u~erV4Mq@8``fn4XW5}hDmG$ zFtn@82{Fs@2mskcxd>>~^u(wzL2@zkgJ}ph-A1*35y0=>drKf!y3y^Tb^Rn(wM8?* zz%z#ZB8jwa#DQof=EAA0hT$|}A&YEwff;$Wh=sxKGX`F}44$0Q-$U{p^L|>a47!+oa=9!+0*V1yb z%ueRz;}U0@l#=4CQWYMsaEz3bSnV!P7}U7HJvMzHb4Tw2U&qW}fCLanC z>D>1`;Aid419OdD)ay^e3$Tas?tN7|mRCh*^~c0g=qwF$1smi0MI6I7BA}Jh=@&q{ zhmgO*UWRcH2Fsi=o3DgLkdK0iKp;A03Wf!`N+HUAXErwvi!gmk6a^Yxip`11YZxx} zFL7iZp&_XxH{;ZazUEDY2>c=v(Ip%ezU&pyAQBJ=U(+W|N#fCDv52Xx0W_?s^svm!!*n`a3SY4*@UD6Qj?l$@~keb%oGtX|~sIILI$BIzCX zs0z_e_w-1s;|yi-ya4bR97scA4@U38u z%P2gP7cef9$xBNf=p#W4=EXVA(T0I7yl|E=Vlo#G#NM32q6F|dJVTzDoQHIo^`%M% zeUTy6vvvCePSyWsER8ZarUnI~U0kRrE93cOoZK#Qr;H-!yDW<1MH=0}GX&#g#C2)P zQQAh)D3%v8GfWnFArTmo*&+}ZH%-{~rTVF(1GIvh*%;6(Bgzp#>MtBkLET`DGh{|k z7i8T=SUIYYV^+E%9=J-K8A?G?S0R9CreTp$c7v&)K@n1AOtR(m3h%7R^`|_}EPt}H ztoxC~Nn(#^5#T86NQWP$1ert2;At9R)B}H5AeBRwK%hczL>RHgcT{!8^8jimaC8j{ zROiT10y?w5GI+r1X2^D+E=(SvlxZB!QAR-A4=_az)MFLgTW7kPEM36@suS6OBu0E8 zt4nLbB#`?z4Yr;D;N^e{>IGhoIy10T4RBhS?^0`|#B~&GNe5n@@QPj>vI9(3Y8vV0 zDc>bU^lRO1k1{dQMwqhVfuk0N(}>jAh4Z#CjbLv#b$Nu$1=GX;e1~uuCje9vvvQ-1 zo{38K>TXTFY#9co=Gm^1%p`hq-xxEY!kn4R5F@4yoYLUiF``H-uy+#G3v`nN^x#k= zHqH;8S}n=6HkjLoM5v8sia=~}#AYgzpJs=n#SAZ)aHx z9T{cDi+D0b#Po43mw$-$$W{mT=e{nZj=E6&6cgT2)msNh_>DmpEe#ukon}o=_lFu0 z#9VLsM{jaT(kr$7M0cMrcI0%cEXRuBBNTd?-5m+MpX=|i_Gdb%*xc9vX%H^VcF^=) zY1%@>f?Jl_K>df417umD(%~cHI;A<`Jz6o+dv~mVb!ZET`~iyWR1f{bPntCj9TD** zX&N$$d!>V9N7vE6wdHOb1IE(-jH8#Py71f`)5|-8V3kQRxT=W8d~(Nb zPdoud**8lvQ!2XOGI<Y8wj=fn_aI%0# zow5$}sccE&8Bsf{2c>cgE#|{$Y1i&zR0NLZl+PF-=v+XnhLO8FbcX7d!Irp}2!*lw zw~?seXCe>X;e_T>r~k}=#b07LidAqi2g6>rk_avLRx0@IefU>l#$SbIK!w;PH;B@! z&Fuac65h=-3^Da8wKZz=iXL$(*6Zkc+PX1cvv(+)B858HN(@xp6D-2VyvlAXsF$=% zGCS1h`Th5!Q#@UYJu@OzNW@AKHhg?LD9~q0S!x%x9L(?kDCZwxz&@z&DCzE-7`b-XfdDl+3fL7PT(fYC>@M9$ODsf;du z%th4j&?^gS^xZCTdKe*A$^b5vvyg;iw1R}u=i}$vb$zj)Mu>*`@YFKM>1VV&rEFvh zE2pL5ehbN36#SLa>}cUxSj!aB%t)(j^>cTXh}bP$tqS$CG(UHU%hHKHQI^~^5cf=} zTqPfgx*tj?n@^fWDIBV8BdMZ$;w$2JVJ-BQM~dz&0{=Gu{=MJ-kBi`w z60%lP;07^e;07@OuwUQ?F=ulV8(%uGAr`KsKO5DC|H=Q&Yv7 z0`eIX-}=kL{_C`T=nv0x!Lb=4l*F4VbQSuqU?L6i;w({Gy*a*@bDsW1eHy{o(-Ji4 z$k^KJ-XEQn?!siGWYG6!j^HhUBIVvjCZeHr(T67AlHj)x+9c`&#ZhWSzz9J%ldG%L zsAE#l=4l16uXn#W7H7jQIJe!DmyiA$L^!M zKpC3CPhHz{Y+b~rLF};tOVm=CCN=Fk*S^is2AnO6uH{H|Dmh(~JzK#sv9F)Ic4~|m zM&QK1X=?St6q_8xRp>Kk(-g1@yZ8Kb zhiyEv8jIP5cy%WQnp^l8$8@$>1Ky(~bx&&geZHn7X-zzI&Kz}tp~y(7m5o*3s#AI_#6Q&+uwzi zuf_*TnOoQDCogmsjwVX)*f^aN;*rxmf-eC_>DOEYG}+G*_YPxYklhigdw?5#;y$Jt z8gzFq^5{Zak)q${ZC?bo6X)&p%f9NiTsBDlA`U4aA)L%gzh!dFisOQjbE=(Sksez? zI)D~JE99;5zS6lc4floQ-?1)lzf{_5efce9A2t*#aSJkQH&jrzCif<5asR_`f>LGQ zZP4A5%cghsKsq7^K<18pp{MTNa?P<$f_xeUHQoN>rRDmLWs7D+rs(fDOBB<#f}No05!ibxo;;C3agt24lr4@-id(klN^%ylWa)_I@9pY1QJ!Q9>!_QV~xAf(HUq)%zkp% z)fQl8Ce5yg=jp1|D$6*n8A``xY|7Z)tz|g0Q&liJ(1BZ@sy6&lbjA@IVN6Nq zTw9!O7rtcPh5V2p=O7M=`@R*$SAjzzYh;2WMnHJNd5K1t(#p!Z+Op${L6Ne$m|BZfvB7IfGfI86Ezmmnq z=63AMl;~UveI5K%jZrE^D`g9pXlaJ^E_s|8Q#u7rH42jR?U-#ccQ-ZpA-zP3Bi6^X z%Iq8Zu$-B7O7D`7Z>K8@V>~%v(iA- za;{8!EUZN~+HJq;3G{(NJ zbRWzn6QS4i+R3s_GBu1OA@*(T5UW7fTl-5xorazgMD@V~i6R8(gqvgx_Tf)Uo5Au) zoz;-$H($ojtI4Ygg8@(*pJWPTPQbW4Cbq>cWF-eIEd0w%*K^)*RC_;Uu)!@U6njV1 zB>QZr3x^i~x*#lG(G!T7cP&kQY$M3~GI6o;;>R*jpZRY1<_qO-mN^ke1C2QkUuVgm zinD*qqp}v0JP@NFb%mo$K+^nfg{TiT(W^8Nu83?om4iJswBi!IG?ML8&!B^zPxj&I z`S@!0!T@P^{AvAy%-K3%yNHrr%28&hK8{3;@Z5jDA;;g;YX~7pJg^iD#Bw%UY9nQM z#bFWs0}F~;XD0Ei&4Y_z=;!x$0k~$&-s>d_SA~+G@L7vD{r1gVEf{kn0!wqbM=q~P z!{2YVZ?4TI(lCns(Q5Z_BT(t0<%2%o=Y>3Vf>XC;NSr|X5;;ym}7@@Z{{Sa9qT=yGWC zp1r)qHy`w;7z8?!i&u+}X+Y_SY@GYp&a_kD>d}&-h_sNhIL){CFa7cL3Y8rl}_$RG}SqG>9Il zXTcaXFbz#4`<+iXo8~LdpZ}KVE4dt=m>tfOOmxbFg)y2jnZf(gyma&uC;v@aOop27 zbw0}{g_X}{nq z)J-b1NN&O{n)lt#cLi9mv~?Auh|9+3{+FsYeBK6@#eB`q^&mMaw>xR(yt)s5E`Ibzuh~si>vS!FY*~cNV!G>gN>$aFyB`onLQR zlW@kQGZlU@<_k>qYuWbfmmnT?9T|+yl&M4_Bsf?7a?enS=d|rpi&L+Wa*Ys7K zxpwacLYgT`iUskuM~W?;ttITp?hb#lL6jDsOS_7Xb3c(cymWDWk*N@xv3|A=U7DmK z9u^^yc1VcQel5vALCMF(G0Nz$l3kh(GcmcGP|GRoM?OZlc%|}AfSfcFI`@#;9qsDd zx(Y&letMA;(KE9!;vR;a%@TmPxkCB^DML9%qGn00bNJb!QG^Uep!-8f+R=Asx>Y$N`T!A^@ZYZ zm!xM3E5eT=DdqVXjA>M|D0)}+3(=>~Q8UasdP7zFt9Fz5wYCo}(d>A=FjjR75d@z< z66lhYMgVipJd7m+C{iB}dV=XsT7ebFcRZ-!jHR(xI{`&j2$l|RTWzT&XIjMm|=ys3u z+!Jif&$KNo+-3^6t=rxBxrrDuio+q@Quyo}cFa28`Ka68_*&9O3I@kV|Jo1xmb|9X0r` z2kdfAJc8RB{FK$?pAm?g@voPJAEc?ca$bf!89KE6ed6IEXH4_S&b)*63GPQjIC@4S zSzI$iu`O-GwmkD{SwnN0{z5V8YDCeSbEl{dFCa=XMcf{1#d%@%R z<5G-(w(W0Rx2J{0(;H6s%3a}MKNnNIAA5dU6^m`1M0?_fz3h_z^^Ref2%1Q#!IUw9 z5zJ|woL@39w$e9lsb1M&(bMoCxB`wmy~U2^GPx#u{tVS+r)Xhz`J!!>_EqrbkHi3K z1+I2K``_2!zVU$wRdg%RKUxXg?fjPAg-3(z=Vyk|&@sa)2xGkF#>U+UcHiiu(^SXE zsEyLsp*YZ*Nn0?0DDH-&g}fK;E&eq6D3j!EE7;z%QHvGX`lTws_9xfEs{7titqA&e zjW%AIJY8nDd1&U^4K{C=RfJwC2YLYqq_soPJivFj8I?mE$UFhZ4krACG}Sk3!4(C=6Guu-@m9ME}?D;qIA=v%ycS!b^|`aeKgzmV8ri0bjR9Do=* z?#okx%8yuyfF@bPO2TKa&LD=WKx!j|8j2)j_Go;j_wns|u*D_&#bm0rQ$D290BCp= zMc%@MCrBUyqX6xcM*ftLoZJ@qQ!PjkrAh`OC&cgOe*M_(K#BWv_{)Y_Pm=_PmiifI zI3x_ayN?MX!Bv2CoWi=b2^^S}JOguGVJQ6Lr`YMw`?k9b;PfMC_mMA95r-$exb_^i zfP`(Y&S)WDIHu;hw9dZM<@&GQozZV!MmSaiqYJ-ekHg|4J7B{MWt!)zRv1k%K5JiNmDvfID(KLb;F+_r|n8n0m${-P!qs1$ByB^O{y(1*QM`o$l&J$1vD7T{wOF# zd;sV@hQy?dv*-#|X|(C9Yk^xUrFk@yeqd@(Ww6?TzfLuWmPqc&3}++sx|GyFz2Oy` z9>!hAChs?%1;i^KIe~~7_fXvwv>A#-T70I$Dp-)6m?rW;7Iw73Z6b-FjU!b(3#|VR zVjds7Tl8HVoy4xXHjM$^e~D8$<80pPR|ovi{KG6oj|Y8aQCh~7bVl8pLIz|A)c~~S z_s^_DMeXLA#+K|&SgUUuk7bX}kI-zJ3WP;jzGs!ege4nTL6Xe_9{WM*7sFVXx2Z(o zeWLQD4!Wb~0Uh$HmgU;-?>Tv7V>L4)p+uQY$4GUrht(pp)uPjfhj-^CcocZ?ka%pk z3d`!w1Hf}MEAnst8{Cju{I?n!SU>fr8p0oS!Iw^O3 z@A&4)-iVaHkL$&*i@2deqC$-wvsrW`=WMb&#i_0X*y5Grp6NdzrW=A3XnO~-ug;d{InBo9+d zKM8UXJXJ(;11u(Z36D5E`ljIb+P6?xe}T>#X25<99`iMhlRzwa%21P-ES=PvVMx}~ zoQt4#Bu99gpy4O#Nr7t_^-_%Y}E zl|2R*NkVoujJ92NN^6eQM@Jc>}RGsjynotHeMHRr=$2r z^W4x#T2m$@PQb+k=`tRj!tqiEa=5Qn1FSw(Gno}qnY&d(b6M?M|9SPPzMoeEVsC}D zv|iZodXkItcV3ObFKfT9G47fuqpx9(nbn{M=?Bg4Ma?`TE%K>CDmIJUl>}fuUSKD*ak_174k7N^d{hl*mj4?Z!$q8Yf(V+uXvYdC4$bwAt z7IXcBF9hO6(huf!0>`oRK6ttXgIj75EKzmadkNYY)hFC0mcj+Nu{}>y*^A+2$5khP zHovUETgh@!68u~(P1_-4UY@R^;Zgs!|KtDp0fd`Em>o{w8ByS36$SXNwy~X&f}@?i z6TOk0qsgDeD)3t&|NDwIaK#dxpkvkl`JXS@^u7$F&ooFH8sK(X8q`I{Y({)*o--HO zoO^#+{XY34E=p(Y<@qt&h;{vh?Fr;q)yz_)0gp^ygd#;_`Da^3DLdtL0Pg7elt9e= z&TO=fo@$@cET_A3&L>Q?N7BUT(!M2gKwvSJS3T&Y4+buIXyudz!QO0j{h{IbvVRm$ zt|3BzGyw-6h%z_oEDY6P`1i{id=MplbHN}Of~4r3T3e9Pw_ME7gMxC^m35AJ$%n)* zgN%6V+_gi7+YcIgh&Z#k|7Q=bKYf%bVH)~ugEnJ_?6=EB^3w{ZYO{XIJ1_Nadt3qc zNu?89|MfzGc)CI?9x$c|$uD(3TKp;Kp1n!&k*+;6mRWk9%ncT>(tMfnDeR&A_nRD7 z)Vu!+FE`QG??`8m-m|~n<~MNnKW0aeH~n_s3}AXo2Ohd1fSleE3kpV)8!(+g!JNsy z+0ur<4ehP}+Fid#%)Zi+w1w-S=gEaj*>1m#oS2p?7#U^qcs%%0Of+iOkueZ75MOebB^ow@=#l^5&)?r>k}>c^Y% zsev`xWzCUkD`t9jmT_A*3+K7NyQ2A?r*M|J(bcWn3#PxRW1sjWG&0WHLcoRn-6Bir zu6u>oF8!aiE5+KbCPr48?b@qtnN8ci%htz9+ZK zFZvIR7f5PmWYPr=VPHQC4HkPa8q3LO0p6$vpdQl%(+HxM0ka6wp-t!-(T}b{Xgv)& zFah--8+6U6M|2>xGB7A`fi>eeumjy3^z#`ICS~)$9f5IL1G*{b+j0@6>=MFi3V4$) zx+& Date: Fri, 13 Feb 2026 12:38:02 +0100 Subject: [PATCH 2/4] TASK-002: Upgrade WindowLoggerConfigGui to .NET 10.0 and update System.Text.Json to 10.0.3 --- .../new-dotnet-version_ab2cb1/assessment.json | 30050 ++++++++++++++++ .../new-dotnet-version_ab2cb1/assessment.md | 355 + .../execution-log.md | 10 + .../new-dotnet-version_ab2cb1/plan.md | 144 + .../new-dotnet-version_ab2cb1/scenario.json | 13 + .../new-dotnet-version_ab2cb1/tasks.md | 31 + .../WindowLoggerConfigGui.csproj | 4 +- 7 files changed, 30605 insertions(+), 2 deletions(-) create mode 100644 .github/upgrades/scenarios/new-dotnet-version_ab2cb1/assessment.json create mode 100644 .github/upgrades/scenarios/new-dotnet-version_ab2cb1/assessment.md create mode 100644 .github/upgrades/scenarios/new-dotnet-version_ab2cb1/execution-log.md create mode 100644 .github/upgrades/scenarios/new-dotnet-version_ab2cb1/plan.md create mode 100644 .github/upgrades/scenarios/new-dotnet-version_ab2cb1/scenario.json create mode 100644 .github/upgrades/scenarios/new-dotnet-version_ab2cb1/tasks.md diff --git a/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/assessment.json b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/assessment.json new file mode 100644 index 0000000..05047bf --- /dev/null +++ b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/assessment.json @@ -0,0 +1,30050 @@ +{ + "settings": { + "components": { + "code": true, + "binaries": false + }, + "targetId": "net10.0", + "targetDisplayName": ".NETCoreApp,Version=v10.0" + }, + "analysisStartTime": "2026-02-13T11:25:46.8396923Z", + "analysisEndTime": "2026-02-13T11:25:48.6911785Z", + "privacyModeHelpUrl": "https://go.microsoft.com/fwlink/?linkid=2270980", + "stats": { + "summary": { + "projects": 4, + "issues": 6, + "incidents": 1417, + "effort": 1417 + }, + "charts": { + "severity": { + "Mandatory": 1408, + "Optional": 0, + "Potential": 9, + "Information": 0 + }, + "category": { + "NuGet": 1, + "Project": 1, + "Api": 1415 + } + } + }, + "projects": [ + { + "path": "WindowAnalyser\\WindowAnalyser.csproj", + "startingProject": false, + "issues": 0, + "storyPoints": 0, + "properties": { + "appName": "WindowAnalyser", + "projectKind": "DotNetCoreApp", + "frameworks": [ + "net10.0" + ], + "languages": [ + "C#" + ], + "tools": [ + "MSBuild" + ], + "isSdkStyle": true, + "numberOfFiles": 1, + "numberOfCodeFiles": 1, + "linesTotal": 319, + "linesOfCode": 319, + "totalApiScanned": 0, + "minLinesOfCodeToChange": 0, + "maxLinesOfCodeToChange": 0 + }, + "ruleInstances": [], + "features": [] + }, + { + "path": "WindowLogger\\WindowLogger.csproj", + "startingProject": false, + "issues": 0, + "storyPoints": 0, + "properties": { + "appName": "WindowLogger", + "projectKind": "DotNetCoreApp", + "frameworks": [ + "net10.0" + ], + "languages": [ + "C#" + ], + "tools": [ + "MSBuild" + ], + "isSdkStyle": true, + "numberOfFiles": 2, + "numberOfCodeFiles": 2, + "linesTotal": 182, + "linesOfCode": 182, + "totalApiScanned": 0, + "minLinesOfCodeToChange": 0, + "maxLinesOfCodeToChange": 0 + }, + "ruleInstances": [], + "features": [] + }, + { + "path": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "startingProject": true, + "issues": 4, + "storyPoints": 1417, + "properties": { + "appName": "WindowLoggerConfigGui", + "projectKind": "WinForms", + "frameworks": [ + "net48" + ], + "languages": [ + "C#" + ], + "tools": [ + "MSBuild" + ], + "isSdkStyle": true, + "numberOfFiles": 3, + "numberOfCodeFiles": 3, + "linesTotal": 814, + "linesOfCode": 814, + "totalApiScanned": 2256, + "minLinesOfCodeToChange": 1415, + "maxLinesOfCodeToChange": 1415 + }, + "ruleInstances": [ + { + "incidentId": "77897ec8-e8e4-413b-91a3-eee2bcc20ace", + "ruleId": "NuGet.0002", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "System.Text.Json, 10.0.2\n\nRecommendation:\n\nRemove System.Text.Json, and replace with new package System.Text.Json 10.0.3", + "protected": "System.Text.Json, 10.0.2\n\nRecommendation:\n\nRemove System.Text.Json, and replace with new package System.Text.Json 10.0.3" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "snippet": "System.Text.Json, 10.0.2\n\nRecommendation:\n\nRemove System.Text.Json, and replace with new package System.Text.Json 10.0.3", + "protectedSnippet": "System.Text.Json, 10.0.2\n\nRecommendation:\n\nRemove System.Text.Json, and replace with new package System.Text.Json 10.0.3", + "label": "System.Text.Json 10.0.2", + "properties": { + "PackageId": "System.Text.Json", + "PackageVersion": "10.0.2", + "PackageNewVersion": "10.0.3", + "PackageReplacements": null + } + } + }, + { + "incidentId": "6e032734-c857-4cbf-900f-77bee2747e2c", + "ruleId": "Project.0002", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Current target framework: net48\nRecommended target framework: net10.0-windows", + "protected": "Current target framework: net48\nRecommended target framework: net10.0-windows" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "snippet": "Current target framework: net48\nRecommended target framework: net10.0-windows", + "protectedSnippet": "Current target framework: net48\nRecommended target framework: net10.0-windows", + "properties": { + "CurrentTargetFramework": "net48", + "RecommendedTargetFramework": "net10.0-windows" + } + } + }, + { + "incidentId": "11f02f04-5e01-4c80-a2fc-72aa2a00c95a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Application.Run(new MainForm());", + "protected": "T:System.Windows.Forms.Application" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\Program.cs", + "snippet": "Application.Run(new MainForm());", + "protectedSnippet": "T:System.Windows.Forms.Application", + "label": "T:System.Windows.Forms.Application", + "line": 12, + "column": 12 + } + }, + { + "incidentId": "28168fc0-f6df-4336-86ef-5e7a91183b78", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Application.Run(new MainForm());", + "protected": "M:System.Windows.Forms.Application.Run(System.Windows.Forms.Form)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\Program.cs", + "snippet": "Application.Run(new MainForm());", + "protectedSnippet": "M:System.Windows.Forms.Application.Run(System.Windows.Forms.Form)", + "label": "M:System.Windows.Forms.Application.Run(System.Windows.Forms.Form)", + "line": 12, + "column": 12 + } + }, + { + "incidentId": "3f4db4bc-f0b5-4cab-81ae-8a5d5fb4157a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Application.SetCompatibleTextRenderingDefault(false);", + "protected": "T:System.Windows.Forms.Application" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\Program.cs", + "snippet": "Application.SetCompatibleTextRenderingDefault(false);", + "protectedSnippet": "T:System.Windows.Forms.Application", + "label": "T:System.Windows.Forms.Application", + "line": 11, + "column": 12 + } + }, + { + "incidentId": "035d0f3d-d126-4bcb-93ff-8489cfe1de88", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Application.SetCompatibleTextRenderingDefault(false);", + "protected": "M:System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\Program.cs", + "snippet": "Application.SetCompatibleTextRenderingDefault(false);", + "protectedSnippet": "M:System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(System.Boolean)", + "label": "M:System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(System.Boolean)", + "line": 11, + "column": 12 + } + }, + { + "incidentId": "ce40435a-8637-4dc7-9716-2e7dd4ca975e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Application.EnableVisualStyles();", + "protected": "T:System.Windows.Forms.Application" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\Program.cs", + "snippet": "Application.EnableVisualStyles();", + "protectedSnippet": "T:System.Windows.Forms.Application", + "label": "T:System.Windows.Forms.Application", + "line": 10, + "column": 12 + } + }, + { + "incidentId": "22e74b57-ea41-436f-ad07-bef44a6cc17b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Application.EnableVisualStyles();", + "protected": "M:System.Windows.Forms.Application.EnableVisualStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\Program.cs", + "snippet": "Application.EnableVisualStyles();", + "protectedSnippet": "M:System.Windows.Forms.Application.EnableVisualStyles", + "label": "M:System.Windows.Forms.Application.EnableVisualStyles", + "line": 10, + "column": 12 + } + }, + { + "incidentId": "1e2a55f3-f2ef-44dc-9586-a3aecb2232e7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox.Text = _currentPath ?? \u0022(not saved yet)\u0022;", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox.Text = _currentPath ?? \u0022(not saved yet)\u0022;", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 763, + "column": 16 + } + }, + { + "incidentId": "eb54c67d-1aa5-4bae-ac10-b9c1e8e408ca", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox.Text = _currentPath ?? \u0022(not saved yet)\u0022;", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox.Text = _currentPath ?? \u0022(not saved yet)\u0022;", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 763, + "column": 16 + } + }, + { + "incidentId": "e7e67e1d-993b-447c-8ff1-7e831eae9292", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (_configPathTextBox != null)\r\n {\r\n _configPathTextBox.Text = _currentPath ?? \u0022(not saved yet)\u0022;\r\n }", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (_configPathTextBox != null)\r\n {\r\n _configPathTextBox.Text = _currentPath ?? \u0022(not saved yet)\u0022;\r\n }", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 761, + "column": 12 + } + }, + { + "incidentId": "91c31148-0c33-42c4-a10d-23ee9d4c7c77", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return res == DialogResult.Yes;", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return res == DialogResult.Yes;", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 757, + "column": 12 + } + }, + { + "incidentId": "96f193a8-97f3-484e-b5a3-3b1885adc166", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return res == DialogResult.Yes;", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return res == DialogResult.Yes;", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 757, + "column": 12 + } + }, + { + "incidentId": "11a0405b-ca08-449e-9f56-94961b6765cb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return res == DialogResult.Yes;", + "protected": "F:System.Windows.Forms.DialogResult.Yes" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return res == DialogResult.Yes;", + "protectedSnippet": "F:System.Windows.Forms.DialogResult.Yes", + "label": "F:System.Windows.Forms.DialogResult.Yes", + "line": 757, + "column": 12 + } + }, + { + "incidentId": "b485d3e8-aac0-4e30-8bbe-37224284efee", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protected": "T:System.Windows.Forms.MessageBoxIcon" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxIcon", + "label": "T:System.Windows.Forms.MessageBoxIcon", + "line": 756, + "column": 12 + } + }, + { + "incidentId": "2829f1ac-9bab-4c1a-9fca-515f094e57e4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protected": "T:System.Windows.Forms.MessageBoxIcon" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxIcon", + "label": "T:System.Windows.Forms.MessageBoxIcon", + "line": 756, + "column": 12 + } + }, + { + "incidentId": "85c49990-8219-4531-a434-5f6e3734263d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protected": "F:System.Windows.Forms.MessageBoxIcon.Warning" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protectedSnippet": "F:System.Windows.Forms.MessageBoxIcon.Warning", + "label": "F:System.Windows.Forms.MessageBoxIcon.Warning", + "line": 756, + "column": 12 + } + }, + { + "incidentId": "385dcaf2-dc2f-4861-9306-657b8840aca0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protected": "T:System.Windows.Forms.MessageBoxButtons" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxButtons", + "label": "T:System.Windows.Forms.MessageBoxButtons", + "line": 756, + "column": 12 + } + }, + { + "incidentId": "92ae71da-67cc-496d-86ec-ebd8cef46dd8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protected": "T:System.Windows.Forms.MessageBoxButtons" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxButtons", + "label": "T:System.Windows.Forms.MessageBoxButtons", + "line": 756, + "column": 12 + } + }, + { + "incidentId": "6f94df50-5d2d-412a-989d-c65ac4da45d5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protected": "F:System.Windows.Forms.MessageBoxButtons.YesNo" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protectedSnippet": "F:System.Windows.Forms.MessageBoxButtons.YesNo", + "label": "F:System.Windows.Forms.MessageBoxButtons.YesNo", + "line": 756, + "column": 12 + } + }, + { + "incidentId": "f147b814-a731-47b9-a983-1e871fb8522b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protected": "T:System.Windows.Forms.MessageBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protectedSnippet": "T:System.Windows.Forms.MessageBox", + "label": "T:System.Windows.Forms.MessageBox", + "line": 756, + "column": 12 + } + }, + { + "incidentId": "566648df-5826-4be0-ae0d-76dd631b014e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 756, + "column": 12 + } + }, + { + "incidentId": "6d0e6bae-738b-4e61-86ad-b4e825f0066b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protected": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var res = MessageBox.Show(this, \u0022You have unsaved changes. Discard them?\u0022, \u0022Unsaved Changes\u0022, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);", + "protectedSnippet": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)", + "label": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)", + "line": 756, + "column": 12 + } + }, + { + "incidentId": "aebf3f83-af4f-43df-8277-05712c210052", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBoxIcon.Warning", + "protected": "T:System.Windows.Forms.MessageBoxIcon" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBoxIcon.Warning", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxIcon", + "label": "T:System.Windows.Forms.MessageBoxIcon", + "line": 751, + "column": 111 + } + }, + { + "incidentId": "755d5a7f-1301-46e5-b8f6-503355c5e7b1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBoxIcon.Warning", + "protected": "T:System.Windows.Forms.MessageBoxIcon" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBoxIcon.Warning", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxIcon", + "label": "T:System.Windows.Forms.MessageBoxIcon", + "line": 751, + "column": 111 + } + }, + { + "incidentId": "2f8f6958-6f6d-4b92-9153-01cac5e4cf9c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBoxIcon.Warning", + "protected": "F:System.Windows.Forms.MessageBoxIcon.Warning" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBoxIcon.Warning", + "protectedSnippet": "F:System.Windows.Forms.MessageBoxIcon.Warning", + "label": "F:System.Windows.Forms.MessageBoxIcon.Warning", + "line": 751, + "column": 111 + } + }, + { + "incidentId": "20ca8811-0aa3-4958-855a-8d13d89bfb08", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBoxButtons.OK", + "protected": "T:System.Windows.Forms.MessageBoxButtons" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBoxButtons.OK", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxButtons", + "label": "T:System.Windows.Forms.MessageBoxButtons", + "line": 751, + "column": 89 + } + }, + { + "incidentId": "8715cd2d-a9fd-4bc5-8ee0-79e8e6f25980", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBoxButtons.OK", + "protected": "T:System.Windows.Forms.MessageBoxButtons" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBoxButtons.OK", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxButtons", + "label": "T:System.Windows.Forms.MessageBoxButtons", + "line": 751, + "column": 89 + } + }, + { + "incidentId": "07f55efb-a55e-4e23-80e5-adbeb8bf0bf4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBoxButtons.OK", + "protected": "F:System.Windows.Forms.MessageBoxButtons.OK" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBoxButtons.OK", + "protectedSnippet": "F:System.Windows.Forms.MessageBoxButtons.OK", + "label": "F:System.Windows.Forms.MessageBoxButtons.OK", + "line": 751, + "column": 89 + } + }, + { + "incidentId": "ecc4a210-d046-4b50-8385-5421e7d9d924", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, msg, \u0022Validation\u0022, MessageBoxButtons.OK, MessageBoxIcon.Warning)", + "protected": "T:System.Windows.Forms.MessageBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, msg, \u0022Validation\u0022, MessageBoxButtons.OK, MessageBoxIcon.Warning)", + "protectedSnippet": "T:System.Windows.Forms.MessageBox", + "label": "T:System.Windows.Forms.MessageBox", + "line": 751, + "column": 48 + } + }, + { + "incidentId": "ac2bd46e-2c26-461e-a249-f1a3ed15e81e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, msg, \u0022Validation\u0022, MessageBoxButtons.OK, MessageBoxIcon.Warning)", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, msg, \u0022Validation\u0022, MessageBoxButtons.OK, MessageBoxIcon.Warning)", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 751, + "column": 48 + } + }, + { + "incidentId": "37e0fc2b-2342-4250-a251-3c5d46fdfb2c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, msg, \u0022Validation\u0022, MessageBoxButtons.OK, MessageBoxIcon.Warning)", + "protected": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, msg, \u0022Validation\u0022, MessageBoxButtons.OK, MessageBoxIcon.Warning)", + "protectedSnippet": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)", + "label": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)", + "line": 751, + "column": 48 + } + }, + { + "incidentId": "39f12695-feb1-4b56-890e-db3fc5f9a4cb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel", + "protected": "T:System.Windows.Forms.ToolStripStatusLabel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel", + "protectedSnippet": "T:System.Windows.Forms.ToolStripStatusLabel", + "label": "T:System.Windows.Forms.ToolStripStatusLabel", + "line": 749, + "column": 46 + } + }, + { + "incidentId": "21895d0d-fa0f-479d-a43b-81885abd391d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel.Text", + "protected": "P:System.Windows.Forms.ToolStripItem.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel.Text", + "protectedSnippet": "P:System.Windows.Forms.ToolStripItem.Text", + "label": "P:System.Windows.Forms.ToolStripItem.Text", + "line": 749, + "column": 46 + } + }, + { + "incidentId": "ec1fcb31-dfb4-4826-8f51-4c2cb39a0531", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "private static List\u003Cstring\u003E ParseLines(TextBox textBox)", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "private static List\u003Cstring\u003E ParseLines(TextBox textBox)", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 735, + "column": 8 + } + }, + { + "incidentId": "7a987706-f391-480b-8b39-67e5cbeee274", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return textBox.Lines\r\n .Select(l =\u003E l.Trim())\r\n .Where(l =\u003E l.Length \u003E 0)\r\n .ToList();", + "protected": "P:System.Windows.Forms.TextBoxBase.Lines" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return textBox.Lines\r\n .Select(l =\u003E l.Trim())\r\n .Where(l =\u003E l.Length \u003E 0)\r\n .ToList();", + "protectedSnippet": "P:System.Windows.Forms.TextBoxBase.Lines", + "label": "P:System.Windows.Forms.TextBoxBase.Lines", + "line": 737, + "column": 12 + } + }, + { + "incidentId": "39121f45-4018-43bf-bbab-bef8562634eb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText.Text = string.Empty;", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText.Text = string.Empty;", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 732, + "column": 12 + } + }, + { + "incidentId": "527a476d-a411-4a66-b1b1-3df62f5709cf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText.Text = string.Empty;", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText.Text = string.Empty;", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 732, + "column": 12 + } + }, + { + "incidentId": "aa847dba-f848-487a-9075-c71536a8b48d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText.Text = string.Empty;", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText.Text = string.Empty;", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 731, + "column": 12 + } + }, + { + "incidentId": "a302479b-501a-4ca6-9b5d-4c1c5caa401b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText.Text = string.Empty;", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText.Text = string.Empty;", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 731, + "column": 12 + } + }, + { + "incidentId": "86f000c6-9fa8-4921-8ad8-3ffdecfb2e48", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText.Text = string.Empty;", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText.Text = string.Empty;", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 730, + "column": 12 + } + }, + { + "incidentId": "d30f918a-0968-42e4-99b5-79da12edb7c4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText.Text = string.Empty;", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText.Text = string.Empty;", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 730, + "column": 12 + } + }, + { + "incidentId": "72fb41c5-ce86-4a95-b413-cd131f5bd39b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _categoriesList.SelectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _categoriesList.SelectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 721, + "column": 12 + } + }, + { + "incidentId": "948bf5a6-e25c-4c93-b78a-730686fab553", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _categoriesList.SelectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _categoriesList.SelectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 721, + "column": 12 + } + }, + { + "incidentId": "78c41d26-e87d-4ae9-be95-457ecdde9aca", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "cat.ExcludeApplications = ParseLines(_categoryExcludeText);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "cat.ExcludeApplications = ParseLines(_categoryExcludeText);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 714, + "column": 12 + } + }, + { + "incidentId": "04be6f8f-8955-4560-8a83-0a6595988dac", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var include = ParseLines(_categoryIncludeText);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var include = ParseLines(_categoryIncludeText);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 704, + "column": 12 + } + }, + { + "incidentId": "34422ce2-32f5-48a4-aae2-a11ca2907585", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "string name = _categoryNameText.Text.Trim();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "string name = _categoryNameText.Text.Trim();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 698, + "column": 12 + } + }, + { + "incidentId": "dc9a856c-539b-4430-a384-a983c3dbba8d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "string name = _categoryNameText.Text.Trim();", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "string name = _categoryNameText.Text.Trim();", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 698, + "column": 12 + } + }, + { + "incidentId": "47afd663-4b94-4736-a591-8b35f3af8d16", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _categoriesList.SelectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _categoriesList.SelectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 696, + "column": 12 + } + }, + { + "incidentId": "97b4205c-41cd-476a-b1d9-f93134ce5591", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _categoriesList.SelectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _categoriesList.SelectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 696, + "column": 12 + } + }, + { + "incidentId": "ada4d81f-a709-4f37-ab54-b1fa88b14c3b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_settings.Categories.Add(new CategoryDefinition\r\n {\r\n Name = name,\r\n IncludeApplications = include,\r\n ExcludeApplications = ParseLines(_categoryExcludeText)\r\n });", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_settings.Categories.Add(new CategoryDefinition\r\n {\r\n Name = name,\r\n IncludeApplications = include,\r\n ExcludeApplications = ParseLines(_categoryExcludeText)\r\n });", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 684, + "column": 12 + } + }, + { + "incidentId": "f9157d66-a740-42f9-8f84-b9e373a22ddf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var include = ParseLines(_categoryIncludeText);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var include = ParseLines(_categoryIncludeText);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 677, + "column": 12 + } + }, + { + "incidentId": "51a2ed09-c920-4944-9be6-a040346a23aa", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "string name = _categoryNameText.Text.Trim();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "string name = _categoryNameText.Text.Trim();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 671, + "column": 12 + } + }, + { + "incidentId": "408f745e-d8d9-457b-8eba-614b258d06b6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "string name = _categoryNameText.Text.Trim();", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "string name = _categoryNameText.Text.Trim();", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 671, + "column": 12 + } + }, + { + "incidentId": "049285f1-1586-4bae-ad05-5d169bfe5641", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText.Lines = (cat.ExcludeApplications ?? new List\u003Cstring\u003E()).ToArray();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText.Lines = (cat.ExcludeApplications ?? new List\u003Cstring\u003E()).ToArray();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 666, + "column": 12 + } + }, + { + "incidentId": "15a82908-ea31-4b3b-9781-73859ec3ce77", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText.Lines = (cat.ExcludeApplications ?? new List\u003Cstring\u003E()).ToArray();", + "protected": "P:System.Windows.Forms.TextBoxBase.Lines" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText.Lines = (cat.ExcludeApplications ?? new List\u003Cstring\u003E()).ToArray();", + "protectedSnippet": "P:System.Windows.Forms.TextBoxBase.Lines", + "label": "P:System.Windows.Forms.TextBoxBase.Lines", + "line": 666, + "column": 12 + } + }, + { + "incidentId": "fbd1d3a8-c0c0-4aa3-b9ed-67f04f42fff1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText.Lines = (cat.IncludeApplications ?? new List\u003Cstring\u003E()).ToArray();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText.Lines = (cat.IncludeApplications ?? new List\u003Cstring\u003E()).ToArray();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 665, + "column": 12 + } + }, + { + "incidentId": "dd1b829a-4edd-47e3-a0ad-b32d6d48ecb3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText.Lines = (cat.IncludeApplications ?? new List\u003Cstring\u003E()).ToArray();", + "protected": "P:System.Windows.Forms.TextBoxBase.Lines" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText.Lines = (cat.IncludeApplications ?? new List\u003Cstring\u003E()).ToArray();", + "protectedSnippet": "P:System.Windows.Forms.TextBoxBase.Lines", + "label": "P:System.Windows.Forms.TextBoxBase.Lines", + "line": 665, + "column": 12 + } + }, + { + "incidentId": "97ab518c-0f69-4630-865f-7afdf5069f38", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText.Text = cat.Name ?? string.Empty;", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText.Text = cat.Name ?? string.Empty;", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 664, + "column": 12 + } + }, + { + "incidentId": "e5d1aba1-66ac-432c-92d3-eefbd58fb8d5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText.Text = cat.Name ?? string.Empty;", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText.Text = cat.Name ?? string.Empty;", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 664, + "column": 12 + } + }, + { + "incidentId": "5c572921-0bd2-4b1e-8903-30dc2895cd63", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _categoriesList.SelectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _categoriesList.SelectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 661, + "column": 12 + } + }, + { + "incidentId": "ab616e27-6859-4618-8e3b-1179a5e1cf68", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _categoriesList.SelectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _categoriesList.SelectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 661, + "column": 12 + } + }, + { + "incidentId": "97ca922d-a59b-4b05-bea0-c704db74b3c8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.SelectedIndex = -1;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.SelectedIndex = -1;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 654, + "column": 16 + } + }, + { + "incidentId": "e0d5c635-2ad7-4259-9bb2-59d27ded5461", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.SelectedIndex = -1;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.SelectedIndex = -1;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 654, + "column": 16 + } + }, + { + "incidentId": "863b06f3-befd-44c6-af5b-3057577082db", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.SelectedIndex = selectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.SelectedIndex = selectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 650, + "column": 16 + } + }, + { + "incidentId": "1006fe2d-1c50-495a-9a72-b3961e3c33b2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.SelectedIndex = selectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.SelectedIndex = selectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 650, + "column": 16 + } + }, + { + "incidentId": "0511028c-483e-45ca-a718-7ed31fad22df", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.Items.Add(cat.Name ?? \u0022(unnamed)\u0022);", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.Items.Add(cat.Name ?? \u0022(unnamed)\u0022);", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 644, + "column": 16 + } + }, + { + "incidentId": "2df0eae6-5cc8-4658-942d-d1bb538c0110", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.Items.Add(cat.Name ?? \u0022(unnamed)\u0022);", + "protected": "T:System.Windows.Forms.ListBox.ObjectCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.Items.Add(cat.Name ?? \u0022(unnamed)\u0022);", + "protectedSnippet": "T:System.Windows.Forms.ListBox.ObjectCollection", + "label": "T:System.Windows.Forms.ListBox.ObjectCollection", + "line": 644, + "column": 16 + } + }, + { + "incidentId": "f83ec023-346f-4012-9a33-58904292d5bd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.Items.Add(cat.Name ?? \u0022(unnamed)\u0022);", + "protected": "P:System.Windows.Forms.ListBox.Items" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.Items.Add(cat.Name ?? \u0022(unnamed)\u0022);", + "protectedSnippet": "P:System.Windows.Forms.ListBox.Items", + "label": "P:System.Windows.Forms.ListBox.Items", + "line": 644, + "column": 16 + } + }, + { + "incidentId": "1447ef95-3ea9-4294-85b6-7b9810124a6a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.Items.Add(cat.Name ?? \u0022(unnamed)\u0022);", + "protected": "M:System.Windows.Forms.ListBox.ObjectCollection.Add(System.Object)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.Items.Add(cat.Name ?? \u0022(unnamed)\u0022);", + "protectedSnippet": "M:System.Windows.Forms.ListBox.ObjectCollection.Add(System.Object)", + "label": "M:System.Windows.Forms.ListBox.ObjectCollection.Add(System.Object)", + "line": 644, + "column": 16 + } + }, + { + "incidentId": "bba24e1b-7bbe-40d7-aac0-e077af412780", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.Items.Clear();", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.Items.Clear();", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 641, + "column": 12 + } + }, + { + "incidentId": "91ccecc7-6c5c-472c-9def-0a93d2a491f2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.Items.Clear();", + "protected": "T:System.Windows.Forms.ListBox.ObjectCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.Items.Clear();", + "protectedSnippet": "T:System.Windows.Forms.ListBox.ObjectCollection", + "label": "T:System.Windows.Forms.ListBox.ObjectCollection", + "line": 641, + "column": 12 + } + }, + { + "incidentId": "898c680e-1799-4f72-97f2-ddd93462eeee", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.Items.Clear();", + "protected": "P:System.Windows.Forms.ListBox.Items" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.Items.Clear();", + "protectedSnippet": "P:System.Windows.Forms.ListBox.Items", + "label": "P:System.Windows.Forms.ListBox.Items", + "line": 641, + "column": 12 + } + }, + { + "incidentId": "e5fddb85-7857-46cc-ab75-f67237743f7c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.Items.Clear();", + "protected": "M:System.Windows.Forms.ListBox.ObjectCollection.Clear" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.Items.Clear();", + "protectedSnippet": "M:System.Windows.Forms.ListBox.ObjectCollection.Clear", + "label": "M:System.Windows.Forms.ListBox.ObjectCollection.Clear", + "line": 641, + "column": 12 + } + }, + { + "incidentId": "4a7a5b77-ebf6-4bb2-9811-7d55214ca21e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText.Text = string.Empty;", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText.Text = string.Empty;", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 636, + "column": 12 + } + }, + { + "incidentId": "335f1b1d-d829-46a3-ae3b-9231a2f4d5ed", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText.Text = string.Empty;", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText.Text = string.Empty;", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 636, + "column": 12 + } + }, + { + "incidentId": "83a02d96-c975-4e7b-9a99-9846337f7395", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _exclusionsList.SelectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _exclusionsList.SelectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 627, + "column": 12 + } + }, + { + "incidentId": "1a35793a-34fa-43e1-abb9-4f09f437c9b1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _exclusionsList.SelectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _exclusionsList.SelectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 627, + "column": 12 + } + }, + { + "incidentId": "de642ced-c59a-44b8-8f6f-f31be0789f1e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var include = ParseLines(_exclusionIncludeText);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var include = ParseLines(_exclusionIncludeText);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 614, + "column": 12 + } + }, + { + "incidentId": "54b90f9f-482e-404c-9b41-d88ea789b159", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _exclusionsList.SelectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _exclusionsList.SelectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 612, + "column": 12 + } + }, + { + "incidentId": "fa6e73aa-2eb9-4c62-b28a-647cd260ce28", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _exclusionsList.SelectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _exclusionsList.SelectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 612, + "column": 12 + } + }, + { + "incidentId": "019ff2a3-a086-4d04-963c-346e42688aa5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var include = ParseLines(_exclusionIncludeText);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var include = ParseLines(_exclusionIncludeText);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 599, + "column": 12 + } + }, + { + "incidentId": "28d2e121-d812-484f-9e84-b614afd9eab0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText.Lines = (ex.Include ?? new List\u003Cstring\u003E()).ToArray();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText.Lines = (ex.Include ?? new List\u003Cstring\u003E()).ToArray();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 594, + "column": 12 + } + }, + { + "incidentId": "e4e1c431-d23b-4ba1-a98d-152a929faa01", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText.Lines = (ex.Include ?? new List\u003Cstring\u003E()).ToArray();", + "protected": "P:System.Windows.Forms.TextBoxBase.Lines" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText.Lines = (ex.Include ?? new List\u003Cstring\u003E()).ToArray();", + "protectedSnippet": "P:System.Windows.Forms.TextBoxBase.Lines", + "label": "P:System.Windows.Forms.TextBoxBase.Lines", + "line": 594, + "column": 12 + } + }, + { + "incidentId": "6358aa51-127a-410a-8632-6efe3ca1bb73", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _exclusionsList.SelectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _exclusionsList.SelectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 591, + "column": 12 + } + }, + { + "incidentId": "c0fb0f9e-72c6-4a52-9569-59378c1b106b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _exclusionsList.SelectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _exclusionsList.SelectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 591, + "column": 12 + } + }, + { + "incidentId": "f578feec-9988-47ec-8c2f-5db9d877fc2b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.SelectedIndex = -1;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.SelectedIndex = -1;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 584, + "column": 16 + } + }, + { + "incidentId": "f21ca939-ae47-43ac-ae97-9b443906a9e2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.SelectedIndex = -1;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.SelectedIndex = -1;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 584, + "column": 16 + } + }, + { + "incidentId": "ff7a2c09-5ffb-438f-bd68-0385d0dc68df", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.SelectedIndex = selectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.SelectedIndex = selectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 580, + "column": 16 + } + }, + { + "incidentId": "2d8c1e0e-2f4d-4c8f-ba8d-6c03e381accd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.SelectedIndex = selectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.SelectedIndex = selectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 580, + "column": 16 + } + }, + { + "incidentId": "eb5e99dd-9508-402d-af86-64196b015bf6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.Items.Add(label);", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.Items.Add(label);", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 574, + "column": 16 + } + }, + { + "incidentId": "a3d595a3-6ac7-43d1-906c-2f2186999f00", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.Items.Add(label);", + "protected": "T:System.Windows.Forms.ListBox.ObjectCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.Items.Add(label);", + "protectedSnippet": "T:System.Windows.Forms.ListBox.ObjectCollection", + "label": "T:System.Windows.Forms.ListBox.ObjectCollection", + "line": 574, + "column": 16 + } + }, + { + "incidentId": "e52b748e-da53-4d59-850a-3744ec3a1761", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.Items.Add(label);", + "protected": "P:System.Windows.Forms.ListBox.Items" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.Items.Add(label);", + "protectedSnippet": "P:System.Windows.Forms.ListBox.Items", + "label": "P:System.Windows.Forms.ListBox.Items", + "line": 574, + "column": 16 + } + }, + { + "incidentId": "6941ea78-d32b-4382-b2a0-7617b99b5586", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.Items.Add(label);", + "protected": "M:System.Windows.Forms.ListBox.ObjectCollection.Add(System.Object)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.Items.Add(label);", + "protectedSnippet": "M:System.Windows.Forms.ListBox.ObjectCollection.Add(System.Object)", + "label": "M:System.Windows.Forms.ListBox.ObjectCollection.Add(System.Object)", + "line": 574, + "column": 16 + } + }, + { + "incidentId": "a1d990f4-9ae3-4da0-ab98-325d2b599473", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.Items.Clear();", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.Items.Clear();", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 568, + "column": 12 + } + }, + { + "incidentId": "a1ae12ea-64ea-4d16-8df1-82743fa9ffec", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.Items.Clear();", + "protected": "T:System.Windows.Forms.ListBox.ObjectCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.Items.Clear();", + "protectedSnippet": "T:System.Windows.Forms.ListBox.ObjectCollection", + "label": "T:System.Windows.Forms.ListBox.ObjectCollection", + "line": 568, + "column": 12 + } + }, + { + "incidentId": "07a5c143-f399-4ed9-9f05-d6e1009d9dfe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.Items.Clear();", + "protected": "P:System.Windows.Forms.ListBox.Items" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.Items.Clear();", + "protectedSnippet": "P:System.Windows.Forms.ListBox.Items", + "label": "P:System.Windows.Forms.ListBox.Items", + "line": 568, + "column": 12 + } + }, + { + "incidentId": "3b48172f-47c3-4c26-be50-8a9b76bdaace", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.Items.Clear();", + "protected": "M:System.Windows.Forms.ListBox.ObjectCollection.Clear" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.Items.Clear();", + "protectedSnippet": "M:System.Windows.Forms.ListBox.ObjectCollection.Clear", + "label": "M:System.Windows.Forms.ListBox.ObjectCollection.Clear", + "line": 568, + "column": 12 + } + }, + { + "incidentId": "5401eb68-efff-4472-8560-c947aa5cae80", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText.Text = string.Empty;", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText.Text = string.Empty;", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 563, + "column": 12 + } + }, + { + "incidentId": "9494e0c2-481a-4345-b95f-76c0ce292469", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText.Text = string.Empty;", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText.Text = string.Empty;", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 563, + "column": 12 + } + }, + { + "incidentId": "da4f6a30-0fc2-4111-bed8-c044b281035f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText.Text = string.Empty;", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText.Text = string.Empty;", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 562, + "column": 12 + } + }, + { + "incidentId": "f88f0ad5-4638-47c6-836d-208254418517", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText.Text = string.Empty;", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText.Text = string.Empty;", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 562, + "column": 12 + } + }, + { + "incidentId": "7d6ae2de-8dde-4a38-8fe9-1ca476d6b1cc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText.Text = string.Empty;", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText.Text = string.Empty;", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 561, + "column": 12 + } + }, + { + "incidentId": "49ebadc8-fec8-4c3f-a9e6-d93f97d31b81", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText.Text = string.Empty;", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText.Text = string.Empty;", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 561, + "column": 12 + } + }, + { + "incidentId": "b5183903-b64f-42e0-b240-a8dddcb076cd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _applicationsList.SelectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _applicationsList.SelectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 547, + "column": 12 + } + }, + { + "incidentId": "16fefa27-f458-4657-8b66-17bf757571ce", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _applicationsList.SelectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _applicationsList.SelectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 547, + "column": 12 + } + }, + { + "incidentId": "e91e6214-74d8-44dc-9279-a7e74455efb2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _applicationsList.SelectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _applicationsList.SelectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 538, + "column": 12 + } + }, + { + "incidentId": "0fc197ce-3216-4880-bb18-e46d7449eccf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _applicationsList.SelectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _applicationsList.SelectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 538, + "column": 12 + } + }, + { + "incidentId": "e7287b61-e365-46d0-83a2-878a6be8c9f1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "app.Exclude = ParseLines(_appExcludeText);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "app.Exclude = ParseLines(_appExcludeText);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 531, + "column": 12 + } + }, + { + "incidentId": "f7e5c533-fb26-4430-889b-71773515a93c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var include = ParseLines(_appIncludeText);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var include = ParseLines(_appIncludeText);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 521, + "column": 12 + } + }, + { + "incidentId": "01a8a26e-ad79-41b2-8e0a-6ed9c017267a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "string name = _appNameText.Text.Trim();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "string name = _appNameText.Text.Trim();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 515, + "column": 12 + } + }, + { + "incidentId": "6c6c8788-9f06-499f-98e0-6b570211ffa9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "string name = _appNameText.Text.Trim();", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "string name = _appNameText.Text.Trim();", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 515, + "column": 12 + } + }, + { + "incidentId": "8d82c9f5-9b42-4a62-a303-346f440ab73b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _applicationsList.SelectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _applicationsList.SelectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 512, + "column": 12 + } + }, + { + "incidentId": "7f66cf63-d35c-4e4b-8e1e-e9b64ec2b13b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _applicationsList.SelectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _applicationsList.SelectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 512, + "column": 12 + } + }, + { + "incidentId": "de93979f-74ac-499b-832c-c081f62ef369", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_settings.Applications.Add(new ApplicationDefinition\r\n {\r\n Name = name,\r\n Include = include,\r\n Exclude = ParseLines(_appExcludeText)\r\n });", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_settings.Applications.Add(new ApplicationDefinition\r\n {\r\n Name = name,\r\n Include = include,\r\n Exclude = ParseLines(_appExcludeText)\r\n });", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 500, + "column": 12 + } + }, + { + "incidentId": "496f2385-f799-47f0-b1af-7918a361ff55", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var include = ParseLines(_appIncludeText);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var include = ParseLines(_appIncludeText);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 493, + "column": 12 + } + }, + { + "incidentId": "5bfeb92d-1aa9-4641-8e33-bfef66a10906", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "string name = _appNameText.Text.Trim();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "string name = _appNameText.Text.Trim();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 487, + "column": 12 + } + }, + { + "incidentId": "0006aab9-e100-44ef-9219-870b29037e11", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "string name = _appNameText.Text.Trim();", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "string name = _appNameText.Text.Trim();", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 487, + "column": 12 + } + }, + { + "incidentId": "0cf191f9-74d7-4f0d-9de8-23742b484970", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText.Lines = (app.Exclude ?? new List\u003Cstring\u003E()).ToArray();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText.Lines = (app.Exclude ?? new List\u003Cstring\u003E()).ToArray();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 482, + "column": 12 + } + }, + { + "incidentId": "e721374b-000b-4540-a12a-188889747dfc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText.Lines = (app.Exclude ?? new List\u003Cstring\u003E()).ToArray();", + "protected": "P:System.Windows.Forms.TextBoxBase.Lines" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText.Lines = (app.Exclude ?? new List\u003Cstring\u003E()).ToArray();", + "protectedSnippet": "P:System.Windows.Forms.TextBoxBase.Lines", + "label": "P:System.Windows.Forms.TextBoxBase.Lines", + "line": 482, + "column": 12 + } + }, + { + "incidentId": "74d4d6a6-cec9-498f-85c3-dcbab360456d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText.Lines = (app.Include ?? new List\u003Cstring\u003E()).ToArray();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText.Lines = (app.Include ?? new List\u003Cstring\u003E()).ToArray();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 481, + "column": 12 + } + }, + { + "incidentId": "ac922189-94cc-4398-ade2-670410ec62da", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText.Lines = (app.Include ?? new List\u003Cstring\u003E()).ToArray();", + "protected": "P:System.Windows.Forms.TextBoxBase.Lines" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText.Lines = (app.Include ?? new List\u003Cstring\u003E()).ToArray();", + "protectedSnippet": "P:System.Windows.Forms.TextBoxBase.Lines", + "label": "P:System.Windows.Forms.TextBoxBase.Lines", + "line": 481, + "column": 12 + } + }, + { + "incidentId": "f477b842-d8c8-4dcd-a4fa-dc117b011033", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText.Text = app.Name ?? string.Empty;", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText.Text = app.Name ?? string.Empty;", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 480, + "column": 12 + } + }, + { + "incidentId": "4faf18ac-8eb3-4bbe-ab4c-0a46432844e0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText.Text = app.Name ?? string.Empty;", + "protected": "P:System.Windows.Forms.TextBox.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText.Text = app.Name ?? string.Empty;", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Text", + "label": "P:System.Windows.Forms.TextBox.Text", + "line": 480, + "column": 12 + } + }, + { + "incidentId": "27d97fc3-0ae3-44f4-a3ac-4ff36509013f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _applicationsList.SelectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _applicationsList.SelectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 473, + "column": 12 + } + }, + { + "incidentId": "e77e5d94-c132-4da6-be77-bb8c71997709", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "int index = _applicationsList.SelectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "int index = _applicationsList.SelectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 473, + "column": 12 + } + }, + { + "incidentId": "30a13ed1-6a73-4932-9534-e1ea618832b7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.SelectedIndex = -1;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.SelectedIndex = -1;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 466, + "column": 16 + } + }, + { + "incidentId": "6a800f68-7b22-4b7f-9d52-b3ef540e20e6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.SelectedIndex = -1;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.SelectedIndex = -1;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 466, + "column": 16 + } + }, + { + "incidentId": "75773e32-bdaa-4e2b-9d1f-68004421997a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.SelectedIndex = selectedIndex;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.SelectedIndex = selectedIndex;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 462, + "column": 16 + } + }, + { + "incidentId": "96c71bdc-4b5c-43f9-8201-74a0a9b8e20f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.SelectedIndex = selectedIndex;", + "protected": "P:System.Windows.Forms.ListBox.SelectedIndex" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.SelectedIndex = selectedIndex;", + "protectedSnippet": "P:System.Windows.Forms.ListBox.SelectedIndex", + "label": "P:System.Windows.Forms.ListBox.SelectedIndex", + "line": 462, + "column": 16 + } + }, + { + "incidentId": "f28d3feb-7207-4b2d-9e73-a78200872a7c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.Items.Add(name);", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.Items.Add(name);", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 456, + "column": 16 + } + }, + { + "incidentId": "85a5a358-1002-4369-bd0f-0a10fa4fc278", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.Items.Add(name);", + "protected": "T:System.Windows.Forms.ListBox.ObjectCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.Items.Add(name);", + "protectedSnippet": "T:System.Windows.Forms.ListBox.ObjectCollection", + "label": "T:System.Windows.Forms.ListBox.ObjectCollection", + "line": 456, + "column": 16 + } + }, + { + "incidentId": "a883edb7-ff38-4eb6-a541-0d83ae43adbc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.Items.Add(name);", + "protected": "P:System.Windows.Forms.ListBox.Items" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.Items.Add(name);", + "protectedSnippet": "P:System.Windows.Forms.ListBox.Items", + "label": "P:System.Windows.Forms.ListBox.Items", + "line": 456, + "column": 16 + } + }, + { + "incidentId": "8adb9e60-4593-4523-8dce-296e01ec9446", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.Items.Add(name);", + "protected": "M:System.Windows.Forms.ListBox.ObjectCollection.Add(System.Object)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.Items.Add(name);", + "protectedSnippet": "M:System.Windows.Forms.ListBox.ObjectCollection.Add(System.Object)", + "label": "M:System.Windows.Forms.ListBox.ObjectCollection.Add(System.Object)", + "line": 456, + "column": 16 + } + }, + { + "incidentId": "4a5d9957-4a94-4216-bfa8-7d4298d9ee7c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.Items.Clear();", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.Items.Clear();", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 452, + "column": 12 + } + }, + { + "incidentId": "9d355e09-b3cd-4e42-8794-63d311cc1c96", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.Items.Clear();", + "protected": "T:System.Windows.Forms.ListBox.ObjectCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.Items.Clear();", + "protectedSnippet": "T:System.Windows.Forms.ListBox.ObjectCollection", + "label": "T:System.Windows.Forms.ListBox.ObjectCollection", + "line": 452, + "column": 12 + } + }, + { + "incidentId": "95e6988f-1f4d-4f0d-8217-f835e9daac50", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.Items.Clear();", + "protected": "P:System.Windows.Forms.ListBox.Items" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.Items.Clear();", + "protectedSnippet": "P:System.Windows.Forms.ListBox.Items", + "label": "P:System.Windows.Forms.ListBox.Items", + "line": 452, + "column": 12 + } + }, + { + "incidentId": "7dc7038e-f685-4dc0-bb85-d05f730329dd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.Items.Clear();", + "protected": "M:System.Windows.Forms.ListBox.ObjectCollection.Clear" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.Items.Clear();", + "protectedSnippet": "M:System.Windows.Forms.ListBox.ObjectCollection.Clear", + "label": "M:System.Windows.Forms.ListBox.ObjectCollection.Clear", + "line": 452, + "column": 12 + } + }, + { + "incidentId": "919c87a0-b6c6-422d-a627-3708c00c5a3e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.MessageBoxIcon" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxIcon", + "label": "T:System.Windows.Forms.MessageBoxIcon", + "line": 432, + "column": 16 + } + }, + { + "incidentId": "18b3f0cc-3f6d-497b-96cf-6ebef20dca59", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.MessageBoxIcon" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxIcon", + "label": "T:System.Windows.Forms.MessageBoxIcon", + "line": 432, + "column": 16 + } + }, + { + "incidentId": "1d9e4638-d3e2-4f1f-9316-90f564788d5a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "F:System.Windows.Forms.MessageBoxIcon.Error" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "F:System.Windows.Forms.MessageBoxIcon.Error", + "label": "F:System.Windows.Forms.MessageBoxIcon.Error", + "line": 432, + "column": 16 + } + }, + { + "incidentId": "0057c5c3-c8e2-40d2-969b-b925a8eae099", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.MessageBoxButtons" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxButtons", + "label": "T:System.Windows.Forms.MessageBoxButtons", + "line": 432, + "column": 16 + } + }, + { + "incidentId": "c1b5aaba-de42-424a-9a95-f209997331c9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.MessageBoxButtons" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxButtons", + "label": "T:System.Windows.Forms.MessageBoxButtons", + "line": 432, + "column": 16 + } + }, + { + "incidentId": "c312501c-2215-4114-afc8-16e5d41f7537", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "F:System.Windows.Forms.MessageBoxButtons.OK" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "F:System.Windows.Forms.MessageBoxButtons.OK", + "label": "F:System.Windows.Forms.MessageBoxButtons.OK", + "line": 432, + "column": 16 + } + }, + { + "incidentId": "d5530897-7859-4d88-bd57-2fc17ec461fe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.MessageBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.MessageBox", + "label": "T:System.Windows.Forms.MessageBox", + "line": 432, + "column": 16 + } + }, + { + "incidentId": "6cbb8eb0-0146-4733-bfe2-0e3295299e7b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 432, + "column": 16 + } + }, + { + "incidentId": "13dcc76a-471f-44b1-84a3-122225822ce2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to save configuration:\\n\u0022 \u002B ex.Message, \u0022Save Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)", + "label": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)", + "line": 432, + "column": 16 + } + }, + { + "incidentId": "a07d97c1-4d5f-4269-b8b5-0475ef57b083", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "SaveConfigToPath(dialog.FileName);", + "protected": "P:System.Windows.Forms.FileDialog.FileName" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "SaveConfigToPath(dialog.FileName);", + "protectedSnippet": "P:System.Windows.Forms.FileDialog.FileName", + "label": "P:System.Windows.Forms.FileDialog.FileName", + "line": 413, + "column": 20 + } + }, + { + "incidentId": "8dc7629b-ef70-4221-b705-88552fd5de71", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 412, + "column": 16 + } + }, + { + "incidentId": "131c4123-4ad0-4524-8a2a-de16ab6ac488", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 412, + "column": 16 + } + }, + { + "incidentId": "d03a580b-d86c-420d-8528-a347aafe37d6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);", + "protected": "F:System.Windows.Forms.DialogResult.OK" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);", + "protectedSnippet": "F:System.Windows.Forms.DialogResult.OK", + "label": "F:System.Windows.Forms.DialogResult.OK", + "line": 412, + "column": 16 + } + }, + { + "incidentId": "b6351d10-c1ed-4548-8094-4fee252008ea", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 412, + "column": 16 + } + }, + { + "incidentId": "498a0166-5674-480d-9b41-614bd24aac58", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);", + "protected": "M:System.Windows.Forms.CommonDialog.ShowDialog(System.Windows.Forms.IWin32Window)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);", + "protectedSnippet": "M:System.Windows.Forms.CommonDialog.ShowDialog(System.Windows.Forms.IWin32Window)", + "label": "M:System.Windows.Forms.CommonDialog.ShowDialog(System.Windows.Forms.IWin32Window)", + "line": 412, + "column": 16 + } + }, + { + "incidentId": "42e17ce2-5d58-4b3a-ae9a-0f350ee50c60", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);", + "protected": "P:System.Windows.Forms.FileDialog.InitialDirectory" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);", + "protectedSnippet": "P:System.Windows.Forms.FileDialog.InitialDirectory", + "label": "P:System.Windows.Forms.FileDialog.InitialDirectory", + "line": 410, + "column": 20 + } + }, + { + "incidentId": "c6161c59-db0b-496d-996d-7dad245e73ba", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "dialog.FileName = \u0022appsettings.json\u0022;", + "protected": "P:System.Windows.Forms.FileDialog.FileName" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "dialog.FileName = \u0022appsettings.json\u0022;", + "protectedSnippet": "P:System.Windows.Forms.FileDialog.FileName", + "label": "P:System.Windows.Forms.FileDialog.FileName", + "line": 408, + "column": 16 + } + }, + { + "incidentId": "174687f3-8e11-4650-be48-a94c5a1dcb63", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "dialog.Title = \u0022Save appsettings.json\u0022;", + "protected": "P:System.Windows.Forms.FileDialog.Title" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "dialog.Title = \u0022Save appsettings.json\u0022;", + "protectedSnippet": "P:System.Windows.Forms.FileDialog.Title", + "label": "P:System.Windows.Forms.FileDialog.Title", + "line": 407, + "column": 16 + } + }, + { + "incidentId": "bf2f09f6-1d47-4020-8786-a5c2f85e060e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;", + "protected": "P:System.Windows.Forms.FileDialog.Filter" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;", + "protectedSnippet": "P:System.Windows.Forms.FileDialog.Filter", + "label": "P:System.Windows.Forms.FileDialog.Filter", + "line": 406, + "column": 16 + } + }, + { + "incidentId": "68963a52-a1c8-42dd-b89d-b7b2b3515783", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "using (var dialog = new SaveFileDialog())\r\n {\r\n dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;\r\n dialog.Title = \u0022Save appsettings.json\u0022;\r\n dialog.FileName = \u0022appsettings.json\u0022;\r\n if (!string.IsNullOrWhiteSpace(_currentPath))\r\n dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);\r\n\r\n if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);\r\n }", + "protected": "T:System.Windows.Forms.SaveFileDialog" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "using (var dialog = new SaveFileDialog())\r\n {\r\n dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;\r\n dialog.Title = \u0022Save appsettings.json\u0022;\r\n dialog.FileName = \u0022appsettings.json\u0022;\r\n if (!string.IsNullOrWhiteSpace(_currentPath))\r\n dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);\r\n\r\n if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);\r\n }", + "protectedSnippet": "T:System.Windows.Forms.SaveFileDialog", + "label": "T:System.Windows.Forms.SaveFileDialog", + "line": 404, + "column": 12 + } + }, + { + "incidentId": "27b02b95-b884-4773-9178-4d67a73d6c31", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "using (var dialog = new SaveFileDialog())\r\n {\r\n dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;\r\n dialog.Title = \u0022Save appsettings.json\u0022;\r\n dialog.FileName = \u0022appsettings.json\u0022;\r\n if (!string.IsNullOrWhiteSpace(_currentPath))\r\n dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);\r\n\r\n if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);\r\n }", + "protected": "M:System.Windows.Forms.SaveFileDialog.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "using (var dialog = new SaveFileDialog())\r\n {\r\n dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;\r\n dialog.Title = \u0022Save appsettings.json\u0022;\r\n dialog.FileName = \u0022appsettings.json\u0022;\r\n if (!string.IsNullOrWhiteSpace(_currentPath))\r\n dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);\r\n\r\n if (dialog.ShowDialog(this) == DialogResult.OK)\r\n SaveConfigToPath(dialog.FileName);\r\n }", + "protectedSnippet": "M:System.Windows.Forms.SaveFileDialog.#ctor", + "label": "M:System.Windows.Forms.SaveFileDialog.#ctor", + "line": 404, + "column": 12 + } + }, + { + "incidentId": "6051cbf8-d961-4df1-91ea-196a891b2f50", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.MessageBoxIcon" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxIcon", + "label": "T:System.Windows.Forms.MessageBoxIcon", + "line": 388, + "column": 16 + } + }, + { + "incidentId": "8c16b2cd-7103-42f9-b026-b9a783fb7e95", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.MessageBoxIcon" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxIcon", + "label": "T:System.Windows.Forms.MessageBoxIcon", + "line": 388, + "column": 16 + } + }, + { + "incidentId": "ce60f7fd-fb1f-492f-aabd-82f01130fde3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "F:System.Windows.Forms.MessageBoxIcon.Error" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "F:System.Windows.Forms.MessageBoxIcon.Error", + "label": "F:System.Windows.Forms.MessageBoxIcon.Error", + "line": 388, + "column": 16 + } + }, + { + "incidentId": "04f43eff-ccdb-45e7-9508-2254fb5e88a3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.MessageBoxButtons" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxButtons", + "label": "T:System.Windows.Forms.MessageBoxButtons", + "line": 388, + "column": 16 + } + }, + { + "incidentId": "d5dad55d-72b9-4c06-b799-21e5f7652834", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.MessageBoxButtons" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.MessageBoxButtons", + "label": "T:System.Windows.Forms.MessageBoxButtons", + "line": 388, + "column": 16 + } + }, + { + "incidentId": "07a846c9-d2e6-4303-ac4a-a47219133400", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "F:System.Windows.Forms.MessageBoxButtons.OK" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "F:System.Windows.Forms.MessageBoxButtons.OK", + "label": "F:System.Windows.Forms.MessageBoxButtons.OK", + "line": 388, + "column": 16 + } + }, + { + "incidentId": "585b7077-4148-4d28-aa69-f204e9710dec", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.MessageBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.MessageBox", + "label": "T:System.Windows.Forms.MessageBox", + "line": 388, + "column": 16 + } + }, + { + "incidentId": "10832634-2895-46d1-b5fa-7c8f07b0dcb7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 388, + "column": 16 + } + }, + { + "incidentId": "f025f9d1-57a3-4d37-b3b3-08b4ab589f4c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protected": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MessageBox.Show(this, \u0022Failed to load configuration:\\n\u0022 \u002B ex.Message, \u0022Load Error\u0022, MessageBoxButtons.OK, MessageBoxIcon.Error);", + "protectedSnippet": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)", + "label": "M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)", + "line": 388, + "column": 16 + } + }, + { + "incidentId": "63cc6265-767e-4eea-86c2-a4c7335e1b47", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "LoadConfig(dialog.FileName);", + "protected": "P:System.Windows.Forms.FileDialog.FileName" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "LoadConfig(dialog.FileName);", + "protectedSnippet": "P:System.Windows.Forms.FileDialog.FileName", + "label": "P:System.Windows.Forms.FileDialog.FileName", + "line": 352, + "column": 20 + } + }, + { + "incidentId": "f6b05656-9193-4217-9de9-669f853518d8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 351, + "column": 16 + } + }, + { + "incidentId": "9cf1b65b-b3a4-4a1e-9618-f35a3096d18d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 351, + "column": 16 + } + }, + { + "incidentId": "37897f6d-8fba-4e82-acf4-c5592cfe982f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);", + "protected": "F:System.Windows.Forms.DialogResult.OK" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);", + "protectedSnippet": "F:System.Windows.Forms.DialogResult.OK", + "label": "F:System.Windows.Forms.DialogResult.OK", + "line": 351, + "column": 16 + } + }, + { + "incidentId": "795de634-656d-43aa-a01a-94f556fb0781", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);", + "protected": "T:System.Windows.Forms.DialogResult" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);", + "protectedSnippet": "T:System.Windows.Forms.DialogResult", + "label": "T:System.Windows.Forms.DialogResult", + "line": 351, + "column": 16 + } + }, + { + "incidentId": "38688537-680e-431f-9e97-c6a6c737fb16", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);", + "protected": "M:System.Windows.Forms.CommonDialog.ShowDialog(System.Windows.Forms.IWin32Window)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);", + "protectedSnippet": "M:System.Windows.Forms.CommonDialog.ShowDialog(System.Windows.Forms.IWin32Window)", + "label": "M:System.Windows.Forms.CommonDialog.ShowDialog(System.Windows.Forms.IWin32Window)", + "line": 351, + "column": 16 + } + }, + { + "incidentId": "d47ca285-152a-4d12-8044-c88677d7a86b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);", + "protected": "P:System.Windows.Forms.FileDialog.InitialDirectory" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);", + "protectedSnippet": "P:System.Windows.Forms.FileDialog.InitialDirectory", + "label": "P:System.Windows.Forms.FileDialog.InitialDirectory", + "line": 349, + "column": 20 + } + }, + { + "incidentId": "4d6fc982-2d19-4c08-bd86-c80dfcc00050", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "dialog.Title = \u0022Open appsettings.json\u0022;", + "protected": "P:System.Windows.Forms.FileDialog.Title" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "dialog.Title = \u0022Open appsettings.json\u0022;", + "protectedSnippet": "P:System.Windows.Forms.FileDialog.Title", + "label": "P:System.Windows.Forms.FileDialog.Title", + "line": 347, + "column": 16 + } + }, + { + "incidentId": "4ad0ecd8-5200-4de3-936d-c7c10f90387b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;", + "protected": "P:System.Windows.Forms.FileDialog.Filter" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;", + "protectedSnippet": "P:System.Windows.Forms.FileDialog.Filter", + "label": "P:System.Windows.Forms.FileDialog.Filter", + "line": 346, + "column": 16 + } + }, + { + "incidentId": "90c447fe-dbb6-4719-87fd-ab19286f3eda", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "using (var dialog = new OpenFileDialog())\r\n {\r\n dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;\r\n dialog.Title = \u0022Open appsettings.json\u0022;\r\n if (!string.IsNullOrWhiteSpace(_currentPath))\r\n dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);\r\n\r\n if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);\r\n }", + "protected": "T:System.Windows.Forms.OpenFileDialog" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "using (var dialog = new OpenFileDialog())\r\n {\r\n dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;\r\n dialog.Title = \u0022Open appsettings.json\u0022;\r\n if (!string.IsNullOrWhiteSpace(_currentPath))\r\n dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);\r\n\r\n if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);\r\n }", + "protectedSnippet": "T:System.Windows.Forms.OpenFileDialog", + "label": "T:System.Windows.Forms.OpenFileDialog", + "line": 344, + "column": 12 + } + }, + { + "incidentId": "736927ac-27a7-41aa-ad02-a340d5a5475e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "using (var dialog = new OpenFileDialog())\r\n {\r\n dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;\r\n dialog.Title = \u0022Open appsettings.json\u0022;\r\n if (!string.IsNullOrWhiteSpace(_currentPath))\r\n dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);\r\n\r\n if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);\r\n }", + "protected": "M:System.Windows.Forms.OpenFileDialog.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "using (var dialog = new OpenFileDialog())\r\n {\r\n dialog.Filter = \u0022JSON files (*.json)|*.json|All files (*.*)|*.*\u0022;\r\n dialog.Title = \u0022Open appsettings.json\u0022;\r\n if (!string.IsNullOrWhiteSpace(_currentPath))\r\n dialog.InitialDirectory = Path.GetDirectoryName(_currentPath);\r\n\r\n if (dialog.ShowDialog(this) == DialogResult.OK)\r\n LoadConfig(dialog.FileName);\r\n }", + "protectedSnippet": "M:System.Windows.Forms.OpenFileDialog.#ctor", + "label": "M:System.Windows.Forms.OpenFileDialog.#ctor", + "line": 344, + "column": 12 + } + }, + { + "incidentId": "62323a62-874c-48c0-a37e-a2ba15ddb783", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "protected override void OnFormClosing(FormClosingEventArgs e)", + "protected": "T:System.Windows.Forms.FormClosingEventArgs" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "protected override void OnFormClosing(FormClosingEventArgs e)", + "protectedSnippet": "T:System.Windows.Forms.FormClosingEventArgs", + "label": "T:System.Windows.Forms.FormClosingEventArgs", + "line": 330, + "column": 8 + } + }, + { + "incidentId": "117587a8-0d3c-4215-baaf-c79e03568934", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "base.OnFormClosing(e);", + "protected": "M:System.Windows.Forms.Form.OnFormClosing(System.Windows.Forms.FormClosingEventArgs)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "base.OnFormClosing(e);", + "protectedSnippet": "M:System.Windows.Forms.Form.OnFormClosing(System.Windows.Forms.FormClosingEventArgs)", + "label": "M:System.Windows.Forms.Form.OnFormClosing(System.Windows.Forms.FormClosingEventArgs)", + "line": 337, + "column": 12 + } + }, + { + "incidentId": "03a1d59d-921c-4afd-ac58-1ccb2a73a48b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton.Click \u002B= (_, __) =\u003E RemoveCategory();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton.Click \u002B= (_, __) =\u003E RemoveCategory();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 300, + "column": 12 + } + }, + { + "incidentId": "e04c2ec4-d803-45eb-a25f-af9b9d1e44f5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton.Click \u002B= (_, __) =\u003E RemoveCategory();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton.Click \u002B= (_, __) =\u003E RemoveCategory();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 300, + "column": 12 + } + }, + { + "incidentId": "cb61bd3a-daef-41af-be7f-2407da00d6ba", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton.Click \u002B= (_, __) =\u003E UpdateCategory();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton.Click \u002B= (_, __) =\u003E UpdateCategory();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 299, + "column": 12 + } + }, + { + "incidentId": "f54b0155-655e-43c4-a2e4-703000fd3c22", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton.Click \u002B= (_, __) =\u003E UpdateCategory();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton.Click \u002B= (_, __) =\u003E UpdateCategory();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 299, + "column": 12 + } + }, + { + "incidentId": "81766f74-b69b-4258-bda4-5710e2055387", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton.Click \u002B= (_, __) =\u003E AddCategory();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton.Click \u002B= (_, __) =\u003E AddCategory();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 298, + "column": 12 + } + }, + { + "incidentId": "7db0054e-6ca5-4e6a-87a3-8b88ea818727", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton.Click \u002B= (_, __) =\u003E AddCategory();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton.Click \u002B= (_, __) =\u003E AddCategory();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 298, + "column": 12 + } + }, + { + "incidentId": "e8c58d36-e763-4d5c-be75-23278489f724", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedCategory();", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedCategory();", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 297, + "column": 12 + } + }, + { + "incidentId": "b8061771-1c91-444d-b8d6-d8341e6fb49a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedCategory();", + "protected": "E:System.Windows.Forms.ListBox.SelectedIndexChanged" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedCategory();", + "protectedSnippet": "E:System.Windows.Forms.ListBox.SelectedIndexChanged", + "label": "E:System.Windows.Forms.ListBox.SelectedIndexChanged", + "line": 297, + "column": 12 + } + }, + { + "incidentId": "f649a8ee-89dd-4f45-a0f3-fe60bd5fee23", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton.Click \u002B= (_, __) =\u003E RemoveExclusion();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton.Click \u002B= (_, __) =\u003E RemoveExclusion();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 295, + "column": 12 + } + }, + { + "incidentId": "f766c31c-b81e-42ac-b09b-85f61791d7a8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton.Click \u002B= (_, __) =\u003E RemoveExclusion();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton.Click \u002B= (_, __) =\u003E RemoveExclusion();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 295, + "column": 12 + } + }, + { + "incidentId": "e6ecf250-6e4f-48de-aef7-0b3b49e090cf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton.Click \u002B= (_, __) =\u003E UpdateExclusion();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton.Click \u002B= (_, __) =\u003E UpdateExclusion();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 294, + "column": 12 + } + }, + { + "incidentId": "c2f6a98f-87c4-466a-9e7f-dd46193d5ba4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton.Click \u002B= (_, __) =\u003E UpdateExclusion();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton.Click \u002B= (_, __) =\u003E UpdateExclusion();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 294, + "column": 12 + } + }, + { + "incidentId": "e6abc111-8293-4be3-a1cf-bd9df5ea4d0f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton.Click \u002B= (_, __) =\u003E AddExclusion();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton.Click \u002B= (_, __) =\u003E AddExclusion();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 293, + "column": 12 + } + }, + { + "incidentId": "cbab95f1-0a46-4460-af6b-9ceb20247c97", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton.Click \u002B= (_, __) =\u003E AddExclusion();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton.Click \u002B= (_, __) =\u003E AddExclusion();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 293, + "column": 12 + } + }, + { + "incidentId": "0e9b00aa-15fe-4d2e-9d4d-2d4d42c3f49a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedExclusion();", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedExclusion();", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 292, + "column": 12 + } + }, + { + "incidentId": "6d5f90b5-0cbc-462e-9b5f-c60ecf6d5077", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedExclusion();", + "protected": "E:System.Windows.Forms.ListBox.SelectedIndexChanged" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedExclusion();", + "protectedSnippet": "E:System.Windows.Forms.ListBox.SelectedIndexChanged", + "label": "E:System.Windows.Forms.ListBox.SelectedIndexChanged", + "line": 292, + "column": 12 + } + }, + { + "incidentId": "a1d2af13-811e-4307-9fc9-a51c0e943492", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton.Click \u002B= (_, __) =\u003E MoveApplication(1);", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton.Click \u002B= (_, __) =\u003E MoveApplication(1);", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 290, + "column": 12 + } + }, + { + "incidentId": "73560534-64a2-43f9-bdf0-44911ca6587b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton.Click \u002B= (_, __) =\u003E MoveApplication(1);", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton.Click \u002B= (_, __) =\u003E MoveApplication(1);", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 290, + "column": 12 + } + }, + { + "incidentId": "b2f14389-53d0-45d8-8353-1ac877dea2b3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton.Click \u002B= (_, __) =\u003E MoveApplication(-1);", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton.Click \u002B= (_, __) =\u003E MoveApplication(-1);", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 289, + "column": 12 + } + }, + { + "incidentId": "d0d67ebd-acf7-4c7b-a50d-66c1014c0960", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton.Click \u002B= (_, __) =\u003E MoveApplication(-1);", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton.Click \u002B= (_, __) =\u003E MoveApplication(-1);", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 289, + "column": 12 + } + }, + { + "incidentId": "0ad2fde8-7288-4c9f-9c17-22078f5727b5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton.Click \u002B= (_, __) =\u003E RemoveApplication();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton.Click \u002B= (_, __) =\u003E RemoveApplication();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 288, + "column": 12 + } + }, + { + "incidentId": "f481dec0-5c4d-4244-a43f-1d6dd99a78d6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton.Click \u002B= (_, __) =\u003E RemoveApplication();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton.Click \u002B= (_, __) =\u003E RemoveApplication();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 288, + "column": 12 + } + }, + { + "incidentId": "7320fbb6-8588-45e1-86a9-fb23f5b578c6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton.Click \u002B= (_, __) =\u003E UpdateApplication();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton.Click \u002B= (_, __) =\u003E UpdateApplication();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 287, + "column": 12 + } + }, + { + "incidentId": "bf0843d8-90c5-460c-8f85-c92197cf6c45", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton.Click \u002B= (_, __) =\u003E UpdateApplication();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton.Click \u002B= (_, __) =\u003E UpdateApplication();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 287, + "column": 12 + } + }, + { + "incidentId": "7684b027-8d55-4d72-bdc0-f0c7040a0726", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton.Click \u002B= (_, __) =\u003E AddApplication();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton.Click \u002B= (_, __) =\u003E AddApplication();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 286, + "column": 12 + } + }, + { + "incidentId": "586e949d-9170-45dd-82a0-96e42b8a375f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton.Click \u002B= (_, __) =\u003E AddApplication();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton.Click \u002B= (_, __) =\u003E AddApplication();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 286, + "column": 12 + } + }, + { + "incidentId": "61e18416-71f1-4b86-8eb7-7babc52c2b8c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedApplication();", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedApplication();", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 285, + "column": 12 + } + }, + { + "incidentId": "590971f4-4647-44c9-a337-9c1755158246", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedApplication();", + "protected": "E:System.Windows.Forms.ListBox.SelectedIndexChanged" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList.SelectedIndexChanged \u002B= (_, __) =\u003E LoadSelectedApplication();", + "protectedSnippet": "E:System.Windows.Forms.ListBox.SelectedIndexChanged", + "label": "E:System.Windows.Forms.ListBox.SelectedIndexChanged", + "line": 285, + "column": 12 + } + }, + { + "incidentId": "04065b61-ff1b-4b2f-97c1-ffe825245977", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "base.OnLoad(e);", + "protected": "M:System.Windows.Forms.Form.OnLoad(System.EventArgs)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "base.OnLoad(e);", + "protectedSnippet": "M:System.Windows.Forms.Form.OnLoad(System.EventArgs)", + "label": "M:System.Windows.Forms.Form.OnLoad(System.EventArgs)", + "line": 283, + "column": 12 + } + }, + { + "incidentId": "fd6f9d5a-f25d-4da6-b936-da746aaa0e05", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "private static TextBox CreateMultilineTextBox(string name)", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "private static TextBox CreateMultilineTextBox(string name)", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 269, + "column": 8 + } + }, + { + "incidentId": "266cde7e-4a07-49e9-957e-c0563325236a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "1edde3ac-820f-4b4b-9132-18960d571f0c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "2ec66fe0-7907-445f-bc3f-7a158d477f34", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "cdde7841-c868-4be3-a143-4c72695d3e5d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "edb3b255-f464-419c-b1df-d02ef2354ca4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "1465f359-4d0b-4494-9783-afee6636c146", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "P:System.Windows.Forms.Control.Height" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Height", + "label": "P:System.Windows.Forms.Control.Height", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "adee10f8-bb54-4b3b-b918-ab5c7c22d9fc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "T:System.Windows.Forms.ScrollBars" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "T:System.Windows.Forms.ScrollBars", + "label": "T:System.Windows.Forms.ScrollBars", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "2d411244-a32e-4309-9312-7ee075ca47e6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "T:System.Windows.Forms.ScrollBars" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "T:System.Windows.Forms.ScrollBars", + "label": "T:System.Windows.Forms.ScrollBars", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "99170923-3b6b-4bdf-ae86-f760ad679487", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "F:System.Windows.Forms.ScrollBars.Vertical" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "F:System.Windows.Forms.ScrollBars.Vertical", + "label": "F:System.Windows.Forms.ScrollBars.Vertical", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "cfeb6eec-8d7e-47e6-8f32-891ac429ba7c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "T:System.Windows.Forms.ScrollBars" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "T:System.Windows.Forms.ScrollBars", + "label": "T:System.Windows.Forms.ScrollBars", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "6666675f-fd41-44d1-93c0-21203762f76c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "P:System.Windows.Forms.TextBox.ScrollBars" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "P:System.Windows.Forms.TextBox.ScrollBars", + "label": "P:System.Windows.Forms.TextBox.ScrollBars", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "28d7b820-ff80-4337-be71-64e35a80a601", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "P:System.Windows.Forms.TextBox.Multiline" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "P:System.Windows.Forms.TextBox.Multiline", + "label": "P:System.Windows.Forms.TextBox.Multiline", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "efb964c1-176d-4a02-8bae-18e2fd730195", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "36cef7ad-13f6-44ed-b66d-99a7c775142a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "ff8d6239-afac-4b6c-8e1c-b3536dd92d20", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protected": "M:System.Windows.Forms.TextBox.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "return new TextBox\r\n {\r\n Name = name,\r\n Multiline = true,\r\n ScrollBars = ScrollBars.Vertical,\r\n Height = 120,\r\n Dock = DockStyle.Fill\r\n };", + "protectedSnippet": "M:System.Windows.Forms.TextBox.#ctor", + "label": "M:System.Windows.Forms.TextBox.#ctor", + "line": 271, + "column": 12 + } + }, + { + "incidentId": "492e11ce-5732-4fc4-8d37-df1ad7a427de", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "private TabPage CreateCategoriesTab()", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "private TabPage CreateCategoriesTab()", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 228, + "column": 8 + } + }, + { + "incidentId": "5eef1537-d2cc-4f7a-a53e-c1ac74801a28", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Tag = list;", + "protected": "P:System.Windows.Forms.Control.Tag" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Tag = list;", + "protectedSnippet": "P:System.Windows.Forms.Control.Tag", + "label": "P:System.Windows.Forms.Control.Tag", + "line": 265, + "column": 12 + } + }, + { + "incidentId": "588ab20f-bcba-4917-a87b-dce954c64780", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(details, 1, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(details, 1, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 264, + "column": 12 + } + }, + { + "incidentId": "efd9252b-8596-458f-aa89-d488643224de", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(details, 1, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(details, 1, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 264, + "column": 12 + } + }, + { + "incidentId": "1bcdf06a-c75a-45c4-8bca-a8dcf5a73b84", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(details, 1, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(details, 1, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 264, + "column": 12 + } + }, + { + "incidentId": "2148635d-cc39-4625-bb93-85b36b5ee9b8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(buttonPanel, 1, 3);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(buttonPanel, 1, 3);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 262, + "column": 12 + } + }, + { + "incidentId": "bb39acf7-4db5-4089-a4bb-80cf14cd87bd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(buttonPanel, 1, 3);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(buttonPanel, 1, 3);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 262, + "column": 12 + } + }, + { + "incidentId": "371bda0d-7e6c-4288-83c4-f6c1d145e105", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(buttonPanel, 1, 3);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(buttonPanel, 1, 3);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 262, + "column": 12 + } + }, + { + "incidentId": "c0ed4573-e04c-4b22-bdd9-a0bcea735cf8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(remove);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(remove);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 261, + "column": 12 + } + }, + { + "incidentId": "837f2228-2d04-4f13-91af-548c1247ad7b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(remove);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(remove);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 261, + "column": 12 + } + }, + { + "incidentId": "adde390f-ce1c-41c8-aa00-17bb0455827b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(remove);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(remove);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 261, + "column": 12 + } + }, + { + "incidentId": "97def75d-99f3-4dd5-9bdd-057b471e77b0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(update);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(update);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 260, + "column": 12 + } + }, + { + "incidentId": "9bd11925-7ae5-4d2b-ae03-570b123cc57d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(update);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(update);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 260, + "column": 12 + } + }, + { + "incidentId": "076afe1e-268d-4d5d-93fb-d7313105ba8e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(update);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(update);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 260, + "column": 12 + } + }, + { + "incidentId": "e231ed4a-4cb8-4b4e-9dae-1cfb83792dcf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(add);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(add);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 259, + "column": 12 + } + }, + { + "incidentId": "b384b269-5341-47a4-95de-38760b79f8d7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(add);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(add);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 259, + "column": 12 + } + }, + { + "incidentId": "b710dfd0-5937-492d-aaec-92fb32011651", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(add);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(add);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 259, + "column": 12 + } + }, + { + "incidentId": "da2c4a5c-28c2-4639-a649-7563c8d54784", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022CategoryRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022CategoryRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 258, + "column": 12 + } + }, + { + "incidentId": "4fe1ec51-2bfa-4252-87f3-d0739497c61d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022CategoryRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022CategoryRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 258, + "column": 12 + } + }, + { + "incidentId": "d41c6a9b-90f7-49c1-a306-d140fd328fb1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022CategoryRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022CategoryRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 258, + "column": 12 + } + }, + { + "incidentId": "eb35a7e0-6a2a-4db3-b185-ff86e1436f6f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022CategoryRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022CategoryRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 258, + "column": 12 + } + }, + { + "incidentId": "ac73df05-2eab-41e7-8fb1-bca300c3594f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022CategoryUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022CategoryUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 257, + "column": 12 + } + }, + { + "incidentId": "4dcfc328-3bca-4b65-9913-0b59222cce56", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022CategoryUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022CategoryUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 257, + "column": 12 + } + }, + { + "incidentId": "c87b5ab3-1fa6-40c2-8f95-6d67881c27f3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022CategoryUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022CategoryUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 257, + "column": 12 + } + }, + { + "incidentId": "07dc12d7-6566-402a-90e5-2b8e73e873bd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022CategoryUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022CategoryUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 257, + "column": 12 + } + }, + { + "incidentId": "29f16624-6c52-4175-9b27-55628056e13a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022CategoryAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022CategoryAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 256, + "column": 12 + } + }, + { + "incidentId": "4829f88c-b9b2-4a95-87bb-cfec74123dd8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022CategoryAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022CategoryAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 256, + "column": 12 + } + }, + { + "incidentId": "48b319c3-522a-44dc-a2eb-bba96b6a9253", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022CategoryAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022CategoryAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 256, + "column": 12 + } + }, + { + "incidentId": "864bf1f7-8e5f-4f5e-b635-0f052a18817f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022CategoryAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022CategoryAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 256, + "column": 12 + } + }, + { + "incidentId": "020ecd23-8baf-4800-bf0d-ddcc2311ce2c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "P:System.Windows.Forms.Panel.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "P:System.Windows.Forms.Panel.AutoSize", + "label": "P:System.Windows.Forms.Panel.AutoSize", + "line": 255, + "column": 12 + } + }, + { + "incidentId": "446e3e64-f003-4671-af21-95dd3b947f5f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 255, + "column": 12 + } + }, + { + "incidentId": "63a07cee-25c6-4a4f-82a4-2f94f2fd97cc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 255, + "column": 12 + } + }, + { + "incidentId": "70d99e6c-c91f-4554-8c26-6db7445d72b9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 255, + "column": 12 + } + }, + { + "incidentId": "07a94b78-6eea-4d8f-b3e5-1bd4df7df27b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 255, + "column": 12 + } + }, + { + "incidentId": "3f399b16-f1b0-4735-aad0-037d567b7c31", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 255, + "column": 12 + } + }, + { + "incidentId": "db829445-f82d-4e8c-bf32-fa990dbb75cb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.FlowLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.FlowLayoutPanel", + "label": "T:System.Windows.Forms.FlowLayoutPanel", + "line": 255, + "column": 12 + } + }, + { + "incidentId": "8df9705e-bc9e-402c-bd48-f9cbd80dbfed", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "M:System.Windows.Forms.FlowLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "line": 255, + "column": 12 + } + }, + { + "incidentId": "63d82390-d0d4-4f90-9607-bcaabb9872c1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(excludeText, 1, 2);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(excludeText, 1, 2);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 253, + "column": 12 + } + }, + { + "incidentId": "01d7d18c-c637-4579-b508-70315c2fe4c1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(excludeText, 1, 2);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(excludeText, 1, 2);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 253, + "column": 12 + } + }, + { + "incidentId": "03cd0096-9384-4b96-95dc-7efbcdafd49e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(excludeText, 1, 2);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(excludeText, 1, 2);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 253, + "column": 12 + } + }, + { + "incidentId": "6fcd6ebf-718e-40a8-8602-9d24f3925ee4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var excludeText = CreateMultilineTextBox(\u0022CategoryExcludeText\u0022);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var excludeText = CreateMultilineTextBox(\u0022CategoryExcludeText\u0022);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 252, + "column": 12 + } + }, + { + "incidentId": "616b3c22-64e2-455a-9b9d-89608bdbe4fb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "1e122645-03d6-4b52-ac1f-971cdf66589e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "36b3680e-40f2-4f57-b30a-003369bf1523", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "b7f6ac7f-c0b5-4c08-a924-ec1077847692", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "b19dc6d8-a1a9-4ac5-830e-35830e4cf299", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "P:System.Windows.Forms.Label.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "P:System.Windows.Forms.Label.AutoSize", + "label": "P:System.Windows.Forms.Label.AutoSize", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "be90d5ae-5722-45f0-a0fd-35a55b6e5eb2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "P:System.Windows.Forms.Label.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "P:System.Windows.Forms.Label.Text", + "label": "P:System.Windows.Forms.Label.Text", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "c8c0af34-561b-4948-9cd2-d08f873e8561", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "T:System.Windows.Forms.Label" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "T:System.Windows.Forms.Label", + "label": "T:System.Windows.Forms.Label", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "f6f9a6ad-190e-44aa-96f7-b6fd2ccf22ba", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "M:System.Windows.Forms.Label.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "M:System.Windows.Forms.Label.#ctor", + "label": "M:System.Windows.Forms.Label.#ctor", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "35694a11-91ad-4780-b968-16d6e21121eb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "ea529610-c4a0-45d7-aaf9-03f6c362c2f7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "b186cd64-c327-47b6-aee9-ced522af97e9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 251, + "column": 12 + } + }, + { + "incidentId": "8849f193-05ca-47f2-b664-d253f7beeb0c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(includeText, 1, 1);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(includeText, 1, 1);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 249, + "column": 12 + } + }, + { + "incidentId": "36f01f14-f975-4a66-9ea1-c2d308b779db", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(includeText, 1, 1);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(includeText, 1, 1);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 249, + "column": 12 + } + }, + { + "incidentId": "a08c4fb0-4c02-4acd-b78d-3a46bd5aee38", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(includeText, 1, 1);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(includeText, 1, 1);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 249, + "column": 12 + } + }, + { + "incidentId": "76ba4b57-66b8-4b28-ae24-45fa9ecd5ef5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var includeText = CreateMultilineTextBox(\u0022CategoryIncludeText\u0022);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var includeText = CreateMultilineTextBox(\u0022CategoryIncludeText\u0022);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 248, + "column": 12 + } + }, + { + "incidentId": "08e64f1e-51d1-417d-b56e-1366890da945", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "d1b913ec-4e0c-496f-be26-eeb697b60b77", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "cb0b07bf-8e4e-434f-9abc-3eac4c41e16e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "49cbc44d-d813-4604-80e2-4b6202871cac", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "09169249-10d8-4c9a-aeba-02674cab15df", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "P:System.Windows.Forms.Label.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.Label.AutoSize", + "label": "P:System.Windows.Forms.Label.AutoSize", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "6cfb7897-3f16-481d-b0bf-44dd2c25ded5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "P:System.Windows.Forms.Label.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.Label.Text", + "label": "P:System.Windows.Forms.Label.Text", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "ac9830ab-eacd-4482-adb0-aef0e83b0b7e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "T:System.Windows.Forms.Label" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.Label", + "label": "T:System.Windows.Forms.Label", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "c27a6357-516f-4c6b-b80f-ddae14c85b3d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "M:System.Windows.Forms.Label.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "M:System.Windows.Forms.Label.#ctor", + "label": "M:System.Windows.Forms.Label.#ctor", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "9d45251f-201e-4181-9208-e0508edc2974", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "73b18dbf-4850-415a-b227-42facf4cbacf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "f67f6f65-1968-4c64-8fd9-38a67aaf98f2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include applications\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 247, + "column": 12 + } + }, + { + "incidentId": "b51b4600-8791-42d1-a065-9edb9f9a3b47", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(nameText, 1, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(nameText, 1, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 245, + "column": 12 + } + }, + { + "incidentId": "1930736d-d975-4356-ac30-1ad78d18c2bf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(nameText, 1, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(nameText, 1, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 245, + "column": 12 + } + }, + { + "incidentId": "183937ae-e168-41c9-822d-aa97fb7e9752", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(nameText, 1, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(nameText, 1, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 245, + "column": 12 + } + }, + { + "incidentId": "3544f48b-9a8b-480b-a8b6-f62e254e8825", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 244, + "column": 12 + } + }, + { + "incidentId": "2d8f091c-cd31-4103-89dd-e677754bb5c1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 244, + "column": 12 + } + }, + { + "incidentId": "674faae9-0857-4d7e-9a5f-308606b85f15", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 244, + "column": 12 + } + }, + { + "incidentId": "70993ad2-96de-4c08-87e8-560033eed59b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 244, + "column": 12 + } + }, + { + "incidentId": "d0236556-643c-4482-b417-4d959c04ef67", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 244, + "column": 12 + } + }, + { + "incidentId": "a733469d-fcbe-45ed-a7b7-74e6c524a0b9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 244, + "column": 12 + } + }, + { + "incidentId": "f6ef2c17-3a6d-4006-9b37-489a6fd15221", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 244, + "column": 12 + } + }, + { + "incidentId": "c99ef744-bea3-4c48-b411-779110406ee1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protected": "M:System.Windows.Forms.TextBox.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022CategoryNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "M:System.Windows.Forms.TextBox.#ctor", + "label": "M:System.Windows.Forms.TextBox.#ctor", + "line": 244, + "column": 12 + } + }, + { + "incidentId": "342076d1-76f8-44e6-b6c7-143020c30c7d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "ab478aba-1908-47ac-93a3-275922dc428e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "c8d9411e-ebc5-4857-964a-7670bb0bdd6b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "7bd48fd4-9e9b-4a08-ae44-e7886d7b450d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "ff0cabde-f3ba-455b-8661-99b2b1c58363", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.Label.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.Label.AutoSize", + "label": "P:System.Windows.Forms.Label.AutoSize", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "f766b07b-5f0c-4386-a465-d6d5b9321f9a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.Label.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.Label.Text", + "label": "P:System.Windows.Forms.Label.Text", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "ca454f8e-e09a-45c9-89ae-b6bfc3ba0776", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.Label" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.Label", + "label": "T:System.Windows.Forms.Label", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "3cf48758-6694-4577-a8cd-90e1f161367a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "M:System.Windows.Forms.Label.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.Label.#ctor", + "label": "M:System.Windows.Forms.Label.#ctor", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "141f500a-6ec0-4d5a-91fa-c82a5cb66012", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "feff8760-bff0-4821-8ac2-7d5b2fcf1e42", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "a12e8201-223f-475a-9ede-4e3868b8d20d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 243, + "column": 12 + } + }, + { + "incidentId": "9e9cb9fe-1a87-46c6-8ea5-849e91803b45", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 241, + "column": 12 + } + }, + { + "incidentId": "56accddc-6d07-4df0-ae61-0ada4805f78e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 241, + "column": 12 + } + }, + { + "incidentId": "279d8e21-9292-4fae-9d26-7b3831087ee2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 241, + "column": 12 + } + }, + { + "incidentId": "cca53e49-6775-406d-b869-3d223b0f729d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 241, + "column": 12 + } + }, + { + "incidentId": "ca4db7e5-289a-40da-9df0-3fb0e24e4226", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 241, + "column": 12 + } + }, + { + "incidentId": "4968f032-80f9-4e92-9ae6-2562a530ce2d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 241, + "column": 12 + } + }, + { + "incidentId": "e710fe97-7691-4146-876d-77b590679491", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 241, + "column": 12 + } + }, + { + "incidentId": "380ce293-9524-40a2-b8ec-01f51a014d18", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 241, + "column": 12 + } + }, + { + "incidentId": "8b662606-9410-42fa-946d-b7102622a84e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 240, + "column": 12 + } + }, + { + "incidentId": "d110ec31-4ea9-41aa-95bb-75437acd3db4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 240, + "column": 12 + } + }, + { + "incidentId": "d979a82e-fd3e-4d93-a1bf-156fc49f088b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "F:System.Windows.Forms.SizeType.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.AutoSize", + "label": "F:System.Windows.Forms.SizeType.AutoSize", + "line": 240, + "column": 12 + } + }, + { + "incidentId": "76c290d5-3eb3-41b8-807e-7bb3d81e6059", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 240, + "column": 12 + } + }, + { + "incidentId": "00bd06e2-d7ab-43c6-b36e-7dbc67e2c56c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType)", + "line": 240, + "column": 12 + } + }, + { + "incidentId": "ef9f80f9-09d9-4042-a765-9073f1962de6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 240, + "column": 12 + } + }, + { + "incidentId": "cceb5f6a-f3aa-4b96-9191-cd0c6afff9f1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 240, + "column": 12 + } + }, + { + "incidentId": "6cbf5a20-efea-4cc8-8d7b-6ce1811d789d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 240, + "column": 12 + } + }, + { + "incidentId": "fece3713-4d06-44f2-b81f-9b31cbc7aabe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "a8c82975-fdb3-46d4-8f6d-1f17184cc35e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32)", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "c56edc0e-94ec-49d4-bdc9-ca0b0066376c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "27528bd0-71bf-41ed-ba41-4564702e1a78", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "c58e78ba-9695-4fc3-93e9-b0d473b71153", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "65a8d9de-ce79-4db9-a626-6f73cdfb2b50", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "9722ce49-7c16-424b-880b-cf053f2249c8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "6791f4f1-0c2b-48c4-abd9-694d51161016", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "2035d14b-a75f-4d7a-974c-c91059771b0a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "1e0e6ae6-14c9-4b98-8c82-e51b8e020dad", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "f6d20ce1-bc99-478e-b136-ed2ab6387b37", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.TableLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutPanel", + "label": "T:System.Windows.Forms.TableLayoutPanel", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "901447f6-e59f-49fa-bb18-518fabceaa63", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "M:System.Windows.Forms.TableLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "line": 239, + "column": 12 + } + }, + { + "incidentId": "5bae9616-1618-4f2f-a865-e5183e524955", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(list, 0, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(list, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 237, + "column": 12 + } + }, + { + "incidentId": "6fb06b66-4b91-4f2e-afbb-faf4a731fb53", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(list, 0, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(list, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 237, + "column": 12 + } + }, + { + "incidentId": "247b3610-17d2-4255-9c77-0c72d5fe9787", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(list, 0, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(list, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 237, + "column": 12 + } + }, + { + "incidentId": "e37a3eff-a2d7-48b6-8b59-19b4f2b29349", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 236, + "column": 12 + } + }, + { + "incidentId": "2ac70d69-4472-48e8-b129-8ad6ca9e404b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 236, + "column": 12 + } + }, + { + "incidentId": "6d11d50d-3827-4bb4-9fc3-37abf885212c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 236, + "column": 12 + } + }, + { + "incidentId": "13535bc8-7a6d-4cdd-a5ac-ae638f3d8f52", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 236, + "column": 12 + } + }, + { + "incidentId": "706868b1-0aeb-41fb-bb83-2c75cd475f64", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 236, + "column": 12 + } + }, + { + "incidentId": "8a2fd053-6675-4001-8936-bc516c93984a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 236, + "column": 12 + } + }, + { + "incidentId": "2bd3e768-f172-47f4-937b-02f72f951167", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "M:System.Windows.Forms.ListBox.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "M:System.Windows.Forms.ListBox.#ctor", + "label": "M:System.Windows.Forms.ListBox.#ctor", + "line": 236, + "column": 12 + } + }, + { + "incidentId": "cf6827ba-1155-4ef6-870b-0243ed306ef4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Controls.Add(layout);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Controls.Add(layout);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 234, + "column": 12 + } + }, + { + "incidentId": "753df247-ec4f-4aab-aa26-038b858c9b33", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Controls.Add(layout);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Controls.Add(layout);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 234, + "column": 12 + } + }, + { + "incidentId": "78285545-6778-4f76-9fac-7a41052422f0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Controls.Add(layout);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Controls.Add(layout);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 234, + "column": 12 + } + }, + { + "incidentId": "f29683ff-ae37-45fc-8b89-98bfd305079e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 233, + "column": 12 + } + }, + { + "incidentId": "d0f01aa3-d667-4cc0-ac1a-750e9cd025dd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 233, + "column": 12 + } + }, + { + "incidentId": "cca591b2-8947-472e-aee8-0ebaef328d7b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 233, + "column": 12 + } + }, + { + "incidentId": "96586341-31c4-40fe-b601-a3e5c6fc99a4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 233, + "column": 12 + } + }, + { + "incidentId": "56246a80-b00d-4c6c-b8d8-1fd7f0d6f02c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 233, + "column": 12 + } + }, + { + "incidentId": "156bbd03-4c52-467e-aba3-d7312fafe802", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 233, + "column": 12 + } + }, + { + "incidentId": "34187fc3-c12a-4707-a31a-e740b2ede64c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 233, + "column": 12 + } + }, + { + "incidentId": "a381aff7-d894-418b-a82f-a11529c50c5c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 233, + "column": 12 + } + }, + { + "incidentId": "6d800a98-0384-4b4b-affb-8f1a5c0c7fbf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 232, + "column": 12 + } + }, + { + "incidentId": "b048bc65-8a7d-496c-8e05-fa422e17dda8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 232, + "column": 12 + } + }, + { + "incidentId": "dfe18aee-c022-4fd1-8951-8849a91f0f65", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 232, + "column": 12 + } + }, + { + "incidentId": "d060e26a-ae50-4ffe-baff-8fbdcd7baebf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 232, + "column": 12 + } + }, + { + "incidentId": "fbae9953-727a-49bb-a246-7f491df5b538", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 232, + "column": 12 + } + }, + { + "incidentId": "7a26dddf-1e2b-48fe-ae66-7f3eab064dff", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 232, + "column": 12 + } + }, + { + "incidentId": "122b2a06-eff8-470c-b7b5-41c585ca4b5e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 232, + "column": 12 + } + }, + { + "incidentId": "dc3ac00f-3157-4c06-b9ee-9109c2a6e490", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 232, + "column": 12 + } + }, + { + "incidentId": "3d8a0689-25a7-48f1-8b4c-fb788c9ae199", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "line": 231, + "column": 12 + } + }, + { + "incidentId": "9b08dfc6-7c90-4ec2-8c6d-ada7092571ea", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 231, + "column": 12 + } + }, + { + "incidentId": "429c54c8-9102-4da3-8d2c-e62efb65a1fe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 231, + "column": 12 + } + }, + { + "incidentId": "d6044c99-4e28-497d-965b-3a3f3cae4aa6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 231, + "column": 12 + } + }, + { + "incidentId": "da2c7e32-8101-42cd-9f82-bf8276a0e0f5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 231, + "column": 12 + } + }, + { + "incidentId": "c67243f1-ea8e-4bca-95d0-f792d1d52306", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 231, + "column": 12 + } + }, + { + "incidentId": "f5c34cbe-ebd1-41b9-b51d-042759ad9389", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.TableLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutPanel", + "label": "T:System.Windows.Forms.TableLayoutPanel", + "line": 231, + "column": 12 + } + }, + { + "incidentId": "27529293-c6bc-4d73-9f26-1038d2f1a7e0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "M:System.Windows.Forms.TableLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "line": 231, + "column": 12 + } + }, + { + "incidentId": "5ebcaf46-9d5b-4f73-8e26-db08da3c293e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tab = new TabPage(\u0022Categories\u0022);", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tab = new TabPage(\u0022Categories\u0022);", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 230, + "column": 12 + } + }, + { + "incidentId": "2a6e629c-7dc5-43e5-8bd5-5d34733ddc52", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tab = new TabPage(\u0022Categories\u0022);", + "protected": "M:System.Windows.Forms.TabPage.#ctor(System.String)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tab = new TabPage(\u0022Categories\u0022);", + "protectedSnippet": "M:System.Windows.Forms.TabPage.#ctor(System.String)", + "label": "M:System.Windows.Forms.TabPage.#ctor(System.String)", + "line": 230, + "column": 12 + } + }, + { + "incidentId": "f8e5db5f-0e0a-4f25-aa8d-ef7af4fdcdcf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "private TabPage CreateExclusionsTab()", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "private TabPage CreateExclusionsTab()", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 195, + "column": 8 + } + }, + { + "incidentId": "1f7b9ac0-9fb8-4417-b63b-2a974c08bfe2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Tag = list;", + "protected": "P:System.Windows.Forms.Control.Tag" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Tag = list;", + "protectedSnippet": "P:System.Windows.Forms.Control.Tag", + "label": "P:System.Windows.Forms.Control.Tag", + "line": 224, + "column": 12 + } + }, + { + "incidentId": "7c185c80-7fda-46a2-af82-844e13c8369a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(details, 1, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(details, 1, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 223, + "column": 12 + } + }, + { + "incidentId": "d32f8610-0f91-4e03-ba6b-b85e7c7cad7e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(details, 1, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(details, 1, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 223, + "column": 12 + } + }, + { + "incidentId": "b0b90472-62a9-4a23-8440-a241b2b77b59", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(details, 1, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(details, 1, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 223, + "column": 12 + } + }, + { + "incidentId": "edc6f76d-f0f0-42d2-b0e0-5f329ae76507", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(buttonPanel, 1, 1);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(buttonPanel, 1, 1);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 221, + "column": 12 + } + }, + { + "incidentId": "9202fbea-63af-405f-94aa-f158cced425f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(buttonPanel, 1, 1);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(buttonPanel, 1, 1);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 221, + "column": 12 + } + }, + { + "incidentId": "d5b3fd52-f210-4d16-947e-4da9521ba6ec", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(buttonPanel, 1, 1);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(buttonPanel, 1, 1);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 221, + "column": 12 + } + }, + { + "incidentId": "da14747e-da3e-4da5-ad05-cfc16c5b055c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(remove);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(remove);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 220, + "column": 12 + } + }, + { + "incidentId": "2cca076d-0c7a-486c-8263-cc03d797229b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(remove);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(remove);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 220, + "column": 12 + } + }, + { + "incidentId": "c2f96893-bc6e-488c-aa4a-6c121a3aaf3a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(remove);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(remove);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 220, + "column": 12 + } + }, + { + "incidentId": "f6ea5544-e2bb-4870-9402-6db3491319d5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(update);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(update);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 219, + "column": 12 + } + }, + { + "incidentId": "f6a25ea2-c332-4247-a393-a45d1c129b27", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(update);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(update);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 219, + "column": 12 + } + }, + { + "incidentId": "7509d0c9-ade3-4132-b26e-230b6b8ba52b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(update);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(update);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 219, + "column": 12 + } + }, + { + "incidentId": "bfe049da-6915-429a-9622-b091da1b7991", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(add);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(add);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 218, + "column": 12 + } + }, + { + "incidentId": "c2aa1b76-4e06-4b33-b4f4-5f54d6681559", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(add);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(add);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 218, + "column": 12 + } + }, + { + "incidentId": "3b90f922-739c-4562-b545-995941dc5188", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(add);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(add);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 218, + "column": 12 + } + }, + { + "incidentId": "299d8760-4e3b-4a57-92cc-43774874b412", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022ExclusionRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022ExclusionRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 217, + "column": 12 + } + }, + { + "incidentId": "e9562ea2-bf51-4ed6-bdf2-95881ead20eb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022ExclusionRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022ExclusionRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 217, + "column": 12 + } + }, + { + "incidentId": "381a3bf6-1721-4e5c-8e03-1ebd21f2f689", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022ExclusionRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022ExclusionRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 217, + "column": 12 + } + }, + { + "incidentId": "9265a147-d6b5-43e3-95e7-ff151bf8f37f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022ExclusionRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022ExclusionRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 217, + "column": 12 + } + }, + { + "incidentId": "a646e622-aad5-4791-82c2-b2755dee8f6b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022ExclusionUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022ExclusionUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 216, + "column": 12 + } + }, + { + "incidentId": "42a01f01-5124-4923-ae21-9925c830df7a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022ExclusionUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022ExclusionUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 216, + "column": 12 + } + }, + { + "incidentId": "c1b084bb-0a75-485b-9e8b-640b2baba64f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022ExclusionUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022ExclusionUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 216, + "column": 12 + } + }, + { + "incidentId": "1d2a02b9-6287-40b5-8d7d-db7f601f810b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022ExclusionUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022ExclusionUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 216, + "column": 12 + } + }, + { + "incidentId": "c93db849-8177-4916-b366-895efd10c130", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022ExclusionAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022ExclusionAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 215, + "column": 12 + } + }, + { + "incidentId": "844305db-77db-4e77-a282-1fd7a1f22d09", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022ExclusionAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022ExclusionAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 215, + "column": 12 + } + }, + { + "incidentId": "7f16dab4-0a09-4095-a484-5a16272fa4ff", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022ExclusionAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022ExclusionAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 215, + "column": 12 + } + }, + { + "incidentId": "74250dae-2c40-4f9f-8ade-dd4c49168d27", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022ExclusionAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022ExclusionAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 215, + "column": 12 + } + }, + { + "incidentId": "f9820ee0-d054-46e7-9417-94807d8aba6c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "P:System.Windows.Forms.Panel.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "P:System.Windows.Forms.Panel.AutoSize", + "label": "P:System.Windows.Forms.Panel.AutoSize", + "line": 214, + "column": 12 + } + }, + { + "incidentId": "0633e7ab-660f-41da-b20f-4efbc087770a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 214, + "column": 12 + } + }, + { + "incidentId": "f160c754-f9ce-4370-9833-25a97f612f13", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 214, + "column": 12 + } + }, + { + "incidentId": "5ba36fb3-e100-47d5-b7e2-b77133f0ad95", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 214, + "column": 12 + } + }, + { + "incidentId": "92493f51-3090-419b-96be-6b6fb18e4f04", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 214, + "column": 12 + } + }, + { + "incidentId": "08215e9d-4bf6-47fb-aa9f-a2feb658b820", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 214, + "column": 12 + } + }, + { + "incidentId": "165ed967-c0d8-469e-853a-60b3565b208d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.FlowLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.FlowLayoutPanel", + "label": "T:System.Windows.Forms.FlowLayoutPanel", + "line": 214, + "column": 12 + } + }, + { + "incidentId": "1b5080db-51ab-4baa-b2cc-a105a79eccd1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "M:System.Windows.Forms.FlowLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "line": 214, + "column": 12 + } + }, + { + "incidentId": "270b3443-551d-4743-9039-47dbbea3152d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(includeText, 1, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(includeText, 1, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 212, + "column": 12 + } + }, + { + "incidentId": "31e46896-7450-40c3-8026-cf86f1c8873f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(includeText, 1, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(includeText, 1, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 212, + "column": 12 + } + }, + { + "incidentId": "e85b8991-e9f9-4295-a9b9-99a5ae061490", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(includeText, 1, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(includeText, 1, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 212, + "column": 12 + } + }, + { + "incidentId": "96130668-7170-4a1f-963d-a9dae437ebc9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var includeText = CreateMultilineTextBox(\u0022ExclusionIncludeText\u0022);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var includeText = CreateMultilineTextBox(\u0022ExclusionIncludeText\u0022);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 211, + "column": 12 + } + }, + { + "incidentId": "f9903354-bd90-4b23-9652-83f675633248", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "47b734a6-bb4e-4753-8ce2-5be6a22d5772", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "b6a6946f-3c02-4af3-b234-bc8b04784f84", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "3c2736ae-2c04-4d2e-b64d-a418df85ee41", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "ce44a394-af7a-4043-a9c8-9f297bc0dd0d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.Label.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.Label.AutoSize", + "label": "P:System.Windows.Forms.Label.AutoSize", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "a5e00c72-4265-4a32-bca5-9654bae7d95f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.Label.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.Label.Text", + "label": "P:System.Windows.Forms.Label.Text", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "e4065584-5be9-4687-b518-fac22190b22a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.Label" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.Label", + "label": "T:System.Windows.Forms.Label", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "20ac2351-6def-4c51-8ba2-3be73a523de4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "M:System.Windows.Forms.Label.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.Label.#ctor", + "label": "M:System.Windows.Forms.Label.#ctor", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "0a85bd67-ce82-4690-be04-a7f5f9652604", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "19bcbfc9-7b61-4fd4-912d-1cf94fc1bbe2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "b9ec84e9-1477-4967-b0e5-8eda16845f46", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 210, + "column": 12 + } + }, + { + "incidentId": "addde2e1-8887-4013-81b7-11dc20c4d7ab", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 208, + "column": 12 + } + }, + { + "incidentId": "3459973f-8dc0-4717-b2fd-3e47f8bd931d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 208, + "column": 12 + } + }, + { + "incidentId": "7b14b935-fbf1-459b-9a8e-c6c92072d4e4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 208, + "column": 12 + } + }, + { + "incidentId": "071eeb7d-9ef9-4f38-8871-8aec38366dc2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 208, + "column": 12 + } + }, + { + "incidentId": "f4bd2e4d-7c75-4b72-810a-3f04839bd5ab", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 208, + "column": 12 + } + }, + { + "incidentId": "3e42ab8e-4870-4712-8894-a17c968608ca", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 208, + "column": 12 + } + }, + { + "incidentId": "34ee421c-73e0-4303-b0c4-6ec5c669bccb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 208, + "column": 12 + } + }, + { + "incidentId": "4a4d5023-ba25-41c2-b5d3-892ca1a484e7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 208, + "column": 12 + } + }, + { + "incidentId": "3a9048b7-8f85-4aa1-bb45-3a2dfac3c4bc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 207, + "column": 12 + } + }, + { + "incidentId": "01e170c0-2f55-4f6f-b825-f0f366678b63", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 207, + "column": 12 + } + }, + { + "incidentId": "77380f54-b3e1-45d3-8455-0ccdf65d27f4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "F:System.Windows.Forms.SizeType.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.AutoSize", + "label": "F:System.Windows.Forms.SizeType.AutoSize", + "line": 207, + "column": 12 + } + }, + { + "incidentId": "18840d1d-151f-424b-bb73-82677fe3f8d6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 207, + "column": 12 + } + }, + { + "incidentId": "868ef31e-f350-4eae-9efc-c2e0f346357f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType)", + "line": 207, + "column": 12 + } + }, + { + "incidentId": "bebe1a60-d077-4404-9d3a-948941cbeb88", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 207, + "column": 12 + } + }, + { + "incidentId": "fdd5a6d0-9a71-4e24-bb23-3d8f599b4dc9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 207, + "column": 12 + } + }, + { + "incidentId": "8eb9f2f1-34a2-4992-9e88-73a659c838fb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 207, + "column": 12 + } + }, + { + "incidentId": "dbe3ea10-d653-464e-aca2-87d7eca60272", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "4f747f40-1712-48da-9787-009bc39239db", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32)", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "e05dfd28-4172-4d24-9234-896861e1d730", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "d8460f55-07af-4d71-b889-97fbf7f25e93", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "da017193-728c-46b6-8da0-8fddf052c177", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "ab918b38-6545-4e42-9871-4c7feb9324f4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "abd7d8bf-89e7-4825-9592-6c71e98dd824", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "ab45f050-943c-465d-b423-3970353ea0b6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "17c1a61b-423b-4f95-a994-71749c81e2ea", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "7533cc7e-6d62-41c0-829b-62bb454f0abb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "48092865-0906-454c-8c5f-53a57df2687b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.TableLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutPanel", + "label": "T:System.Windows.Forms.TableLayoutPanel", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "8d438b5c-cf36-47d3-b7de-3eba9c196477", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "M:System.Windows.Forms.TableLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "line": 206, + "column": 12 + } + }, + { + "incidentId": "fcb8ee66-2320-4ad8-bf25-525ca222b1e6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(list, 0, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(list, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 204, + "column": 12 + } + }, + { + "incidentId": "5ba05068-67ef-40ea-9e2e-f52981cdc385", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(list, 0, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(list, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 204, + "column": 12 + } + }, + { + "incidentId": "3054a7f1-30f0-47ab-84d7-259883c07b7b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(list, 0, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(list, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 204, + "column": 12 + } + }, + { + "incidentId": "6be7d438-024b-405f-a32c-951734a91ace", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 203, + "column": 12 + } + }, + { + "incidentId": "46b9f9d2-5324-4a31-a6e6-097342b869af", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 203, + "column": 12 + } + }, + { + "incidentId": "59ed8a96-7d5d-4a2d-a155-4f709e4991bc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 203, + "column": 12 + } + }, + { + "incidentId": "bc4a086d-a14b-4170-94a4-18f5f0ad420c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 203, + "column": 12 + } + }, + { + "incidentId": "63c5e91c-bb2f-4348-a5a6-3ca2ed4df9cf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 203, + "column": 12 + } + }, + { + "incidentId": "62735127-5113-4a50-9821-101f6c0d7050", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 203, + "column": 12 + } + }, + { + "incidentId": "133cb25a-88ad-46da-a5aa-8ac59f996d8b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "M:System.Windows.Forms.ListBox.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "M:System.Windows.Forms.ListBox.#ctor", + "label": "M:System.Windows.Forms.ListBox.#ctor", + "line": 203, + "column": 12 + } + }, + { + "incidentId": "26651a0b-6d7a-4fb0-bfad-94244f3a173c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Controls.Add(layout);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Controls.Add(layout);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 201, + "column": 12 + } + }, + { + "incidentId": "46ff5806-9f09-4aa6-9699-c5d1884af76a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Controls.Add(layout);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Controls.Add(layout);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 201, + "column": 12 + } + }, + { + "incidentId": "48cb7ba2-fdd3-4007-a3ba-75adf135bf52", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Controls.Add(layout);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Controls.Add(layout);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 201, + "column": 12 + } + }, + { + "incidentId": "081f507d-b7be-4eac-ab52-5747f0261e4b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 200, + "column": 12 + } + }, + { + "incidentId": "1e7c68ea-8814-4a25-b500-62f235eef1cb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 200, + "column": 12 + } + }, + { + "incidentId": "a74efa5f-363e-4f30-a307-30f6485ec18c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 200, + "column": 12 + } + }, + { + "incidentId": "83d2add3-0aec-4e72-a4bc-29fb97422e5a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 200, + "column": 12 + } + }, + { + "incidentId": "899c4c97-476e-49ea-b9ab-451ae63c2f29", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 200, + "column": 12 + } + }, + { + "incidentId": "6f977b4d-01b0-4e4d-aac0-109c7c0e2b68", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 200, + "column": 12 + } + }, + { + "incidentId": "fa142db6-289b-4852-97ac-c5d99c97aa81", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 200, + "column": 12 + } + }, + { + "incidentId": "cabac84e-c427-4fcc-8fe3-774ca4227e36", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 200, + "column": 12 + } + }, + { + "incidentId": "8526d306-ff96-4300-aaf6-085f05737f6b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 199, + "column": 12 + } + }, + { + "incidentId": "062cf0e8-81ed-4d4d-b79a-2a0438674bf3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 199, + "column": 12 + } + }, + { + "incidentId": "806922f1-fc7c-4607-bf75-55908033f910", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 199, + "column": 12 + } + }, + { + "incidentId": "fd5ee178-f5d3-46a6-a128-c96f2572b14b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 199, + "column": 12 + } + }, + { + "incidentId": "e280c8ec-49a2-49b1-9522-008233daf464", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 199, + "column": 12 + } + }, + { + "incidentId": "e5bbb783-7bed-46c9-b280-b4e8ee5d6ac5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 199, + "column": 12 + } + }, + { + "incidentId": "4d7dc42e-1029-4963-8770-0921a537e595", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 199, + "column": 12 + } + }, + { + "incidentId": "7b7cd87e-b9cd-4f52-a747-3d1baf40d68d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 199, + "column": 12 + } + }, + { + "incidentId": "9c333261-c2c1-4c30-aa29-5019e001fe74", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "line": 198, + "column": 12 + } + }, + { + "incidentId": "48352ead-33c6-4b64-84c1-0f098622ec36", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 198, + "column": 12 + } + }, + { + "incidentId": "02c21e38-502a-4220-8ab0-6529da31ff3e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 198, + "column": 12 + } + }, + { + "incidentId": "c7081247-d671-4e72-acaa-679eb1908326", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 198, + "column": 12 + } + }, + { + "incidentId": "ece6b090-5309-4d60-93d3-b104d9eba1e0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 198, + "column": 12 + } + }, + { + "incidentId": "157974fe-3605-4079-9db0-58b802af0360", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 198, + "column": 12 + } + }, + { + "incidentId": "56029dfe-3d7b-4374-b2cc-df8e28c2bc29", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.TableLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutPanel", + "label": "T:System.Windows.Forms.TableLayoutPanel", + "line": 198, + "column": 12 + } + }, + { + "incidentId": "49dca4b2-dff5-4b9b-9030-e1686876f074", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "M:System.Windows.Forms.TableLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "line": 198, + "column": 12 + } + }, + { + "incidentId": "5fcf735c-423b-4a52-95c6-2e5fb3f85fe8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tab = new TabPage(\u0022Exclusions\u0022);", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tab = new TabPage(\u0022Exclusions\u0022);", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 197, + "column": 12 + } + }, + { + "incidentId": "ae0e6ae2-5752-465d-8844-6af206a4deff", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tab = new TabPage(\u0022Exclusions\u0022);", + "protected": "M:System.Windows.Forms.TabPage.#ctor(System.String)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tab = new TabPage(\u0022Exclusions\u0022);", + "protectedSnippet": "M:System.Windows.Forms.TabPage.#ctor(System.String)", + "label": "M:System.Windows.Forms.TabPage.#ctor(System.String)", + "line": 197, + "column": 12 + } + }, + { + "incidentId": "98f5a625-1679-4e79-84c3-5824d1aa6c8f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "private TabPage CreateApplicationsTab()", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "private TabPage CreateApplicationsTab()", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 143, + "column": 8 + } + }, + { + "incidentId": "659ce38b-8973-4cac-9095-20068da4bafe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Tag = list;", + "protected": "P:System.Windows.Forms.Control.Tag" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Tag = list;", + "protectedSnippet": "P:System.Windows.Forms.Control.Tag", + "label": "P:System.Windows.Forms.Control.Tag", + "line": 191, + "column": 12 + } + }, + { + "incidentId": "3b6009fc-66d6-4af4-9278-44db15ebdbbb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(details, 1, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(details, 1, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 190, + "column": 12 + } + }, + { + "incidentId": "e370bd89-03f5-414c-876e-07f0b0bce6fe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(details, 1, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(details, 1, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 190, + "column": 12 + } + }, + { + "incidentId": "2783e19b-537d-46e4-97c0-27f391352d32", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(details, 1, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(details, 1, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 190, + "column": 12 + } + }, + { + "incidentId": "202a9b4f-93ea-4d9e-93da-f2398973e248", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(buttonPanel, 1, 3);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(buttonPanel, 1, 3);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 188, + "column": 12 + } + }, + { + "incidentId": "d35fccb9-abdf-4581-b71d-62f8a6fc1686", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(buttonPanel, 1, 3);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(buttonPanel, 1, 3);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 188, + "column": 12 + } + }, + { + "incidentId": "ddc3860c-ae43-49b5-83d9-d8311f213603", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(buttonPanel, 1, 3);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(buttonPanel, 1, 3);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 188, + "column": 12 + } + }, + { + "incidentId": "033e7b2c-2342-41e5-80a1-6e353674269d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(remove);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(remove);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 187, + "column": 12 + } + }, + { + "incidentId": "602835fe-780e-4595-9e89-07350baad041", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(remove);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(remove);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 187, + "column": 12 + } + }, + { + "incidentId": "81ff24c4-3141-4427-a12d-5456c1c003ef", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(remove);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(remove);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 187, + "column": 12 + } + }, + { + "incidentId": "3bc878b6-9478-47f0-bc26-4fe18c0be0d6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(update);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(update);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 186, + "column": 12 + } + }, + { + "incidentId": "8ff26173-1ccb-473a-96a1-da70521ea386", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(update);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(update);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 186, + "column": 12 + } + }, + { + "incidentId": "a5b9ff3b-45e5-47dd-b548-b4fea10d6c95", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(update);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(update);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 186, + "column": 12 + } + }, + { + "incidentId": "3f72f9ac-ecc0-4703-b485-d55e29fb6c22", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(add);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(add);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 185, + "column": 12 + } + }, + { + "incidentId": "d0151ab1-b385-4856-af53-05d811a172d9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(add);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(add);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 185, + "column": 12 + } + }, + { + "incidentId": "f678007b-add6-49d1-ae33-5b642870aecf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "buttonPanel.Controls.Add(add);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "buttonPanel.Controls.Add(add);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 185, + "column": 12 + } + }, + { + "incidentId": "0498262f-b14e-4b5d-9b06-dfcc256a6fbd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022AppRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022AppRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 184, + "column": 12 + } + }, + { + "incidentId": "b56625f6-1f2a-432e-88cd-caf23927ecfe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022AppRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022AppRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 184, + "column": 12 + } + }, + { + "incidentId": "ad5fb91e-b641-4e68-bb77-dcf1b7dcda58", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022AppRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022AppRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 184, + "column": 12 + } + }, + { + "incidentId": "4b05343c-9194-4833-a531-c291a34d7f62", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var remove = new Button { Name = \u0022AppRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var remove = new Button { Name = \u0022AppRemoveButton\u0022, Text = \u0022Remove Selected\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 184, + "column": 12 + } + }, + { + "incidentId": "8218e709-c1c2-430a-83c2-82e7ee291464", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022AppUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022AppUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 183, + "column": 12 + } + }, + { + "incidentId": "75f97515-c577-403c-bce4-cd4a2e06560c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022AppUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022AppUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 183, + "column": 12 + } + }, + { + "incidentId": "3b6fa67b-ca6d-47be-90c6-c6d3015884be", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022AppUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022AppUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 183, + "column": 12 + } + }, + { + "incidentId": "279c7840-e76b-47bc-936e-9a978669319e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var update = new Button { Name = \u0022AppUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var update = new Button { Name = \u0022AppUpdateButton\u0022, Text = \u0022Update Selected\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 183, + "column": 12 + } + }, + { + "incidentId": "cd799859-d149-4064-a880-7298ce1046b3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022AppAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022AppAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 182, + "column": 12 + } + }, + { + "incidentId": "16a13acd-7214-4bb0-bf15-b38c44ec4c81", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022AppAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022AppAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 182, + "column": 12 + } + }, + { + "incidentId": "e97fe233-d2a2-421e-bea4-4d782eadebfe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022AppAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022AppAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 182, + "column": 12 + } + }, + { + "incidentId": "7d06c574-2da6-4a8b-991f-55b89c0e57b9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var add = new Button { Name = \u0022AppAddButton\u0022, Text = \u0022Add New\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var add = new Button { Name = \u0022AppAddButton\u0022, Text = \u0022Add New\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 182, + "column": 12 + } + }, + { + "incidentId": "4b48b4eb-6618-4f3c-803e-ebf87a40f62b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "P:System.Windows.Forms.Panel.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "P:System.Windows.Forms.Panel.AutoSize", + "label": "P:System.Windows.Forms.Panel.AutoSize", + "line": 181, + "column": 12 + } + }, + { + "incidentId": "21aacf42-23fd-46cd-9c27-dbfd3d0a0c72", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 181, + "column": 12 + } + }, + { + "incidentId": "d4b70474-cef1-4d8a-b7d1-df7994467805", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 181, + "column": 12 + } + }, + { + "incidentId": "7c91c492-272c-4979-b9c5-7dcb5f8b3bf8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 181, + "column": 12 + } + }, + { + "incidentId": "3b398488-e614-4f08-a832-b61321096d71", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 181, + "column": 12 + } + }, + { + "incidentId": "b00af3ab-c611-4ee9-bef0-a3e2f9ad9900", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 181, + "column": 12 + } + }, + { + "incidentId": "5fd3c7a7-41dd-4130-a04f-c50b2b958af2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.FlowLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.FlowLayoutPanel", + "label": "T:System.Windows.Forms.FlowLayoutPanel", + "line": 181, + "column": 12 + } + }, + { + "incidentId": "2202d519-15d3-4b8b-9b62-0cda56a26c4c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "M:System.Windows.Forms.FlowLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var buttonPanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "line": 181, + "column": 12 + } + }, + { + "incidentId": "82d2d8fe-f247-4155-83e9-92d93df58f1f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(excludeText, 1, 2);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(excludeText, 1, 2);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 179, + "column": 12 + } + }, + { + "incidentId": "79f4ee88-964c-4b54-acf6-11a6cadbf829", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(excludeText, 1, 2);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(excludeText, 1, 2);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 179, + "column": 12 + } + }, + { + "incidentId": "0645337f-c11e-483a-9139-59ef74956216", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(excludeText, 1, 2);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(excludeText, 1, 2);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 179, + "column": 12 + } + }, + { + "incidentId": "3f2075e2-3c7c-4e3b-9e92-6490f7d6f8d8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var excludeText = CreateMultilineTextBox(\u0022AppExcludeText\u0022);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var excludeText = CreateMultilineTextBox(\u0022AppExcludeText\u0022);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 178, + "column": 12 + } + }, + { + "incidentId": "1b3861c9-2c7b-4d42-a5bc-b697dbc5815f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "1406cb9e-5738-4728-988f-7d57636025b2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "72d5c1d8-0f60-4cb9-b273-568c30544919", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "9f58a0e4-32ef-42c2-880b-1524c17741eb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "197a9654-0cb7-4f36-86c5-556b737ac190", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "P:System.Windows.Forms.Label.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "P:System.Windows.Forms.Label.AutoSize", + "label": "P:System.Windows.Forms.Label.AutoSize", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "5acad40a-b75a-46dc-ab52-0b934a5bd91e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "P:System.Windows.Forms.Label.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "P:System.Windows.Forms.Label.Text", + "label": "P:System.Windows.Forms.Label.Text", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "d2842a00-0c6b-4aae-94b9-57fc5d5b8152", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "T:System.Windows.Forms.Label" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "T:System.Windows.Forms.Label", + "label": "T:System.Windows.Forms.Label", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "d2d7d213-a216-48c4-b623-b1c172cf8d4c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "M:System.Windows.Forms.Label.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "M:System.Windows.Forms.Label.#ctor", + "label": "M:System.Windows.Forms.Label.#ctor", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "2ec023c0-787e-485e-b360-3b3cb217bc8a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "721bfe3c-e32d-4c5e-a1f7-cd79b61deeaa", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "8844d846-87cb-4a28-b39b-d46daba3f969", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Exclude (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 2);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 177, + "column": 12 + } + }, + { + "incidentId": "1f04a2ad-3e00-484c-8dec-ad7d7aed93cf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(includeText, 1, 1);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(includeText, 1, 1);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 175, + "column": 12 + } + }, + { + "incidentId": "8da535ba-2e48-45de-b4cf-1c18ea8cd2b2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(includeText, 1, 1);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(includeText, 1, 1);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 175, + "column": 12 + } + }, + { + "incidentId": "888e1147-ff44-45ea-b5aa-86789e9c69f4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(includeText, 1, 1);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(includeText, 1, 1);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 175, + "column": 12 + } + }, + { + "incidentId": "758781a4-6b3c-4ce9-b53b-87f8f706d1c2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var includeText = CreateMultilineTextBox(\u0022AppIncludeText\u0022);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var includeText = CreateMultilineTextBox(\u0022AppIncludeText\u0022);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 174, + "column": 12 + } + }, + { + "incidentId": "22c762cc-b238-4d27-a2b3-8b16c7c9ed8c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "18880dc8-504e-4bd1-a9d3-dea3b0fd7cca", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "7d320a33-491d-40d5-9262-4188c0bbb71f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "6ab2aa67-32ce-4855-9e70-4f4c89b34f15", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "88cffb3d-652b-46f3-a883-fe6e3f7e4fb8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "P:System.Windows.Forms.Label.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.Label.AutoSize", + "label": "P:System.Windows.Forms.Label.AutoSize", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "04ee05c8-fa34-4b8e-be72-d1b3fb7dccb0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "P:System.Windows.Forms.Label.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.Label.Text", + "label": "P:System.Windows.Forms.Label.Text", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "fe65ed15-9965-4ee6-be9b-8cce29a620c9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "T:System.Windows.Forms.Label" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.Label", + "label": "T:System.Windows.Forms.Label", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "d5697611-ec3e-45cb-acf2-fcd1f58515e3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "M:System.Windows.Forms.Label.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "M:System.Windows.Forms.Label.#ctor", + "label": "M:System.Windows.Forms.Label.#ctor", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "5b532e4f-5c24-4706-b353-ae5f00bad0fa", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "5bbea981-b71e-4916-8fb8-6cac318e7b07", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "eb0bb782-86f9-435a-bc7f-6eb8dfe90807", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Include (one per line)\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 1);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 173, + "column": 12 + } + }, + { + "incidentId": "7a008fc4-a60d-45e9-8c30-986522adb728", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(nameText, 1, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(nameText, 1, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 171, + "column": 12 + } + }, + { + "incidentId": "75c6333f-4223-4018-88c4-399ef5b87a76", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(nameText, 1, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(nameText, 1, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 171, + "column": 12 + } + }, + { + "incidentId": "7390aabc-b4dd-4edb-aef8-cb072590c8a1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(nameText, 1, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(nameText, 1, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 171, + "column": 12 + } + }, + { + "incidentId": "15b2bfab-07c0-4702-a258-151c2a200af3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 170, + "column": 12 + } + }, + { + "incidentId": "325eb229-b266-42ce-938c-6fe9ad169ee1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 170, + "column": 12 + } + }, + { + "incidentId": "4f81da4d-2fe7-4d95-90a0-c6df45ca07a4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 170, + "column": 12 + } + }, + { + "incidentId": "8f1a5c8b-9f39-4dc2-87a3-635fe8ec5d48", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 170, + "column": 12 + } + }, + { + "incidentId": "5b855eb0-83d2-4b3f-a20e-1ab74c85a1f5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 170, + "column": 12 + } + }, + { + "incidentId": "87bb0418-ed96-479c-b728-642c9dff7cc3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 170, + "column": 12 + } + }, + { + "incidentId": "d103d8a7-bfff-448d-b635-b5120b416c9d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 170, + "column": 12 + } + }, + { + "incidentId": "cf49d05f-9019-4ee2-a585-1b129257a42b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protected": "M:System.Windows.Forms.TextBox.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var nameText = new TextBox { Name = \u0022AppNameText\u0022, Dock = DockStyle.Fill };", + "protectedSnippet": "M:System.Windows.Forms.TextBox.#ctor", + "label": "M:System.Windows.Forms.TextBox.#ctor", + "line": 170, + "column": 12 + } + }, + { + "incidentId": "e85fa23e-29f7-4e23-991a-9386615bb4b7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "989d0f2f-7209-41a2-a575-3a8430e82c20", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "cb9f83bb-08a7-4f99-ac5e-cb503815c1bb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "c52ab104-2320-4721-b529-0ad54a158c6f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "0c822410-107a-4f2c-8c4e-69874a058322", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.Label.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.Label.AutoSize", + "label": "P:System.Windows.Forms.Label.AutoSize", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "c03b257c-c759-418f-bd04-e15810c9aa0e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.Label.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.Label.Text", + "label": "P:System.Windows.Forms.Label.Text", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "f0df278f-bdd7-417c-8fcf-8f6669bb3dff", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.Label" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.Label", + "label": "T:System.Windows.Forms.Label", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "39d8b4d3-1cd6-41ba-af29-ad55dd36c780", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "M:System.Windows.Forms.Label.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.Label.#ctor", + "label": "M:System.Windows.Forms.Label.#ctor", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "e21f6d78-74a2-4b8e-9fc5-9309c538ff31", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "ff570078-7704-4cbf-b1a3-4db6be486b97", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "1546b795-ee21-4681-8849-cc1d124e1389", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.Controls.Add(new Label { Text = \u0022Name\u0022, AutoSize = true, Padding = new Padding(0, 6, 0, 0) }, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 169, + "column": 12 + } + }, + { + "incidentId": "ae779571-c909-41f5-b21c-03dea219bcdc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 167, + "column": 12 + } + }, + { + "incidentId": "f75a9dd5-5c3c-40bf-a39c-c878675ffb0c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 167, + "column": 12 + } + }, + { + "incidentId": "172c5da2-1c9d-481f-b349-aa7175a60f7f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 167, + "column": 12 + } + }, + { + "incidentId": "7ab931b9-d3ba-45c2-90c6-c84756219678", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 167, + "column": 12 + } + }, + { + "incidentId": "21b9f220-c910-46b2-a886-afbbe40c99fe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 167, + "column": 12 + } + }, + { + "incidentId": "c0a21156-24b7-43ec-80d1-8c2f3a093630", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 167, + "column": 12 + } + }, + { + "incidentId": "97dc3105-1a7c-4f06-8712-159ab5338cb8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 167, + "column": 12 + } + }, + { + "incidentId": "777f21ea-74a1-4c4e-8507-f23f50786236", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 167, + "column": 12 + } + }, + { + "incidentId": "11f7aca3-507d-4b9a-9463-976c9a1ffe39", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 166, + "column": 12 + } + }, + { + "incidentId": "7469827e-72da-4188-98b9-a46586c826b6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 166, + "column": 12 + } + }, + { + "incidentId": "d86541be-a741-4dd9-9e11-52aac3d2b83b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "F:System.Windows.Forms.SizeType.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.AutoSize", + "label": "F:System.Windows.Forms.SizeType.AutoSize", + "line": 166, + "column": 12 + } + }, + { + "incidentId": "13e33e32-e0d5-427d-99a9-725b6febd536", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 166, + "column": 12 + } + }, + { + "incidentId": "57bc7c21-8771-47ad-8f5f-9c1019013945", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType)", + "line": 166, + "column": 12 + } + }, + { + "incidentId": "62383772-2dd1-454a-8145-c473afea0458", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 166, + "column": 12 + } + }, + { + "incidentId": "99616ed7-60d1-44ad-b5b5-c5321c4e22e0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 166, + "column": 12 + } + }, + { + "incidentId": "b33a58fe-8c47-4f6e-ab7b-e8f237a4dd6a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "details.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 166, + "column": 12 + } + }, + { + "incidentId": "7eaa85c1-cfc0-4fdb-a848-c3d9fe20d916", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "08c011cd-6f25-42eb-9303-d28c348a47db", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32)", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "f3fa504c-0f86-4feb-84d1-f10880f4b677", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "f8163f69-e5cb-4b5b-baaf-f70b6b1ff7ff", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "3c9e2876-287b-4103-a0ee-83d9fee5a4bf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "24daadb5-68a9-40d9-a872-32f7389a86a0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "c4a91167-e31c-43be-8b98-3186a44aa54b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "32a3ea2e-bdd1-4c47-9456-8bcfdbabbae3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "77d487e1-4a8f-4c22-b302-ba9c0592d7f3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "22a11f45-55e6-4d6b-a6f9-48aefdad7944", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "2f074909-adbb-4853-8737-5ce1d84f03d6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "T:System.Windows.Forms.TableLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutPanel", + "label": "T:System.Windows.Forms.TableLayoutPanel", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "703db3ba-1ac5-415c-8ff4-78dbae66b86a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protected": "M:System.Windows.Forms.TableLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var details = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2, Padding = new Padding(10) };", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "line": 165, + "column": 12 + } + }, + { + "incidentId": "2347baa6-1464-48e8-af88-efa2f3d66a41", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(leftPanel, 0, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(leftPanel, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 163, + "column": 12 + } + }, + { + "incidentId": "cf20271b-7336-496f-84a3-6c51e74effc4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(leftPanel, 0, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(leftPanel, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 163, + "column": 12 + } + }, + { + "incidentId": "1686945a-b7c2-4007-981a-50d10b34c1de", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.Controls.Add(leftPanel, 0, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.Controls.Add(leftPanel, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 163, + "column": 12 + } + }, + { + "incidentId": "2c789103-622a-4f9d-8181-2e8ff60d4986", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.Controls.Add(movePanel, 0, 1);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.Controls.Add(movePanel, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 162, + "column": 12 + } + }, + { + "incidentId": "955f631e-9866-478e-b820-517a37fe1b2c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.Controls.Add(movePanel, 0, 1);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.Controls.Add(movePanel, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 162, + "column": 12 + } + }, + { + "incidentId": "5f03ec9b-af29-44cd-89e5-61dcb08dc6c7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.Controls.Add(movePanel, 0, 1);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.Controls.Add(movePanel, 0, 1);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 162, + "column": 12 + } + }, + { + "incidentId": "b9e1aa8b-1b99-407f-ab8a-0c31adc96ac3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "movePanel.Controls.Add(moveDown);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "movePanel.Controls.Add(moveDown);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 161, + "column": 12 + } + }, + { + "incidentId": "73d4f6c0-2655-4e07-b7b4-ca8f19904010", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "movePanel.Controls.Add(moveDown);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "movePanel.Controls.Add(moveDown);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 161, + "column": 12 + } + }, + { + "incidentId": "d990d8a3-8ce0-4a0f-abd6-b713581cf60e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "movePanel.Controls.Add(moveDown);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "movePanel.Controls.Add(moveDown);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 161, + "column": 12 + } + }, + { + "incidentId": "b553313e-3fb1-4132-b004-d95f749988a0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "movePanel.Controls.Add(moveUp);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "movePanel.Controls.Add(moveUp);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 160, + "column": 12 + } + }, + { + "incidentId": "fd989113-feb8-420f-8166-4cf3e268b623", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "movePanel.Controls.Add(moveUp);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "movePanel.Controls.Add(moveUp);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 160, + "column": 12 + } + }, + { + "incidentId": "2132320b-c4f1-4860-bf06-b0d037d89a7d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "movePanel.Controls.Add(moveUp);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "movePanel.Controls.Add(moveUp);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 160, + "column": 12 + } + }, + { + "incidentId": "5bf5ddd5-d889-424c-ab3b-993c00c57fd8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var moveDown = new Button { Name = \u0022AppMoveDownButton\u0022, Text = \u0022Move Down\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var moveDown = new Button { Name = \u0022AppMoveDownButton\u0022, Text = \u0022Move Down\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 159, + "column": 12 + } + }, + { + "incidentId": "b0c4dc1a-57ec-4249-942d-8ee6331a241b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var moveDown = new Button { Name = \u0022AppMoveDownButton\u0022, Text = \u0022Move Down\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var moveDown = new Button { Name = \u0022AppMoveDownButton\u0022, Text = \u0022Move Down\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 159, + "column": 12 + } + }, + { + "incidentId": "ecb47368-af42-4cca-a601-c685acf43e07", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var moveDown = new Button { Name = \u0022AppMoveDownButton\u0022, Text = \u0022Move Down\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var moveDown = new Button { Name = \u0022AppMoveDownButton\u0022, Text = \u0022Move Down\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 159, + "column": 12 + } + }, + { + "incidentId": "39ab197b-7668-43eb-a13e-73ab4bfe3275", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var moveDown = new Button { Name = \u0022AppMoveDownButton\u0022, Text = \u0022Move Down\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var moveDown = new Button { Name = \u0022AppMoveDownButton\u0022, Text = \u0022Move Down\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 159, + "column": 12 + } + }, + { + "incidentId": "5f295a53-750c-4c27-9192-cad1ba830e81", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var moveUp = new Button { Name = \u0022AppMoveUpButton\u0022, Text = \u0022Move Up\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var moveUp = new Button { Name = \u0022AppMoveUpButton\u0022, Text = \u0022Move Up\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 158, + "column": 12 + } + }, + { + "incidentId": "b94b4748-de8c-4c71-b2e6-cbefd0f05af9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var moveUp = new Button { Name = \u0022AppMoveUpButton\u0022, Text = \u0022Move Up\u0022 };", + "protected": "P:System.Windows.Forms.Control.Name" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var moveUp = new Button { Name = \u0022AppMoveUpButton\u0022, Text = \u0022Move Up\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Name", + "label": "P:System.Windows.Forms.Control.Name", + "line": 158, + "column": 12 + } + }, + { + "incidentId": "a3a41df6-cc17-4803-972f-45871661e758", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var moveUp = new Button { Name = \u0022AppMoveUpButton\u0022, Text = \u0022Move Up\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var moveUp = new Button { Name = \u0022AppMoveUpButton\u0022, Text = \u0022Move Up\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 158, + "column": 12 + } + }, + { + "incidentId": "09a8bb20-1540-45a2-aa55-75fd017facd8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var moveUp = new Button { Name = \u0022AppMoveUpButton\u0022, Text = \u0022Move Up\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var moveUp = new Button { Name = \u0022AppMoveUpButton\u0022, Text = \u0022Move Up\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 158, + "column": 12 + } + }, + { + "incidentId": "e9b10e30-0bb4-4d2b-8de8-9aec25098973", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "P:System.Windows.Forms.Panel.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "P:System.Windows.Forms.Panel.AutoSize", + "label": "P:System.Windows.Forms.Panel.AutoSize", + "line": 157, + "column": 12 + } + }, + { + "incidentId": "a9bf42f0-aa09-468e-a619-d56386f8cc0f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 157, + "column": 12 + } + }, + { + "incidentId": "33315b5a-e77c-4fff-b84e-fccaab5926b1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 157, + "column": 12 + } + }, + { + "incidentId": "028d4a7d-eba8-4fb2-a0ce-888d321e864a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 157, + "column": 12 + } + }, + { + "incidentId": "260272d0-9ed7-4524-8fb2-065d3218f4df", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 157, + "column": 12 + } + }, + { + "incidentId": "2686b9bd-f72c-4f07-bc24-1092619f567b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 157, + "column": 12 + } + }, + { + "incidentId": "478b5538-b318-48bd-83f4-0375b6c93a11", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "T:System.Windows.Forms.FlowLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "T:System.Windows.Forms.FlowLayoutPanel", + "label": "T:System.Windows.Forms.FlowLayoutPanel", + "line": 157, + "column": 12 + } + }, + { + "incidentId": "dc037071-660a-44c1-815f-3b2e84f119e1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protected": "M:System.Windows.Forms.FlowLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var movePanel = new FlowLayoutPanel { Dock = DockStyle.Fill, AutoSize = true };", + "protectedSnippet": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "line": 157, + "column": 12 + } + }, + { + "incidentId": "4a2f067d-b25f-45f0-91b3-64b42acba41e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.Controls.Add(list, 0, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.Controls.Add(list, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 155, + "column": 12 + } + }, + { + "incidentId": "74762acc-c5b8-4502-bc99-3a82536bfadd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.Controls.Add(list, 0, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.Controls.Add(list, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 155, + "column": 12 + } + }, + { + "incidentId": "9e03c318-384d-47ae-92a4-c5e9e2a821b0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.Controls.Add(list, 0, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.Controls.Add(list, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 155, + "column": 12 + } + }, + { + "incidentId": "f59751d7-bd15-4b9d-8096-5d28fb66f06e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 154, + "column": 12 + } + }, + { + "incidentId": "0f5d22a5-132f-4d65-87df-49b08d5cfce8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 154, + "column": 12 + } + }, + { + "incidentId": "ae080174-5a34-4ec4-bcae-d0fe81cdf662", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 154, + "column": 12 + } + }, + { + "incidentId": "e0826538-650f-4f81-aadb-350baac0b41b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 154, + "column": 12 + } + }, + { + "incidentId": "1105790d-00ee-45b8-b29d-351d3ee730ec", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 154, + "column": 12 + } + }, + { + "incidentId": "91c4e354-bf3c-45e9-ae9c-705d6d7a1190", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 154, + "column": 12 + } + }, + { + "incidentId": "f6f6101f-ad9b-401f-83eb-74f5e7831a16", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var list = new ListBox { Dock = DockStyle.Fill };", + "protected": "M:System.Windows.Forms.ListBox.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var list = new ListBox { Dock = DockStyle.Fill };", + "protectedSnippet": "M:System.Windows.Forms.ListBox.#ctor", + "label": "M:System.Windows.Forms.ListBox.#ctor", + "line": 154, + "column": 12 + } + }, + { + "incidentId": "f27a767c-d9b3-4f34-a935-f84fe3d3c7a2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 153, + "column": 12 + } + }, + { + "incidentId": "8debb3ed-b415-4db6-8cac-9258013c73e5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 153, + "column": 12 + } + }, + { + "incidentId": "e534ae2d-22b1-4528-a229-e39fa26eb184", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "F:System.Windows.Forms.SizeType.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.AutoSize", + "label": "F:System.Windows.Forms.SizeType.AutoSize", + "line": 153, + "column": 12 + } + }, + { + "incidentId": "747573b3-9bb6-4d8f-8b04-5ddd7fcbd9bc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.RowStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.RowStyle", + "label": "T:System.Windows.Forms.RowStyle", + "line": 153, + "column": 12 + } + }, + { + "incidentId": "ac102fe6-aa14-4136-bf3a-4858d5097438", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)", + "label": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)", + "line": 153, + "column": 12 + } + }, + { + "incidentId": "8426f04c-a0d9-4ee9-a274-79af3fa7075e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.TableLayoutRowStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "line": 153, + "column": 12 + } + }, + { + "incidentId": "885b3345-0449-4e3c-817c-0b854c67c001", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "line": 153, + "column": 12 + } + }, + { + "incidentId": "fcb2d197-0cde-4209-9e58-d24df38479aa", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "label": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "line": 153, + "column": 12 + } + }, + { + "incidentId": "39f9e156-1d4a-4577-903e-475891f99725", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 152, + "column": 12 + } + }, + { + "incidentId": "0b42b7cb-b82e-485a-9458-f90c13b91b81", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 152, + "column": 12 + } + }, + { + "incidentId": "6705eaca-d444-4c7a-b348-7cd28e5b55b8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 152, + "column": 12 + } + }, + { + "incidentId": "42e72388-20c1-4db3-9f95-389f66566089", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.RowStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.RowStyle", + "label": "T:System.Windows.Forms.RowStyle", + "line": 152, + "column": 12 + } + }, + { + "incidentId": "8314bb02-2985-4e1f-ba87-6072628150ce", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 152, + "column": 12 + } + }, + { + "incidentId": "25ccb3fe-d624-44e1-ad16-3384d1d21265", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.TableLayoutRowStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "line": 152, + "column": 12 + } + }, + { + "incidentId": "27f1302c-4f39-443e-b041-c732951157ca", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "line": 152, + "column": 12 + } + }, + { + "incidentId": "026af88a-a5b8-4ac5-97f4-8a8be0a78e6b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "leftPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "label": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "line": 152, + "column": 12 + } + }, + { + "incidentId": "74f1d2b9-0768-4f33-b8b5-b00c16e21cba", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowCount", + "line": 151, + "column": 12 + } + }, + { + "incidentId": "bbd300ef-0c7c-4cc8-a0b2-1455651bf499", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 151, + "column": 12 + } + }, + { + "incidentId": "8de37ea6-4637-481f-80bf-572bbf15cdea", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 151, + "column": 12 + } + }, + { + "incidentId": "fb556ce4-ae2e-49dc-b5ec-6756cab71976", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 151, + "column": 12 + } + }, + { + "incidentId": "b4ca8477-c1ab-4cd0-b541-fc62e4e3d1d7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 151, + "column": 12 + } + }, + { + "incidentId": "f60a22a6-ef24-434f-85f7-408a3658e798", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 151, + "column": 12 + } + }, + { + "incidentId": "3622f957-f730-47da-bc26-72e13d73b261", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protected": "T:System.Windows.Forms.TableLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutPanel", + "label": "T:System.Windows.Forms.TableLayoutPanel", + "line": 151, + "column": 12 + } + }, + { + "incidentId": "eaa4126e-91a0-4c8f-ab7f-d383d20c2734", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protected": "M:System.Windows.Forms.TableLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var leftPanel = new TableLayoutPanel { Dock = DockStyle.Fill, RowCount = 2 };", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "line": 151, + "column": 12 + } + }, + { + "incidentId": "98c2ab39-c2fa-4c9c-9d72-16326f69cbf3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Controls.Add(layout);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Controls.Add(layout);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 149, + "column": 12 + } + }, + { + "incidentId": "d2e041d6-c9ae-408a-8f63-bb513e987d8d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Controls.Add(layout);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Controls.Add(layout);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 149, + "column": 12 + } + }, + { + "incidentId": "13034290-9323-449d-a815-bd01327d3a05", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tab.Controls.Add(layout);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tab.Controls.Add(layout);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 149, + "column": 12 + } + }, + { + "incidentId": "5e45f13a-d33f-47bc-95b7-f6bdb60eb7dc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 148, + "column": 12 + } + }, + { + "incidentId": "21a8edb6-fbb9-4ea4-9ed7-039aafe2935c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 148, + "column": 12 + } + }, + { + "incidentId": "33232910-134a-4f8e-b1fb-efac27b56865", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 148, + "column": 12 + } + }, + { + "incidentId": "5189cd0d-1bfc-4e20-aaad-52adf56ac804", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 148, + "column": 12 + } + }, + { + "incidentId": "1f3a82c7-f9b3-468d-91fa-5544488c243f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 148, + "column": 12 + } + }, + { + "incidentId": "85d0a6de-bab4-4244-a370-4af5178c3cba", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 148, + "column": 12 + } + }, + { + "incidentId": "ad15c5ae-538f-42c2-a4bf-e329a2fbc2fc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 148, + "column": 12 + } + }, + { + "incidentId": "cb3fa1cd-5824-49c3-adfa-44579135de7e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 65));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 148, + "column": 12 + } + }, + { + "incidentId": "f9f34027-4903-4c8b-b55f-67d48415dc42", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 147, + "column": 12 + } + }, + { + "incidentId": "b47f5738-7c60-431b-aaac-58a590505964", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 147, + "column": 12 + } + }, + { + "incidentId": "b6256b53-e5c6-484e-843e-b54686e1e727", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 147, + "column": 12 + } + }, + { + "incidentId": "9f30b35b-b3d5-42a1-9173-cd8db0168a08", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.ColumnStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.ColumnStyle", + "label": "T:System.Windows.Forms.ColumnStyle", + "line": 147, + "column": 12 + } + }, + { + "incidentId": "9bd77e9f-0f17-4da2-b505-78a1258e6713", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 147, + "column": 12 + } + }, + { + "incidentId": "8f80300a-ebd4-4841-a8ff-8a460b398503", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "T:System.Windows.Forms.TableLayoutColumnStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutColumnStyleCollection", + "line": 147, + "column": 12 + } + }, + { + "incidentId": "328247f8-0e42-4657-93f7-5cd0f42249ae", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnStyles", + "line": 147, + "column": 12 + } + }, + { + "incidentId": "be6d6272-1267-46e2-bfa1-41ce61b86f5b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protected": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "layout.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 35));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "label": "M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle)", + "line": 147, + "column": 12 + } + }, + { + "incidentId": "32e2c407-747e-4d1e-93b1-5f352ff45600", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "line": 146, + "column": 12 + } + }, + { + "incidentId": "77bb3e14-5011-4954-86e4-fc1167b81ff5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 146, + "column": 12 + } + }, + { + "incidentId": "350bcb6f-6081-4534-80b9-9d240395b6f6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 146, + "column": 12 + } + }, + { + "incidentId": "ff098a7d-d96b-44f9-885c-51f1ba5e12f2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 146, + "column": 12 + } + }, + { + "incidentId": "ab252f19-aea6-417a-8e9f-b0abd3848680", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 146, + "column": 12 + } + }, + { + "incidentId": "a4870e7e-d44a-40da-ace1-e1ffd5a7f1d9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 146, + "column": 12 + } + }, + { + "incidentId": "0c350478-dc37-489f-8c12-ca5a20dd31fe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "T:System.Windows.Forms.TableLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutPanel", + "label": "T:System.Windows.Forms.TableLayoutPanel", + "line": 146, + "column": 12 + } + }, + { + "incidentId": "7ce23e0f-63ec-493d-a0e6-348437c3062c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protected": "M:System.Windows.Forms.TableLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var layout = new TableLayoutPanel { Dock = DockStyle.Fill, ColumnCount = 2 };", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "line": 146, + "column": 12 + } + }, + { + "incidentId": "4ea537b9-85a2-450f-9415-81ffee624922", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tab = new TabPage(\u0022Applications\u0022);", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tab = new TabPage(\u0022Applications\u0022);", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 145, + "column": 12 + } + }, + { + "incidentId": "ab299311-055f-4e03-89ac-8c24984b5482", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tab = new TabPage(\u0022Applications\u0022);", + "protected": "M:System.Windows.Forms.TabPage.#ctor(System.String)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tab = new TabPage(\u0022Applications\u0022);", + "protectedSnippet": "M:System.Windows.Forms.TabPage.#ctor(System.String)", + "label": "M:System.Windows.Forms.TabPage.#ctor(System.String)", + "line": 145, + "column": 12 + } + }, + { + "incidentId": "4f5c2d14-39b3-4152-af38-35ad712c1763", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "a16f6621-a7d0-4a6a-88a3-f9348ecd2cdc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "cdbd8d35-2989-49cd-97ad-72f90b9b01a1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "24f27298-a509-450c-a21a-42da66a12992", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "b6bcdca0-6c4b-4a9b-9574-656e079162c0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "6e55f410-ca0b-473d-b6f0-5b30c45e0eef", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "24878857-02d7-4ea6-b738-6a2856cc8f42", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "62da2cae-17c1-4620-a9e4-4332486a8783", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "44f28640-5d47-4b9d-ab25-bac0b46ccf96", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "6ff73b9d-3820-436b-9e3d-7d0c2ce58bce", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "b96056c8-2917-42d7-ae3b-9614c5ed6823", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "aebdfaa5-01c7-4ac6-9945-416c0c04270b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "4601d881-ab91-4ea8-9158-8e4af32fbce2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "15b8ad06-c4ff-467a-b1d6-9a9c532d1c6b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "da2524c5-ac1c-4f21-badc-89b0973354c0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "82cb1e3c-89c8-4d90-89aa-79143e5b77fe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "f1c62520-6dd4-402d-97c4-0c0f57652b12", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "db938ddc-4069-401c-b6af-da91dac5c675", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "cb8216d6-8a6a-492d-93c3-59a8362a5e25", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "669e7692-5fed-467d-9945-e2be0afbc388", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "bacfdb5c-3e69-4c56-93fc-5ad14a0ba275", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "1edadf34-c3d0-4e6a-9b52-40c4402bb4f0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "a1d0927e-2b1d-4ba4-a7aa-c95ba5564251", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "82eb81f4-b24f-4926-9d9d-53daaa3ae8f8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "59a5ecdc-913d-4285-8216-6e8768ff5255", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "0dbfe18a-558a-4c54-828b-1e76576cb2b2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "263c4c2c-e8e7-4507-b2d4-7902c3d9ae34", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "df24d21f-58e3-4ad1-9b5b-5c827cd57954", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "03030aa8-6e41-4f6a-a7f2-1a877f21737c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "0dd3dfb3-dd60-4ec9-8367-0cef9b97728f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "560d2131-5bc1-43da-88a7-ce19ce956f44", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "7b2d5c14-5e02-4213-bbd5-6b2b4789a2fc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "8cb3be3e-52b5-4f05-9167-6962e089ff6b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "26227598-6f37-4777-887a-f10a3fe72d1e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "74bf4c06-f4fc-4711-baf3-d88b3031ba79", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "f0a2d8e6-2dbb-45eb-8be2-6a5e9db6e2c3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "f6ecc86e-12a9-4cd9-8778-22238a32a66a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "1f1f5b76-9066-412e-bade-e74cabd01d05", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "fc7d48cd-6fc1-425c-9a4c-8864a3dcf84f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "095f2959-9e1d-4123-9cde-d8773cc39281", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "7b63f41b-4e63-49b7-bcfd-54fa318f11de", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "79a4454e-4ace-40fc-848e-b5306dd65541", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "e1c4d4fa-03e8-4b0a-8cf6-e8ff05e3fc12", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "797923f6-492a-48bc-8617-6b27bfaddb6b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "fdd9d594-67ad-4867-adfb-5a6aa0a980bb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "7f0b3479-d0a3-4aea-847a-569ddcb61930", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "25bf6f8c-4465-405a-af89-a7b738af0823", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "bd35cb08-7a87-42ae-a157-247341debcc4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "a205e4c2-d017-4aeb-9c26-1a962bea6467", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "94ae4ebe-b33c-42be-a820-54026291f39f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "eb11e0ca-0d8c-4e12-a1ab-fdae0926da30", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "a842bf69-5cc7-499e-a623-51a015888ee1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "a261e19f-c4ec-4579-bba0-eb99991441ae", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "ac598d87-cbd8-4252-9423-15b5b3d8ee99", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "18c530f9-70c4-4882-990b-b6ce64b7f6db", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "964e2f7b-d8a6-4c15-9171-c1df56be2ee6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "b41c249c-c660-4000-bf2b-b3c937191a4c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "15253a31-8ec1-4c64-b7ff-df8b7a73ae62", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "080c031f-5f3a-41bb-9d6e-fa9147e179a8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "P:System.Windows.Forms.Control.Tag" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.Control.Tag", + "label": "P:System.Windows.Forms.Control.Tag", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "abd68e7d-a681-48f5-ad0d-5c68aabcc73a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "b465188e-a03b-4475-97a9-25fa8b7ba30a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "0bcb1de3-59d3-4d67-b72f-ac8f09f9f6e6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "62a337e9-52ab-43c7-944d-4c7b88fcb577", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "c6a9b131-1d84-4f26-a379-50a639384cad", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "97b23496-d59d-4e40-ba5c-d825127ae244", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "bd3ab6f8-be01-4a37-bcd5-3a24319dda35", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "f1b3ae88-f1a5-41ed-8ba2-47a613023da0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "2992a691-ed1f-4cc9-a868-2fbf8cfcc39d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "14880644-8c08-4527-ad12-23de682fd7d2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "9b262a62-5276-48d5-aca5-a1b3591b6ef0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "5a2b02a1-e085-4967-8a5a-6dc6f56f17c3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "f4658f54-9d30-4ce3-8c52-be38e3b230cb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "b59089d8-0454-4663-950b-716865ce60d8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "e5855813-ca19-4ce7-a30c-863dfd99a984", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "9cd3b148-10b1-493d-bb22-45d4e03bda04", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "4b7521f5-3b81-4474-b8fb-83dbf9d515c2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "26aec8f8-9250-4ef7-adbe-5be84207f809", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "9236cffa-274a-41b5-b165-56c0e1e1ff52", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "2f9ee842-8f33-4110-9633-4b252e7ec008", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "0636a754-0a41-4ae9-afc3-b81889883eb9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "f926e89a-e161-4bf1-80fb-64b8e7c70cee", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "ae61d088-25f1-4633-a0a0-8cc0f61702de", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "2002d43f-ab13-4208-8432-73294bee837c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "a5ef25eb-907b-4bcc-82dc-d797a2de33d8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "2abc051b-e26a-4741-802c-afa5f3e6d7ba", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "409fd4ee-b37e-499b-bc49-fb95bcba0a5a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "b52ff5e3-b819-4780-8e07-cc6444c2b69c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "be34917f-95ad-4bea-82d3-904f8bc8eb26", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "28b87020-7a0b-418c-85f7-fafab6d59f86", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "f173e7d5-6521-48ea-adca-2a48f9a1bf71", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "64b616f1-de3a-4bbe-a779-0d20d9548680", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "055e6bbd-4de6-4dc9-a940-808312ead1c7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "f4cb1135-4ade-491e-9d2e-9b9e78c25d89", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "eb647338-43c7-4e4d-b093-77f39eb10c65", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "7fe00f64-d7a5-42a9-b01c-53d35ae095fe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "51903e46-1ce2-498a-b5df-1c3024173ce2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "caee9a2d-4b2e-4023-bd13-6a722642b672", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "eb2ff84f-a79f-4db9-a0c7-8efa1dcb8a09", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "2deb34d5-7a06-456c-862f-dee68c6b5c23", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "252492b0-6315-4a1e-93bc-9bb3e83cc6f1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "90f4094b-984e-4d54-9dd5-3e84b4467077", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "P:System.Windows.Forms.Control.Tag" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.Control.Tag", + "label": "P:System.Windows.Forms.Control.Tag", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "44ebe2a0-a6c3-41d2-af72-f6ce29975918", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "2f08a7f2-a136-47a5-89b4-7237eafeb9ef", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "ad39caab-6269-446b-b92e-a9a8a7528bac", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "4596f771-621c-4ee8-9893-4078dab4b36c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "0d056490-8528-406c-92e5-2b705907a801", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "b0af64e6-75b8-48b1-9371-db50bf56b13d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "cb4d17a3-4d6a-4b7a-91d1-2c5790df1f57", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "f3aaec72-94ab-47af-9ce1-94038318a14f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "b1df8558-6a4f-45e6-9fa6-5d555d7c4933", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "c067b696-118b-42ff-a3b7-597083a9cfbc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "8d3646d4-3f9b-45ab-b152-24c226f60ce9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "7a1017c7-fd4c-4184-ac3f-6b175deffd27", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "97eba8ec-baf8-4cd8-9df6-5ddb4ade7767", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "4caf78a6-7277-4548-81e1-8fdbf7dd0d85", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "10ed148c-347c-44b9-9264-f645ded2dd30", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "a54537ea-1ed3-43df-86d4-e562a42756ce", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "20d0fb62-af23-4d87-92c7-3f3621962ebd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "e10b01da-083f-483d-b97a-c4e623d4e137", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "a9eb41d8-084a-4825-a55a-527f3adbfa39", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "f86e20e0-a69b-43c3-82a4-5371b8d56199", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "c0062779-3467-4a33-978d-83e3f5ae402d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "dba526bb-81c2-48f6-9951-187654af3f1a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "b204e2fe-6d52-4679-8d6d-b4b7807fc513", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "d37de844-1142-42c9-bc2c-93c75356e6cd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "b426443c-fe8d-41ad-836b-6324640fb235", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "02a10471-5906-4664-bde0-75290bde097e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "0e1c1c9b-bf0c-48dd-8db3-f46e8b8df3b6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "b368536f-0d9d-4bc4-8097-c02f9f2815e2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "e8ac3db1-e295-44ca-90e6-c96cf3e04487", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "f0ac3706-c469-470e-a8be-3b369bc4ae5e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "a41ba223-e574-421d-b0c0-3a97c71dd2d7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "113b3dbf-6f74-41e1-b8eb-45eda186e788", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "8dde1d73-a0bd-4473-b6bc-41c95015b1c3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "70c04ef5-47dc-45c7-9b1a-084e8457f8e3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "99379f74-9700-43fb-a1ae-45481c0d74b8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "4f1f5cfa-c99b-4abe-8631-c1c89d03fedc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "49a8281f-f584-4b4f-a47f-7e21a1ab2eff", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "d2939e99-e01e-4709-b68a-9e0536dc85d1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "2fe56d6a-7389-44aa-83a1-91f2e388b592", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "14b6626d-841e-4842-954b-a091396ea3a0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "4f852c72-4578-4b6d-9857-71e77a422f7e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "4f06b164-79bc-4300-921c-c532a17249eb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "ba88c376-5e49-4c82-a103-5514a112b623", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "c17a9033-0d04-4446-ae12-86f16d0aa77c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "564668d7-85bc-4e05-8a05-107c720905bb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "46d47ed3-8622-4f78-a948-d5ab2a3ed48a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "ec8d8183-9aad-4938-8a41-0b63c4e6ec85", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "e99a2e59-8fde-4035-89ec-223ee9398513", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "00e84837-5615-4dff-8c93-11391ce89ebc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "da3d9cd0-173c-4543-a0f5-fa0e1332c0de", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "24aef253-e439-4738-b635-2122bbc38a5a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "8b6886a5-b866-48f1-87cc-e088d31fd391", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "b1bab5c7-4285-4a92-86c8-92c71274522f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "ff13bfea-df09-4b71-8cdf-e8014b7f655d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "208b6a4e-d3ab-453d-b38f-6bec8f033381", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "82c884c1-f8c3-4c7f-bee0-308da6a6cf7c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "8e102d93-252a-401e-b42a-f62de04478e8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "638b9cbc-3b14-4624-bb93-9ecc7209180c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "937f461d-8c05-4d52-b2c5-e85a5667e158", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "4f4ffd05-4ea0-4ff1-a60e-1e292520e923", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "d8a2607d-9a88-4e42-8104-72d4d3365137", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "08003bf0-962e-4ac5-8f52-8603c023e31f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "52b98137-2ef9-44ef-b886-0e9e9e7957d0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "4c8962d8-8bf5-4b00-ab22-45707363346f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "e072a19c-e252-4a73-a32e-2eab4ff25216", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "43583195-4036-4a13-b60e-98d77fe39d9a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "ed1bbcf9-8960-41e7-829a-7148aa334bfc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "0c30ee5b-04cc-4b07-9b38-2ccf0623f9a7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "03fd7e29-661d-4b04-8192-edefce944f9b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "fade206e-1b12-4a09-b978-4f14de22d02a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "e0fbca53-eb03-4115-8d52-3a53e6234998", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "b9c16e7a-6aca-40e4-b342-f7db64da6da9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "d2c62a0a-a77e-4ed9-ab58-fb67c2508e89", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "9135e1c5-344f-4e8e-8eef-75eaf8e3be69", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "f03069bf-9e49-49e7-b791-08ead33689f6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "1e17478d-1319-4b19-9f91-fe1442622322", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "f6cae271-c500-46a6-9d63-45372229d0c2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "cab779f8-c860-4849-bb46-8e78bb2aff8c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "P:System.Windows.Forms.Control.Tag" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.Control.Tag", + "label": "P:System.Windows.Forms.Control.Tag", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "24f97613-2343-4933-983c-175b34b6bc0b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "9f5273f5-2f3f-4d60-b7b7-8e5416ca0a42", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 116, + "column": 12 + } + }, + { + "incidentId": "6751b2a5-763b-488c-9cb2-2b36c8fb31f9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 116, + "column": 12 + } + }, + { + "incidentId": "32ad3b04-f932-4fb0-819f-084222f9a264", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 116, + "column": 12 + } + }, + { + "incidentId": "e9058c19-6e34-415b-8816-6bfe4838067d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "statusStrip.Items.Add(_statusLabel);", + "protected": "T:System.Windows.Forms.ToolStripStatusLabel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "statusStrip.Items.Add(_statusLabel);", + "protectedSnippet": "T:System.Windows.Forms.ToolStripStatusLabel", + "label": "T:System.Windows.Forms.ToolStripStatusLabel", + "line": 115, + "column": 12 + } + }, + { + "incidentId": "7aa5c66e-d2b5-4d1d-98c9-922befd7790d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "statusStrip.Items.Add(_statusLabel);", + "protected": "T:System.Windows.Forms.ToolStripItemCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "statusStrip.Items.Add(_statusLabel);", + "protectedSnippet": "T:System.Windows.Forms.ToolStripItemCollection", + "label": "T:System.Windows.Forms.ToolStripItemCollection", + "line": 115, + "column": 12 + } + }, + { + "incidentId": "71ad90cb-4205-496f-84de-8985a0bc8525", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "statusStrip.Items.Add(_statusLabel);", + "protected": "P:System.Windows.Forms.ToolStrip.Items" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "statusStrip.Items.Add(_statusLabel);", + "protectedSnippet": "P:System.Windows.Forms.ToolStrip.Items", + "label": "P:System.Windows.Forms.ToolStrip.Items", + "line": 115, + "column": 12 + } + }, + { + "incidentId": "65e66626-1caa-40ee-ac00-f5f46e3bb372", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "statusStrip.Items.Add(_statusLabel);", + "protected": "M:System.Windows.Forms.ToolStripItemCollection.Add(System.Windows.Forms.ToolStripItem)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "statusStrip.Items.Add(_statusLabel);", + "protectedSnippet": "M:System.Windows.Forms.ToolStripItemCollection.Add(System.Windows.Forms.ToolStripItem)", + "label": "M:System.Windows.Forms.ToolStripItemCollection.Add(System.Windows.Forms.ToolStripItem)", + "line": 115, + "column": 12 + } + }, + { + "incidentId": "2a49c58a-9b07-4b91-b8c6-ce630b8d51e1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protected": "P:System.Windows.Forms.ToolStripItem.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ToolStripItem.Text", + "label": "P:System.Windows.Forms.ToolStripItem.Text", + "line": 114, + "column": 12 + } + }, + { + "incidentId": "a21bdc91-7bf3-4dd3-8790-02ac93597a65", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protected": "T:System.Windows.Forms.ToolStripStatusLabel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.ToolStripStatusLabel", + "label": "T:System.Windows.Forms.ToolStripStatusLabel", + "line": 114, + "column": 12 + } + }, + { + "incidentId": "3ea090c8-8226-4345-af33-90ff619fd2b4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protected": "M:System.Windows.Forms.ToolStripStatusLabel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.ToolStripStatusLabel.#ctor", + "label": "M:System.Windows.Forms.ToolStripStatusLabel.#ctor", + "line": 114, + "column": 12 + } + }, + { + "incidentId": "35ea6d4e-0938-4305-b2e6-20eebb315441", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protected": "T:System.Windows.Forms.ToolStripStatusLabel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.ToolStripStatusLabel", + "label": "T:System.Windows.Forms.ToolStripStatusLabel", + "line": 114, + "column": 12 + } + }, + { + "incidentId": "92b08e1d-b7ae-4089-8280-8e05e78e0f4e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var statusStrip = new StatusStrip();", + "protected": "T:System.Windows.Forms.StatusStrip" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var statusStrip = new StatusStrip();", + "protectedSnippet": "T:System.Windows.Forms.StatusStrip", + "label": "T:System.Windows.Forms.StatusStrip", + "line": 113, + "column": 12 + } + }, + { + "incidentId": "8ab3a547-e28e-4894-bca0-bbd87919a88b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var statusStrip = new StatusStrip();", + "protected": "M:System.Windows.Forms.StatusStrip.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var statusStrip = new StatusStrip();", + "protectedSnippet": "M:System.Windows.Forms.StatusStrip.#ctor", + "label": "M:System.Windows.Forms.StatusStrip.#ctor", + "line": 113, + "column": 12 + } + }, + { + "incidentId": "3fc77391-3b7b-4ccd-a343-3804dddfb252", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 111, + "column": 12 + } + }, + { + "incidentId": "02bacbf5-b9a9-4e91-9469-b2a8f144bee0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 111, + "column": 12 + } + }, + { + "incidentId": "0894fcc6-7d5a-48d0-9490-a6db592bf8c5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 111, + "column": 12 + } + }, + { + "incidentId": "6457addb-f00a-4907-bac0-484bad5fe6e6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 110, + "column": 12 + } + }, + { + "incidentId": "368feac8-c543-4413-910a-eb9c297c1cdb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 110, + "column": 12 + } + }, + { + "incidentId": "21d186bb-2389-411e-80f1-026948eb3873", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 110, + "column": 12 + } + }, + { + "incidentId": "2cc9af00-b3cd-4d65-b2a8-c08dd3194de7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protected": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protectedSnippet": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "label": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "line": 110, + "column": 12 + } + }, + { + "incidentId": "21117501-4385-41e5-aa4a-13ac0c67f621", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 109, + "column": 12 + } + }, + { + "incidentId": "1fd8e72a-26d2-4081-ba50-56a72471c4c6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 109, + "column": 12 + } + }, + { + "incidentId": "cc37379c-7f42-4a6b-b1b9-7af284b0dfb0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 109, + "column": 12 + } + }, + { + "incidentId": "d206d943-ba94-4e2b-abc1-298a1cbe0fb8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protected": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protectedSnippet": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "label": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "line": 109, + "column": 12 + } + }, + { + "incidentId": "380dfe28-9900-4985-afa0-63563c0ed055", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 108, + "column": 12 + } + }, + { + "incidentId": "f75fa4d7-d8c9-4e40-81ae-649e91914d98", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 108, + "column": 12 + } + }, + { + "incidentId": "cbf02cff-6068-4f34-a11b-a69a851e4583", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 108, + "column": 12 + } + }, + { + "incidentId": "11c9d5a9-a006-4e32-a5c5-3ea10002b22c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protected": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protectedSnippet": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "label": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "line": 108, + "column": 12 + } + }, + { + "incidentId": "841139a3-3e8e-4d6a-b036-56c29a12cb0c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "9ca6864f-396e-49b2-a37a-36ba38c53bfe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "8c9ba9e2-f37c-4760-98da-3be0c84261a5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "7f56625d-ec97-4caa-834e-b51312ebaf5d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "7c1e7f5d-ce78-4ea2-83a4-aae9e4c4925c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "213aa70d-54c4-4563-8775-e91dec3413ee", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.TabControl" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.TabControl", + "label": "T:System.Windows.Forms.TabControl", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "9854facc-4633-4ca4-b251-6297e6d49f3d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "M:System.Windows.Forms.TabControl.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "M:System.Windows.Forms.TabControl.#ctor", + "label": "M:System.Windows.Forms.TabControl.#ctor", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "9e7df543-7f8a-4ecd-9093-bb67e1b39173", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 105, + "column": 12 + } + }, + { + "incidentId": "020f4ace-05a4-417f-859d-04afc37de4de", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 105, + "column": 12 + } + }, + { + "incidentId": "89f5e8c3-9cc5-43d3-a8ff-f61d6a4e112d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 105, + "column": 12 + } + }, + { + "incidentId": "42bdd319-2a6a-4ee7-bd51-b92d89d52783", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_reloadButton);", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_reloadButton);", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 104, + "column": 12 + } + }, + { + "incidentId": "6db1cf6b-f321-4cad-ab5e-b88c9f10b509", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_reloadButton);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_reloadButton);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 104, + "column": 12 + } + }, + { + "incidentId": "08f01c33-26c8-48ec-8a06-b00a5982f79c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_reloadButton);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_reloadButton);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 104, + "column": 12 + } + }, + { + "incidentId": "e4aa8020-a6d1-495f-bee3-e93594badace", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_reloadButton);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_reloadButton);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 104, + "column": 12 + } + }, + { + "incidentId": "ede0ee07-4e5c-492f-8893-3350346b3c74", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveAsButton);", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveAsButton);", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 103, + "column": 12 + } + }, + { + "incidentId": "b35bc06b-2113-46e7-8d6a-1b4997c70610", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveAsButton);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveAsButton);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 103, + "column": 12 + } + }, + { + "incidentId": "49907526-38ed-49c3-9550-b87338ed15d5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveAsButton);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveAsButton);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 103, + "column": 12 + } + }, + { + "incidentId": "f5b87cb1-6744-40cf-b93d-7d1ac38ec8b3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveAsButton);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveAsButton);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 103, + "column": 12 + } + }, + { + "incidentId": "ac5dd1fd-5152-4e50-8bcb-291c6d7f9e1a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveButton);", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveButton);", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 102, + "column": 12 + } + }, + { + "incidentId": "1130714f-f60c-43cd-b3f2-655a3ccd6569", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveButton);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveButton);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 102, + "column": 12 + } + }, + { + "incidentId": "8ac18c09-810c-4596-b072-e038208e62b9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveButton);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveButton);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 102, + "column": 12 + } + }, + { + "incidentId": "0afd2d03-4924-48b9-8195-006e5ce9327e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveButton);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveButton);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 102, + "column": 12 + } + }, + { + "incidentId": "b23657cd-da63-4007-a567-098ee0910762", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_openButton);", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_openButton);", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 101, + "column": 12 + } + }, + { + "incidentId": "2438c118-07c2-4c4c-8d95-6370f97e1d55", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_openButton);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_openButton);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 101, + "column": 12 + } + }, + { + "incidentId": "0ef14bfe-1804-4fbb-8fb2-b6563c8326b1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_openButton);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_openButton);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 101, + "column": 12 + } + }, + { + "incidentId": "3b0e7fcc-5316-4800-80c3-e340e67eb89f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_openButton);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_openButton);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 101, + "column": 12 + } + }, + { + "incidentId": "2f03e3e2-78b7-4f18-a01b-4cb0af554668", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_configPathTextBox);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_configPathTextBox);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 100, + "column": 12 + } + }, + { + "incidentId": "700258b3-db7d-4ebc-a72b-5e728e50c45f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_configPathTextBox);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_configPathTextBox);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 100, + "column": 12 + } + }, + { + "incidentId": "96580fc6-76de-4372-a006-74c504a6cbf2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_configPathTextBox);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_configPathTextBox);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 100, + "column": 12 + } + }, + { + "incidentId": "f98679a5-ac5d-4469-b6ef-45516186a882", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_configPathTextBox);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_configPathTextBox);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 100, + "column": 12 + } + }, + { + "incidentId": "2174064f-da7d-4cc8-bd75-29af1d41a0f8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(fileLabel);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(fileLabel);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 99, + "column": 12 + } + }, + { + "incidentId": "f361750c-d3c0-4f8b-8076-7b5ecb296a16", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(fileLabel);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(fileLabel);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 99, + "column": 12 + } + }, + { + "incidentId": "572851a4-3405-4bab-8bd8-fb14687f61ef", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(fileLabel);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(fileLabel);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 99, + "column": 12 + } + }, + { + "incidentId": "1fabad5c-7e37-49f6-a0f0-8402e92eb872", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 97, + "column": 12 + } + }, + { + "incidentId": "c51955e6-326b-4dc9-9601-86a364298b5e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 97, + "column": 12 + } + }, + { + "incidentId": "f0d3aebe-b197-44e0-bb3c-c3207b96e415", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 96, + "column": 12 + } + }, + { + "incidentId": "853b365b-55fd-49f4-b436-08c947990000", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 96, + "column": 12 + } + }, + { + "incidentId": "3457d64d-183a-4758-bd0b-09f3c31f1677", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton.Click \u002B= (_, __) =\u003E SaveConfig();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton.Click \u002B= (_, __) =\u003E SaveConfig();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 95, + "column": 12 + } + }, + { + "incidentId": "1e38399a-96f2-4ed1-8014-cb330049e1c8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton.Click \u002B= (_, __) =\u003E SaveConfig();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton.Click \u002B= (_, __) =\u003E SaveConfig();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 95, + "column": 12 + } + }, + { + "incidentId": "f7c929a8-7b2c-4a34-b74a-99d9ba8ecc29", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton.Click \u002B= (_, __) =\u003E OpenConfig();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton.Click \u002B= (_, __) =\u003E OpenConfig();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 94, + "column": 12 + } + }, + { + "incidentId": "54bf466f-afe7-44ad-b88d-9ec6c0f038c5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton.Click \u002B= (_, __) =\u003E OpenConfig();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton.Click \u002B= (_, __) =\u003E OpenConfig();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 94, + "column": 12 + } + }, + { + "incidentId": "c9e97462-7c33-4c3e-92a8-d73038123736", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 92, + "column": 12 + } + }, + { + "incidentId": "0d2cec3f-263e-4001-8a71-2eeb62a6083f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 92, + "column": 12 + } + }, + { + "incidentId": "e5480b84-dc36-420b-a4e0-b9e6455c4181", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 92, + "column": 12 + } + }, + { + "incidentId": "d2aef7f7-026f-483a-8128-342694dae194", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 92, + "column": 12 + } + }, + { + "incidentId": "5937dc4e-4e4f-43db-a463-201adb8c34cf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 91, + "column": 12 + } + }, + { + "incidentId": "82d960cd-2c41-4080-8b31-301671f44bf4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 91, + "column": 12 + } + }, + { + "incidentId": "8c242b06-4835-4a27-a534-0b4356f87d09", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 91, + "column": 12 + } + }, + { + "incidentId": "89015d2c-f520-439c-9375-3530e07d8e4c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 91, + "column": 12 + } + }, + { + "incidentId": "4f90e6a3-b3c0-4c01-a38e-a5f303bd60ae", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 90, + "column": 12 + } + }, + { + "incidentId": "0445cbf6-a963-4bf8-8a54-11244583b5fa", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 90, + "column": 12 + } + }, + { + "incidentId": "da69eb93-9b5d-4842-9688-da6dd7cb9917", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 90, + "column": 12 + } + }, + { + "incidentId": "38a4f4e6-ef31-4fa7-be34-19ac8c953989", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 90, + "column": 12 + } + }, + { + "incidentId": "f0fba518-c71b-408d-8122-449f3410bc8b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 89, + "column": 12 + } + }, + { + "incidentId": "9d8078b4-de70-4efd-ba9a-bf5bedce9022", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 89, + "column": 12 + } + }, + { + "incidentId": "5d492677-7488-4a12-a92f-877886b67dde", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 89, + "column": 12 + } + }, + { + "incidentId": "80893cf9-67a8-48fe-85f1-4a908dfca225", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 89, + "column": 12 + } + }, + { + "incidentId": "4a6c9283-6c1b-4b66-ae5d-55492b5e9327", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protected": "P:System.Windows.Forms.TextBoxBase.ReadOnly" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protectedSnippet": "P:System.Windows.Forms.TextBoxBase.ReadOnly", + "label": "P:System.Windows.Forms.TextBoxBase.ReadOnly", + "line": 84, + "column": 12 + } + }, + { + "incidentId": "cefefa11-4688-4517-b193-79b00ec1e481", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protected": "P:System.Windows.Forms.Control.Width" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Width", + "label": "P:System.Windows.Forms.Control.Width", + "line": 84, + "column": 12 + } + }, + { + "incidentId": "5d60b36a-1976-4c9e-878a-0f0d5e3a8ea7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 84, + "column": 12 + } + }, + { + "incidentId": "abc6ef33-412b-4df6-b091-42e18f604161", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protected": "M:System.Windows.Forms.TextBox.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protectedSnippet": "M:System.Windows.Forms.TextBox.#ctor", + "label": "M:System.Windows.Forms.TextBox.#ctor", + "line": 84, + "column": 12 + } + }, + { + "incidentId": "bf5893a9-c138-4c69-b2e8-57910647c4b0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 84, + "column": 12 + } + }, + { + "incidentId": "4b036f1d-ca1e-4e9a-bcff-8ff225efaf57", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "e5f86a99-6eef-4d3e-9598-132bcfa95ed4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "35112a8e-6b90-4d14-aa67-4f9b5b2de372", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "9ed6c4a6-c286-4880-9e80-f9b838878c0d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "a3e01163-67cd-4616-8950-c8a0917e848d", + "ruleId": "Api.0002", + "description": "API is available in package System.Drawing.Common, 8.0.6. Add package reference to System.Drawing.Common, 8.0.6", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Drawing.ContentAlignment" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Drawing.ContentAlignment", + "label": "T:System.Drawing.ContentAlignment", + "properties": { + "PackageId": "System.Drawing.Common", + "PackageNewVersion": "8.0.6" + }, + "line": 77, + "column": 12 + } + }, + { + "incidentId": "b033880e-7f74-4f44-95de-7ba44530f4a9", + "ruleId": "Api.0002", + "description": "API is available in package System.Drawing.Common, 8.0.6. Add package reference to System.Drawing.Common, 8.0.6", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Drawing.ContentAlignment" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Drawing.ContentAlignment", + "label": "T:System.Drawing.ContentAlignment", + "properties": { + "PackageId": "System.Drawing.Common", + "PackageNewVersion": "8.0.6" + }, + "line": 77, + "column": 12 + } + }, + { + "incidentId": "e86b90b4-210e-4e04-9eb9-01a7fa309663", + "ruleId": "Api.0002", + "description": "API is available in package System.Drawing.Common, 8.0.6. Add package reference to System.Drawing.Common, 8.0.6", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "F:System.Drawing.ContentAlignment.MiddleLeft" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "F:System.Drawing.ContentAlignment.MiddleLeft", + "label": "F:System.Drawing.ContentAlignment.MiddleLeft", + "properties": { + "PackageId": "System.Drawing.Common", + "PackageNewVersion": "8.0.6" + }, + "line": 77, + "column": 12 + } + }, + { + "incidentId": "7a6990cb-8cb4-4071-bcc0-214205bc5a85", + "ruleId": "Api.0002", + "description": "API is available in package System.Drawing.Common, 8.0.6. Add package reference to System.Drawing.Common, 8.0.6", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Drawing.ContentAlignment" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Drawing.ContentAlignment", + "label": "T:System.Drawing.ContentAlignment", + "properties": { + "PackageId": "System.Drawing.Common", + "PackageNewVersion": "8.0.6" + }, + "line": 77, + "column": 12 + } + }, + { + "incidentId": "85ab4b53-a530-4e80-9308-b571757fd7ed", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "P:System.Windows.Forms.Label.TextAlign" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Label.TextAlign", + "label": "P:System.Windows.Forms.Label.TextAlign", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "fbc4376c-5d07-45c9-9b38-8c2073d74846", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "P:System.Windows.Forms.Label.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Label.AutoSize", + "label": "P:System.Windows.Forms.Label.AutoSize", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "2ecdf98e-61eb-4584-a996-7e0173f77217", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "P:System.Windows.Forms.Label.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Label.Text", + "label": "P:System.Windows.Forms.Label.Text", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "97f945e4-1507-4b25-9337-7b90cc1020fe", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Windows.Forms.Label" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.Label", + "label": "T:System.Windows.Forms.Label", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "b453b71d-2d5f-4972-8fa1-7aeee6927685", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "M:System.Windows.Forms.Label.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "M:System.Windows.Forms.Label.#ctor", + "label": "M:System.Windows.Forms.Label.#ctor", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "56d22974-21b8-421e-a4b0-8d0337e16988", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "50d99d20-fa82-4a96-a208-108fc5100978", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "14841ba2-e306-4c03-b4df-a65679583547", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "0698835e-9b8d-45c7-ad3d-c9cf3fffb32e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "ae89e659-3afd-4464-b433-bde5880b7296", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "P:System.Windows.Forms.FlowLayoutPanel.WrapContents" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.FlowLayoutPanel.WrapContents", + "label": "P:System.Windows.Forms.FlowLayoutPanel.WrapContents", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "4981e9ec-d3f1-4f6c-a8cf-99ea5bf434c2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "P:System.Windows.Forms.Panel.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Panel.AutoSize", + "label": "P:System.Windows.Forms.Panel.AutoSize", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "d46dded1-71f1-4ebe-b7f5-6e3d56ef1055", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "fa0504ac-7726-48e7-b932-fa6f5e672931", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "0b6d4fc3-f213-40ec-ac7b-8da7868c1e53", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "F:System.Windows.Forms.DockStyle.Top" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Top", + "label": "F:System.Windows.Forms.DockStyle.Top", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "62c7c61e-e172-46d5-806c-24e61867e57e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "a56a4ba6-6042-4967-bc17-717be290b8c2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "98f2ff7c-7437-406a-91cb-291768044451", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.FlowLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.FlowLayoutPanel", + "label": "T:System.Windows.Forms.FlowLayoutPanel", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "d90b88a8-8540-4e0a-9fa7-35ff9d0c7b69", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "M:System.Windows.Forms.FlowLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "cce1ab47-41b7-4cdc-b79f-4ac49e6b3c8e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Controls.Add(mainLayout);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "Controls.Add(mainLayout);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 68, + "column": 12 + } + }, + { + "incidentId": "1a6cd850-23d3-4dc3-bdea-8c7a028ab998", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Controls.Add(mainLayout);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "Controls.Add(mainLayout);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 68, + "column": 12 + } + }, + { + "incidentId": "f201ce5d-8ffd-4bec-80c2-a74538e83cfb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Controls.Add(mainLayout);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "Controls.Add(mainLayout);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 68, + "column": 12 + } + }, + { + "incidentId": "ea9a887e-1941-4de4-9168-7c27a0b602bd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "b7c5c9a5-4e03-4491-87b9-31a098e42573", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "c417e7eb-7102-43aa-8037-1ffdf44e2a82", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "F:System.Windows.Forms.SizeType.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.AutoSize", + "label": "F:System.Windows.Forms.SizeType.AutoSize", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "9d01b0ad-7937-484c-a6e8-0330d3159cd0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.RowStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.RowStyle", + "label": "T:System.Windows.Forms.RowStyle", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "b903a98c-edc0-4133-a0bb-d9866fd4da85", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)", + "label": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "2bd7a886-2614-486d-8799-6ca488e97196", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.TableLayoutRowStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "66fe5c6e-d2d6-4579-b0d9-972084f3ea01", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "7f9061f0-bfd5-4057-87aa-3306601fa778", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "label": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "c8258444-bb89-4aac-82a9-dacdcd059ac2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "6186fcdc-374e-4b18-9394-f4b8d3a356ff", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "06abb78f-88a0-4415-8bf1-3ceb7eaddbc1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "a836d92a-743b-4c3a-8d84-0fe830acb937", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.RowStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.RowStyle", + "label": "T:System.Windows.Forms.RowStyle", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "e907ff3a-feb2-42ee-bd0c-49a03714f415", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "3b9db4ed-f506-4261-8e55-93b841ddfd38", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.TableLayoutRowStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "8bbb2a21-db3f-45e1-a687-bcbd0d10cfa9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "557432d6-d84c-4320-9256-02600b1e9ed9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "label": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "a17c9644-39ac-4bbe-a263-5eff6ebfbcc6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "fabb715c-bfc8-4412-9c2f-c317df49b94a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "c3ae6cb4-9030-4437-a51c-edaf0f54a1e5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "F:System.Windows.Forms.SizeType.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.AutoSize", + "label": "F:System.Windows.Forms.SizeType.AutoSize", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "bae40879-a937-49ab-ab37-0ca709ed21a0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.RowStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.RowStyle", + "label": "T:System.Windows.Forms.RowStyle", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "cc35de9c-402d-402d-9728-359c6c2ca419", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)", + "label": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "92e73c93-4de6-4273-ab25-73619bd46967", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.TableLayoutRowStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "2c8bc7eb-fe1d-4a55-a9ad-938706f31981", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "d7c64540-6516-4804-b874-5bb67a950b40", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "label": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "a1a25c60-9ea4-43a5-ba1e-d17ad2149b80", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowCount", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "4f9d5e55-36a7-4472-9525-066e856bebd5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "4f3b6903-4a32-416f-a380-773d960c00a0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "9cf7229d-8256-400d-a34a-d23531e12aef", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "bcace10c-d421-4ab6-a4c6-18d1ddddd775", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "9c58e286-274e-4f40-94d1-2ea4cdf8cb17", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "b3cdcc7f-56fe-4786-9e5c-55527567b9e9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "335fe9d8-f925-4beb-bd35-8cb3b47bb72d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "T:System.Windows.Forms.TableLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutPanel", + "label": "T:System.Windows.Forms.TableLayoutPanel", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "f55b9bef-92d5-4f5f-874e-ff831ab634ae", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "M:System.Windows.Forms.TableLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "adc1b3da-c1a1-4e39-a360-b48c6bb0e0f3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "StartPosition = FormStartPosition.CenterScreen;", + "protected": "T:System.Windows.Forms.FormStartPosition" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "StartPosition = FormStartPosition.CenterScreen;", + "protectedSnippet": "T:System.Windows.Forms.FormStartPosition", + "label": "T:System.Windows.Forms.FormStartPosition", + "line": 57, + "column": 12 + } + }, + { + "incidentId": "480b7e8c-715d-418b-9647-1f7b1fbedf69", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "StartPosition = FormStartPosition.CenterScreen;", + "protected": "T:System.Windows.Forms.FormStartPosition" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "StartPosition = FormStartPosition.CenterScreen;", + "protectedSnippet": "T:System.Windows.Forms.FormStartPosition", + "label": "T:System.Windows.Forms.FormStartPosition", + "line": 57, + "column": 12 + } + }, + { + "incidentId": "56ba9db7-3886-4246-9788-74a37977684c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "StartPosition = FormStartPosition.CenterScreen;", + "protected": "F:System.Windows.Forms.FormStartPosition.CenterScreen" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "StartPosition = FormStartPosition.CenterScreen;", + "protectedSnippet": "F:System.Windows.Forms.FormStartPosition.CenterScreen", + "label": "F:System.Windows.Forms.FormStartPosition.CenterScreen", + "line": 57, + "column": 12 + } + }, + { + "incidentId": "155fc5c9-12d3-4cd2-8504-797f64f41723", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "StartPosition = FormStartPosition.CenterScreen;", + "protected": "T:System.Windows.Forms.FormStartPosition" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "StartPosition = FormStartPosition.CenterScreen;", + "protectedSnippet": "T:System.Windows.Forms.FormStartPosition", + "label": "T:System.Windows.Forms.FormStartPosition", + "line": 57, + "column": 12 + } + }, + { + "incidentId": "0c2c8181-cbca-463f-ab59-d51a94175e74", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "StartPosition = FormStartPosition.CenterScreen;", + "protected": "P:System.Windows.Forms.Form.StartPosition" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "StartPosition = FormStartPosition.CenterScreen;", + "protectedSnippet": "P:System.Windows.Forms.Form.StartPosition", + "label": "P:System.Windows.Forms.Form.StartPosition", + "line": 57, + "column": 12 + } + }, + { + "incidentId": "1a8493bf-1e77-4601-9761-c6c9e0d2dfd0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MinimumSize = new Size(980, 640);", + "protected": "P:System.Windows.Forms.Form.MinimumSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MinimumSize = new Size(980, 640);", + "protectedSnippet": "P:System.Windows.Forms.Form.MinimumSize", + "label": "P:System.Windows.Forms.Form.MinimumSize", + "line": 56, + "column": 12 + } + }, + { + "incidentId": "964f8c13-dc53-4f1b-9f27-f28681d48f0f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Text = \u0022Window Logger Configuration\u0022;", + "protected": "P:System.Windows.Forms.Form.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "Text = \u0022Window Logger Configuration\u0022;", + "protectedSnippet": "P:System.Windows.Forms.Form.Text", + "label": "P:System.Windows.Forms.Form.Text", + "line": 55, + "column": 12 + } + }, + { + "incidentId": "cf8289d6-b9e1-42a0-a4a3-943f2873eb5d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "public MainForm()\r\n {\r\n Text = \u0022Window Logger Configuration\u0022;\r\n MinimumSize = new Size(980, 640);\r\n StartPosition = FormStartPosition.CenterScreen;\r\n\r\n var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));\r\n Controls.Add(mainLayout);\r\n\r\n var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };\r\n var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };\r\n _configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };\r\n _openButton = new Button { Text = \u0022Open...\u0022 };\r\n _saveButton = new Button { Text = \u0022Save\u0022 };\r\n _saveAsButton = new Button { Text = \u0022Save As...\u0022 };\r\n _reloadButton = new Button { Text = \u0022Reload\u0022 };\r\n\r\n _openButton.Click \u002B= (_, __) =\u003E OpenConfig();\r\n _saveButton.Click \u002B= (_, __) =\u003E SaveConfig();\r\n _saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();\r\n _reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();\r\n\r\n filePanel.Controls.Add(fileLabel);\r\n filePanel.Controls.Add(_configPathTextBox);\r\n filePanel.Controls.Add(_openButton);\r\n filePanel.Controls.Add(_saveButton);\r\n filePanel.Controls.Add(_saveAsButton);\r\n filePanel.Controls.Add(_reloadButton);\r\n mainLayout.Controls.Add(filePanel, 0, 0);\r\n\r\n var tabControl = new TabControl { Dock = DockStyle.Fill };\r\n tabControl.TabPages.Add(CreateApplicationsTab());\r\n tabControl.TabPages.Add(CreateExclusionsTab());\r\n tabControl.TabPages.Add(CreateCategoriesTab());\r\n mainLayout.Controls.Add(tabControl, 0, 1);\r\n\r\n var statusStrip = new StatusStrip();\r\n _statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };\r\n statusStrip.Items.Add(_statusLabel);\r\n mainLayout.Controls.Add(statusStrip, 0, 2);\r\n\r\n _applicationsList = (ListBox)tabControl.TabPages[0].Tag!;\r\n _appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();\r\n _appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();\r\n _appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();\r\n _appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();\r\n _appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();\r\n _appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();\r\n _appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();\r\n _appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();\r\n\r\n _exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;\r\n _exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();\r\n _exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();\r\n _exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();\r\n _exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();\r\n\r\n _categoriesList = (ListBox)tabControl.TabPages[2].Tag!;\r\n _categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();\r\n _categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();\r\n _categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();\r\n _categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();\r\n _categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();\r\n _categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();\r\n }", + "protected": "M:System.Windows.Forms.Form.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "public MainForm()\r\n {\r\n Text = \u0022Window Logger Configuration\u0022;\r\n MinimumSize = new Size(980, 640);\r\n StartPosition = FormStartPosition.CenterScreen;\r\n\r\n var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));\r\n Controls.Add(mainLayout);\r\n\r\n var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };\r\n var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };\r\n _configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };\r\n _openButton = new Button { Text = \u0022Open...\u0022 };\r\n _saveButton = new Button { Text = \u0022Save\u0022 };\r\n _saveAsButton = new Button { Text = \u0022Save As...\u0022 };\r\n _reloadButton = new Button { Text = \u0022Reload\u0022 };\r\n\r\n _openButton.Click \u002B= (_, __) =\u003E OpenConfig();\r\n _saveButton.Click \u002B= (_, __) =\u003E SaveConfig();\r\n _saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();\r\n _reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();\r\n\r\n filePanel.Controls.Add(fileLabel);\r\n filePanel.Controls.Add(_configPathTextBox);\r\n filePanel.Controls.Add(_openButton);\r\n filePanel.Controls.Add(_saveButton);\r\n filePanel.Controls.Add(_saveAsButton);\r\n filePanel.Controls.Add(_reloadButton);\r\n mainLayout.Controls.Add(filePanel, 0, 0);\r\n\r\n var tabControl = new TabControl { Dock = DockStyle.Fill };\r\n tabControl.TabPages.Add(CreateApplicationsTab());\r\n tabControl.TabPages.Add(CreateExclusionsTab());\r\n tabControl.TabPages.Add(CreateCategoriesTab());\r\n mainLayout.Controls.Add(tabControl, 0, 1);\r\n\r\n var statusStrip = new StatusStrip();\r\n _statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };\r\n statusStrip.Items.Add(_statusLabel);\r\n mainLayout.Controls.Add(statusStrip, 0, 2);\r\n\r\n _applicationsList = (ListBox)tabControl.TabPages[0].Tag!;\r\n _appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();\r\n _appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();\r\n _appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();\r\n _appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();\r\n _appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();\r\n _appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();\r\n _appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();\r\n _appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();\r\n\r\n _exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;\r\n _exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();\r\n _exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();\r\n _exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();\r\n _exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();\r\n\r\n _categoriesList = (ListBox)tabControl.TabPages[2].Tag!;\r\n _categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();\r\n _categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();\r\n _categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();\r\n _categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();\r\n _categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();\r\n _categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();\r\n }", + "protectedSnippet": "M:System.Windows.Forms.Form.#ctor", + "label": "M:System.Windows.Forms.Form.#ctor", + "line": 53, + "column": 8 + } + }, + { + "incidentId": "63a021cc-70af-4160-9714-ea2f645ceb6c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel", + "protected": "T:System.Windows.Forms.ToolStripStatusLabel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel", + "protectedSnippet": "T:System.Windows.Forms.ToolStripStatusLabel", + "label": "T:System.Windows.Forms.ToolStripStatusLabel", + "line": 45, + "column": 46 + } + }, + { + "incidentId": "6e9b151c-2f71-4d2c-884a-70a5f3fe45a0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 43, + "column": 32 + } + }, + { + "incidentId": "506dde20-bbd9-44d7-b797-6c65167ba238", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 42, + "column": 32 + } + }, + { + "incidentId": "ae6d57cd-e185-4b68-9518-7e2e64dc0828", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 41, + "column": 32 + } + }, + { + "incidentId": "fdae44e8-b3bb-44a8-bd2f-511c6e38e404", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 40, + "column": 33 + } + }, + { + "incidentId": "dc46b41f-a36a-4182-b401-41189a9f2606", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 39, + "column": 33 + } + }, + { + "incidentId": "446991b4-a8a4-4a97-9128-1c3661de588a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 38, + "column": 33 + } + }, + { + "incidentId": "0752eef9-9398-45b7-971b-68102d5dd473", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 37, + "column": 33 + } + }, + { + "incidentId": "c0571f24-6e98-49af-9661-619e641fd804", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 35, + "column": 32 + } + }, + { + "incidentId": "43908d7c-9add-4778-b285-bf2830fd9bd6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 34, + "column": 32 + } + }, + { + "incidentId": "0f459f54-477b-4d00-87bb-3cbae41a8c74", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 33, + "column": 32 + } + }, + { + "incidentId": "362e2446-c790-4351-adef-b9a582150dc7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 32, + "column": 33 + } + }, + { + "incidentId": "a9923315-7a13-413e-bce8-79faae247dc6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 31, + "column": 33 + } + }, + { + "incidentId": "751a9cef-5832-430b-93f2-c3dae14835b5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 29, + "column": 32 + } + }, + { + "incidentId": "b3043fb0-663c-43fe-a140-1416955999d9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 28, + "column": 32 + } + }, + { + "incidentId": "9ef3b071-e9b4-48ad-87cf-aaa316e16bee", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 27, + "column": 32 + } + }, + { + "incidentId": "606ea565-4c1f-4c61-832a-994c4c71b328", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 26, + "column": 32 + } + }, + { + "incidentId": "94894981-4b7a-4b03-8ee0-ad7b30f9b52b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 25, + "column": 32 + } + }, + { + "incidentId": "6e717ee2-da10-4945-bc8e-a6fd456e20c8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 24, + "column": 33 + } + }, + { + "incidentId": "5e2707fb-c65c-4268-877e-a81d835e8f16", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 23, + "column": 33 + } + }, + { + "incidentId": "ad70e15c-041a-4df2-9156-7b135565ef85", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 22, + "column": 33 + } + }, + { + "incidentId": "2e06bd32-3305-46d2-8140-7980dd519520", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 21, + "column": 33 + } + }, + { + "incidentId": "3d7c965f-4242-42a4-bd8b-f180d3b5a49b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 19, + "column": 32 + } + }, + { + "incidentId": "958f67a3-6601-457d-bfe1-4a21b9eb416e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 18, + "column": 32 + } + }, + { + "incidentId": "41f8d6a1-5c9d-416a-a55a-d8dbee8021b3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 17, + "column": 32 + } + }, + { + "incidentId": "fe3cacae-896a-45a6-a62c-f6314dfd4dbf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 16, + "column": 32 + } + }, + { + "incidentId": "8447187b-8efa-4d66-950c-9c453b3794e1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 15, + "column": 33 + } + }, + { + "incidentId": "2309975a-d7af-4017-be98-3fcee044136a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "26fa171d-1571-4280-b032-1c5165c7ba45", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "cea9ebc3-0ddc-42ce-b841-b1d216460b4b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "d59723b0-0f8e-4da6-bd38-52150eb78baf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "8d4e7e36-2f5b-444a-8a39-4f378466c985", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "169c75bd-2954-4157-aeb9-744c1c02fc9e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "27ca5b98-39e7-47be-a09d-ae660353f1a2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "16c5bcb2-e88b-45e8-abbf-fe1a0f4df3d2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "2cd03bd3-4625-4c4a-b182-33658135b85a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 140, + "column": 12 + } + }, + { + "incidentId": "78f242d4-7aed-4543-bcfc-7a80b3818742", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "f474a80a-a964-4d85-a3f2-1d89b793c070", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "0fa24cf2-3b18-4444-a2ce-4005cf93899b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "f0fbeb7f-b30d-45ca-b7da-750b1f226055", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "00466472-a817-4497-9e22-50b6eb624195", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "39731a51-3b62-4809-a935-4fe9f1e63a00", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "057206af-6865-4614-b6e9-915e995b8512", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "0ffbfe8f-631c-461b-815b-a47f5e122465", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "e7b625a7-d6f7-4c2e-ae6c-beb58b51e01e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 139, + "column": 12 + } + }, + { + "incidentId": "6d60262d-5cbc-42db-b7dc-fc6d55922bd8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "97f5770d-c436-40f7-859e-be72fb41af2b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "e8212860-329f-48e3-9aff-ac3e0154fcf2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "e9e23b70-c268-45f6-86d5-d903e45d0ad3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "ba7bbb43-01c9-4a1e-baab-1dd264042c02", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "23757b85-cc9b-4ceb-849d-52ef5fd1c6ba", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "18d778b3-941f-4005-b420-441506920906", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "bec3a881-cee8-4722-9416-e9184034d66a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "4cc3bbde-d679-427c-8452-f984c0d39fb2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 138, + "column": 12 + } + }, + { + "incidentId": "cc6397b8-01d1-4030-946c-9902e3830dad", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "241e1748-6035-4b22-a78b-6750b19e71d5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "54b04fca-2314-4f79-a4f9-97e0eeea1b18", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "224051c8-251d-4c1d-b79f-5478ad8542ae", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "b8361589-ae85-4683-9982-bfe319a7e49e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "bcb93424-5958-4af6-b736-477a34254765", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "291503ee-481b-4e5b-bbff-0fb0cac87208", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "47eb4cdf-8128-4900-ad75-7dee96bce989", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "394ab592-9db0-4fee-a846-6cdaffda96d8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 137, + "column": 12 + } + }, + { + "incidentId": "8b591994-e514-4996-85f6-0715e4738eeb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "acda09f6-3fcf-4183-9396-63498bb5e1c7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "e3b462d8-c120-4da1-9903-b6eb1d324732", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "92bbaea8-b99a-47a2-b068-11b579e59b10", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "91455c80-039c-4c29-ae28-4df6d052883e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "34847065-59ca-48ec-a1d1-4b08f9de08b7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "b779257e-d5c3-4084-8bfd-9e2d0d607afb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "82c1155c-fc28-45ed-bc0b-06db2d5e23ce", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "843738f0-55f5-4122-b53c-5752d9929acd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 136, + "column": 12 + } + }, + { + "incidentId": "b72ba54f-5dfb-4b04-9539-66216cc21b9a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "1b340782-1a0b-4d86-b389-411a3299752e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "3069614a-3291-4e72-92cc-273c827fe851", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "99ca3f52-cd9c-480a-a67b-7d5cb7e276b8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "94e075bd-a6dd-4f3c-8aac-e905d19b90f1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "ac102b92-9a7e-4488-b3f4-fcbcec823b5a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "84a235ec-ab62-46ee-99c8-ed632744a2bc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "2ffd824e-fba0-4fc1-ada8-e78097f2fdf9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "748fcfab-25e4-4cf5-a40b-5831d0e7f586", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 135, + "column": 12 + } + }, + { + "incidentId": "6f0c60a7-6689-4eb5-85cf-fd4c526d084d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "d68b7e15-624a-4f58-a6b2-4efd47ff7d3c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "479e50b4-835e-4495-9dbe-34923f2b3612", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "90f184de-a11d-4041-bbda-2cbd6e9b5f29", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "70cdd9b6-3355-45e9-b3c6-0c2601d37594", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "P:System.Windows.Forms.Control.Tag" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.Control.Tag", + "label": "P:System.Windows.Forms.Control.Tag", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "b8825a4b-a3a0-446f-bf8f-a04287df85d5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_categoriesList = (ListBox)tabControl.TabPages[2].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 134, + "column": 12 + } + }, + { + "incidentId": "0785ca06-3083-487f-b705-78f947784e6e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "0320c1de-6c7f-4f93-aecd-8556045d5452", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "625860e1-4fa1-4f05-a216-c4f52d4dbc16", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "68ef9cdc-ee97-44ea-95c5-a447577dd7ea", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "3118611d-c856-48e8-b625-34e4b9010439", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "70d2f6aa-0bca-41fd-a1cc-7b1163a0dd33", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "ae0a2a0c-6df8-4e90-b20e-007047c56af5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "df835a4f-4b68-4e41-937d-739387dc7bf0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "b16efdf4-035e-4f41-a391-39c530eb6e53", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 132, + "column": 12 + } + }, + { + "incidentId": "78c01d1d-cbdc-4c2e-af22-f99fc0310f33", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "c1331a19-5191-4f8d-a247-10c1946dd856", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "3bcaba93-0147-4feb-919b-bfe864a32711", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "f09f17d1-363a-40cd-b902-4e59d7ce6229", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "dab78638-45aa-43bd-b0e1-2b7e32d2c471", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "b53c6958-9fd1-4b5c-8a88-84239d6cae97", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "5d3fca07-5971-4e0d-b255-fb4dd45deb39", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "fd45bbdd-c667-4355-835d-3c980a5af73e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "aca57966-d9b1-4b7d-a604-0028fd41fa99", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 131, + "column": 12 + } + }, + { + "incidentId": "73fab635-b037-4c6e-b088-5d6137a1e19e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "afe16991-caf5-497f-afbb-f4fc32852736", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "2872ba8c-7da9-446f-8bc9-9a39f9403692", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "470bfb48-d00f-4c17-868c-cae0caee2556", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "c6e5d666-c0c2-4826-a4b9-235426120037", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "f7990418-febb-4ef2-9b9c-6ab552f293fc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "3841901e-3a1e-44b3-8556-f4d2cf0f93ed", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "39b75956-5bc8-4121-95b4-062bf08c3f89", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "2d3694a8-2c33-4880-8566-1c8fc6b096b6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 130, + "column": 12 + } + }, + { + "incidentId": "488a07a6-70da-4207-a045-e99682ea428a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "a40649a1-9490-46b9-a4ea-83d20aa0b182", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "b49b936b-5392-47ab-a56a-1e923b4e4539", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "5be816e7-b44c-440e-b742-c1d2304ae60e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "00fa4010-d403-4b49-bee3-ebefbdb2e620", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "1f212f88-2384-4f1f-a537-38a147c9f3eb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "ef7e3184-50c4-468d-b2a2-7f16670e9b9b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "af091934-f86a-41da-996c-298513a3f306", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "3c1f8990-cbe8-4f31-a5da-c67bdeaa0ef6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 129, + "column": 12 + } + }, + { + "incidentId": "26a2e9a3-cc77-4aed-a323-b22c12ca908d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "49cb271c-bf1e-47a1-97e4-22170685f236", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "9516136f-592f-4b31-9b4a-02865044081d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "6c024f28-7ee4-483d-bf5c-d023412a7cc9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "ae590d7b-8d7c-44d2-a12e-bb7bde2ff484", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "P:System.Windows.Forms.Control.Tag" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.Control.Tag", + "label": "P:System.Windows.Forms.Control.Tag", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "54d169a3-8f45-4e67-b1a8-1a5b082f9be4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 128, + "column": 12 + } + }, + { + "incidentId": "1cf15709-2442-4584-84e9-0f4b91e9f5ae", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "afc54747-513e-4643-b21e-7b80747d1e3f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "9342d91d-ba7c-4c6d-b7c7-bb8c58615051", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "429ae47f-94a6-40ea-b67b-c7509dd2e9dc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "7d00e4e0-c9ba-4b5c-8580-187fcf2527c6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "3014170f-a0e4-43fa-80e3-4fc2af75252a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "c8a5caf7-c2e0-41c7-94b2-cd9ed7bb8f20", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "5b2556c1-a03a-4294-acc5-3fdfc85083d4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "d6d6d348-9e07-4cee-9853-e334b8a9d035", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 126, + "column": 12 + } + }, + { + "incidentId": "549c4d70-aceb-4f20-948c-c4742c7c0648", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "0319c76b-67dc-4ea6-a7d1-8aab46253677", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "1a508474-6c08-4379-a6ed-715101af2221", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "192bb066-fac4-4967-a6b6-09dd967612e2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "b7ec3882-fad0-4de8-b6b4-be66c6f52d0f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "17e2ac93-045b-4741-8777-97ab17968398", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "420edc4d-4b69-4cc6-b429-b9f6bdfb4f22", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "e916d2ac-89a8-4286-8a87-486d07d6be9e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "2ee82e9d-9c5f-4b73-b3f4-620ebe31f274", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 125, + "column": 12 + } + }, + { + "incidentId": "8e2702c6-72c3-4df7-a543-78495a1dc30b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "261479bf-30da-4e28-a11a-40e7aedc7137", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "a123b075-4eae-4cdc-9569-e60d43766971", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "c99f7923-4de0-4f2d-84b0-9813f1fd091b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "fb80b896-7cef-45b5-8ef3-265a3bdb8532", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "e6c367e0-9730-455f-b43c-7f6af2fedb50", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "8c8f78af-a849-4c19-b375-f9b718ede241", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "5409db74-5d77-4822-a7c4-553898a4a981", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "0e6cf8c3-b6e1-4ec0-abda-718104a685c7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 124, + "column": 12 + } + }, + { + "incidentId": "f0137110-16fb-48be-ad0f-3e862296cafc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "42036bd2-b942-4cee-a380-d7ee77910c00", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "2fe8b5bf-65ac-41b6-a175-876c50deef8f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "96419077-c506-4212-bfc7-abdaa4356598", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "f3972f9d-5cfe-4bd4-a618-66fe7731c0e4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "7ec3eb95-1ac1-4de7-a3d9-ebd7d2072179", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "53f62f12-37aa-4011-8994-c6da12e74648", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "bc50c2ef-65fa-4ea6-a5bb-c87864eb629c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "85539658-0cfe-4d75-b5d2-3d804f75ff59", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 123, + "column": 12 + } + }, + { + "incidentId": "b95dd366-9e82-4e6a-94a3-16a69d734801", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "8e46cf49-9882-466e-ba82-02874d219c31", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "b6107648-6a88-44b4-8523-5c87c3ce8dff", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "40f3fa2e-d96f-49b8-b1a7-09b6aa05fd41", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "0d47e7ab-936f-4cb4-b024-34fc77bad1ad", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "466f15bb-71a8-4de2-9bc0-3b2695651985", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "e01564c0-cc5e-4314-a37e-59fdba30345a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "5312c40c-4082-492a-88a1-0fcedc12003b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "ab14baef-b2f0-4ef8-a25d-01ea4a823b44", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 122, + "column": 12 + } + }, + { + "incidentId": "33f515e7-1a54-4ac9-b7b7-ad96b0a53d6c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "a7f5ca53-6692-46cd-ab88-503de326edbd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "6e33ce10-8562-4acb-95e8-0b7207b556bd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "913eb472-3dcd-466d-8bdf-612b2a7ad4f6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "695ba3ec-15bd-4894-a331-88de750982bf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "dde07e19-5e13-42ca-810f-4fb0282c8f4e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "639a8f52-da4a-4e08-b73c-67cc26c2291c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "e53c75f0-64b3-4a84-b6c1-6fd1f27027f2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "58b07700-5288-4497-9501-5d18c01a5099", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 121, + "column": 12 + } + }, + { + "incidentId": "88f2025c-3828-4408-a4b1-03789077a423", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "e6a5bb51-10a8-4647-b0d0-782b997a221e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "e2795079-4557-4692-9dcc-44ff0780bb0e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "9f38adcd-5fde-4fe3-813a-1b10961836bf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "74ff9e8b-2a5d-4e6d-b1fc-4ae0c779ed69", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "096f2098-7841-416f-bde9-d8c5eb650dbd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "f192e891-8f1f-4d8b-bcec-d9c91915feb4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "da0c2fc4-fbc5-443b-a794-2e2abaf9b98f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "1313a2cc-01c0-4009-8487-84f215253e73", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 120, + "column": 12 + } + }, + { + "incidentId": "16e91dc9-d8e8-435f-bb6f-91df14ba5ce5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "734379a7-eb32-42ee-b2b2-9f40be7f1b73", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "241ce19e-49db-4250-b11c-3a8484245d23", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "66765c11-b2c5-4e3c-b750-8421ee0e3e82", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "bc020bb4-2ac1-4cbb-9fe7-03dcce7621ef", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "f9d54781-1cdd-44ad-9148-8d7a4ae9810c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "d8dd6201-9899-41c7-adcf-95a578849443", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean)", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "cc698a98-6ee4-41d8-a281-3c8bbda9f26e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.Control" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.Control", + "label": "T:System.Windows.Forms.Control", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "84da2c01-50bf-44a0-a6b2-d407d4009965", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 119, + "column": 12 + } + }, + { + "incidentId": "9acbf8a8-804b-4382-b0c2-576a65621bc3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "320a2e11-fb45-4107-81b6-2874a9220bf5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "dd993264-c3b3-4d72-b79b-3d5ff35612ad", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "ea72506a-90e1-4a63-87ac-8495ae1df4be", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "label": "P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "efae5a90-e67e-4305-a4ea-80cf01bfe073", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "P:System.Windows.Forms.Control.Tag" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "P:System.Windows.Forms.Control.Tag", + "label": "P:System.Windows.Forms.Control.Tag", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "47556891-34db-4fe0-8e30-004824eaa91f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protected": "T:System.Windows.Forms.ListBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_applicationsList = (ListBox)tabControl.TabPages[0].Tag!;", + "protectedSnippet": "T:System.Windows.Forms.ListBox", + "label": "T:System.Windows.Forms.ListBox", + "line": 118, + "column": 12 + } + }, + { + "incidentId": "6a0fae6a-bad4-41cb-a834-0ba1cacf9431", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 116, + "column": 12 + } + }, + { + "incidentId": "57c13b9d-7c81-4db9-ad79-dacb71894971", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 116, + "column": 12 + } + }, + { + "incidentId": "09739f06-8d10-4590-80ed-bb14db0aeab7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(statusStrip, 0, 2);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 116, + "column": 12 + } + }, + { + "incidentId": "6bd49500-d86f-46ee-b1e7-b2ab991450e4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "statusStrip.Items.Add(_statusLabel);", + "protected": "T:System.Windows.Forms.ToolStripStatusLabel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "statusStrip.Items.Add(_statusLabel);", + "protectedSnippet": "T:System.Windows.Forms.ToolStripStatusLabel", + "label": "T:System.Windows.Forms.ToolStripStatusLabel", + "line": 115, + "column": 12 + } + }, + { + "incidentId": "dfefc6ac-19a9-49cc-a083-b242546c8741", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "statusStrip.Items.Add(_statusLabel);", + "protected": "T:System.Windows.Forms.ToolStripItemCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "statusStrip.Items.Add(_statusLabel);", + "protectedSnippet": "T:System.Windows.Forms.ToolStripItemCollection", + "label": "T:System.Windows.Forms.ToolStripItemCollection", + "line": 115, + "column": 12 + } + }, + { + "incidentId": "b13494b3-41a5-447b-adf4-56a253d52c85", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "statusStrip.Items.Add(_statusLabel);", + "protected": "P:System.Windows.Forms.ToolStrip.Items" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "statusStrip.Items.Add(_statusLabel);", + "protectedSnippet": "P:System.Windows.Forms.ToolStrip.Items", + "label": "P:System.Windows.Forms.ToolStrip.Items", + "line": 115, + "column": 12 + } + }, + { + "incidentId": "d89201ee-632c-4dfc-a53b-3a39a78a24f7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "statusStrip.Items.Add(_statusLabel);", + "protected": "M:System.Windows.Forms.ToolStripItemCollection.Add(System.Windows.Forms.ToolStripItem)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "statusStrip.Items.Add(_statusLabel);", + "protectedSnippet": "M:System.Windows.Forms.ToolStripItemCollection.Add(System.Windows.Forms.ToolStripItem)", + "label": "M:System.Windows.Forms.ToolStripItemCollection.Add(System.Windows.Forms.ToolStripItem)", + "line": 115, + "column": 12 + } + }, + { + "incidentId": "28a819e8-1fcb-4f33-ba8f-a000848ffea7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protected": "P:System.Windows.Forms.ToolStripItem.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ToolStripItem.Text", + "label": "P:System.Windows.Forms.ToolStripItem.Text", + "line": 114, + "column": 12 + } + }, + { + "incidentId": "4cddf28a-c0e9-4019-9480-989162808880", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protected": "T:System.Windows.Forms.ToolStripStatusLabel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.ToolStripStatusLabel", + "label": "T:System.Windows.Forms.ToolStripStatusLabel", + "line": 114, + "column": 12 + } + }, + { + "incidentId": "f16af77a-c2fe-48c9-b513-9586fa8d5c70", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protected": "M:System.Windows.Forms.ToolStripStatusLabel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.ToolStripStatusLabel.#ctor", + "label": "M:System.Windows.Forms.ToolStripStatusLabel.#ctor", + "line": 114, + "column": 12 + } + }, + { + "incidentId": "42b7e0fe-a2da-4cc2-a6b2-478f34dced70", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protected": "T:System.Windows.Forms.ToolStripStatusLabel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.ToolStripStatusLabel", + "label": "T:System.Windows.Forms.ToolStripStatusLabel", + "line": 114, + "column": 12 + } + }, + { + "incidentId": "047aa09d-78a6-4a10-b637-a791fef4c8de", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var statusStrip = new StatusStrip();", + "protected": "T:System.Windows.Forms.StatusStrip" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var statusStrip = new StatusStrip();", + "protectedSnippet": "T:System.Windows.Forms.StatusStrip", + "label": "T:System.Windows.Forms.StatusStrip", + "line": 113, + "column": 12 + } + }, + { + "incidentId": "4ba9c877-2684-4570-a069-7c0190e4fc88", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var statusStrip = new StatusStrip();", + "protected": "M:System.Windows.Forms.StatusStrip.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var statusStrip = new StatusStrip();", + "protectedSnippet": "M:System.Windows.Forms.StatusStrip.#ctor", + "label": "M:System.Windows.Forms.StatusStrip.#ctor", + "line": 113, + "column": 12 + } + }, + { + "incidentId": "ed692eb6-e604-4cdb-b902-bdede97fddd5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 111, + "column": 12 + } + }, + { + "incidentId": "bc9195c2-76b2-4d52-8fbd-15068d9fff2e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 111, + "column": 12 + } + }, + { + "incidentId": "833b27da-5e6e-4905-b300-fb10ace8934f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(tabControl, 0, 1);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 111, + "column": 12 + } + }, + { + "incidentId": "7e28585a-c58f-4a72-9af4-f07db887b4f1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 110, + "column": 12 + } + }, + { + "incidentId": "924945ed-c764-4021-ad08-82eb2161e235", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 110, + "column": 12 + } + }, + { + "incidentId": "6c2d2000-7043-41dc-9db5-07a205d20acc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 110, + "column": 12 + } + }, + { + "incidentId": "804201f3-7283-444c-abb2-251ae9102fee", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protected": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateCategoriesTab());", + "protectedSnippet": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "label": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "line": 110, + "column": 12 + } + }, + { + "incidentId": "f7ecdbe5-a278-4926-a534-d93ce769aa79", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 109, + "column": 12 + } + }, + { + "incidentId": "79259193-880a-4b20-870f-ec48e8def086", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 109, + "column": 12 + } + }, + { + "incidentId": "54a0ace7-904a-46cf-a10f-9d8baf69a5cc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 109, + "column": 12 + } + }, + { + "incidentId": "a6757c92-b653-49ad-bfdc-d5d58128cb6b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protected": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateExclusionsTab());", + "protectedSnippet": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "label": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "line": 109, + "column": 12 + } + }, + { + "incidentId": "be73aea5-4789-45f6-be62-01a5e2daa54b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protected": "T:System.Windows.Forms.TabPage" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protectedSnippet": "T:System.Windows.Forms.TabPage", + "label": "T:System.Windows.Forms.TabPage", + "line": 108, + "column": 12 + } + }, + { + "incidentId": "fd02da2b-8563-410f-85ce-0f23fa1b739a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protected": "T:System.Windows.Forms.TabControl.TabPageCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protectedSnippet": "T:System.Windows.Forms.TabControl.TabPageCollection", + "label": "T:System.Windows.Forms.TabControl.TabPageCollection", + "line": 108, + "column": 12 + } + }, + { + "incidentId": "e2950fa3-5b02-427b-9db1-880eebdad2c1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protected": "P:System.Windows.Forms.TabControl.TabPages" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protectedSnippet": "P:System.Windows.Forms.TabControl.TabPages", + "label": "P:System.Windows.Forms.TabControl.TabPages", + "line": 108, + "column": 12 + } + }, + { + "incidentId": "8184a58c-74c2-4ef2-9397-6e853168c704", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protected": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "tabControl.TabPages.Add(CreateApplicationsTab());", + "protectedSnippet": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "label": "M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)", + "line": 108, + "column": 12 + } + }, + { + "incidentId": "8a10edfb-2b8b-4ecf-85ec-83828f7b350e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "c3c0ac8b-4bb8-48db-8760-10abcfe43d09", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "83cace65-55ca-4816-8d98-3575e7ad1b6b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "b3a25b71-9da7-4c9e-a8cb-6c6b60d5d8d6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "2dd9ba5e-e209-4240-a99a-2426ee4421b9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "792a9d0b-05ca-4f06-97ec-ff76a29d1d0d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "T:System.Windows.Forms.TabControl" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "T:System.Windows.Forms.TabControl", + "label": "T:System.Windows.Forms.TabControl", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "16c543de-50b7-41bd-ac45-cb5a6859bb29", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protected": "M:System.Windows.Forms.TabControl.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var tabControl = new TabControl { Dock = DockStyle.Fill };", + "protectedSnippet": "M:System.Windows.Forms.TabControl.#ctor", + "label": "M:System.Windows.Forms.TabControl.#ctor", + "line": 107, + "column": 12 + } + }, + { + "incidentId": "67711177-b77a-4fbc-a3bb-53968738a659", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protected": "T:System.Windows.Forms.TableLayoutControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutControlCollection", + "label": "T:System.Windows.Forms.TableLayoutControlCollection", + "line": 105, + "column": 12 + } + }, + { + "incidentId": "2796aadf-7633-4949-ac05-cb7d83589fd7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protected": "P:System.Windows.Forms.TableLayoutPanel.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "label": "P:System.Windows.Forms.TableLayoutPanel.Controls", + "line": 105, + "column": 12 + } + }, + { + "incidentId": "f5b39dba-50c7-4b87-8815-838881f8e22d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protected": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.Controls.Add(filePanel, 0, 0);", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32)", + "line": 105, + "column": 12 + } + }, + { + "incidentId": "6c306a92-8f32-48ab-bee7-9ea968f280e0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_reloadButton);", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_reloadButton);", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 104, + "column": 12 + } + }, + { + "incidentId": "cc627fa6-f5ea-445d-8689-a04aae5172e6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_reloadButton);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_reloadButton);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 104, + "column": 12 + } + }, + { + "incidentId": "efd47c55-9f96-42be-9386-d466e6af9348", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_reloadButton);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_reloadButton);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 104, + "column": 12 + } + }, + { + "incidentId": "92984e65-456b-4e97-aa25-48ac889891ef", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_reloadButton);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_reloadButton);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 104, + "column": 12 + } + }, + { + "incidentId": "72fd057a-b009-4ffc-98f8-0acfc2a81552", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveAsButton);", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveAsButton);", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 103, + "column": 12 + } + }, + { + "incidentId": "855eff8b-1a91-4fec-ac49-37cdf64e461d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveAsButton);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveAsButton);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 103, + "column": 12 + } + }, + { + "incidentId": "7993e5f7-3534-4c1c-ac24-2263438dd685", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveAsButton);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveAsButton);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 103, + "column": 12 + } + }, + { + "incidentId": "9416d97d-cdca-4022-9d05-f435862e304f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveAsButton);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveAsButton);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 103, + "column": 12 + } + }, + { + "incidentId": "c53c1cec-a1c1-4f18-ab9c-7118d0c3017c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveButton);", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveButton);", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 102, + "column": 12 + } + }, + { + "incidentId": "3e10c501-0959-4764-8e97-b9abcaddc975", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveButton);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveButton);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 102, + "column": 12 + } + }, + { + "incidentId": "6bfbbcb3-315a-459c-9211-dcd863e23ac3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveButton);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveButton);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 102, + "column": 12 + } + }, + { + "incidentId": "9b43fe84-a14c-4114-8148-ae66c5789c4d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_saveButton);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_saveButton);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 102, + "column": 12 + } + }, + { + "incidentId": "b19a71ae-9d29-4f2c-8596-7d9480cdee03", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_openButton);", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_openButton);", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 101, + "column": 12 + } + }, + { + "incidentId": "ab442396-ac95-4fe6-9c34-452f886aa231", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_openButton);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_openButton);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 101, + "column": 12 + } + }, + { + "incidentId": "4e32a901-ff16-4fc8-8efd-9edbb23b76ec", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_openButton);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_openButton);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 101, + "column": 12 + } + }, + { + "incidentId": "4d37ae31-0f91-4379-a479-f171d598a789", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_openButton);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_openButton);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 101, + "column": 12 + } + }, + { + "incidentId": "9df59c98-5cb2-4d9b-acea-6c8537b0fcf4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_configPathTextBox);", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_configPathTextBox);", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 100, + "column": 12 + } + }, + { + "incidentId": "cd31aef1-3198-4f58-99de-811793f2c45a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_configPathTextBox);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_configPathTextBox);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 100, + "column": 12 + } + }, + { + "incidentId": "740ef788-b28f-498f-8057-341c9d38c0e7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_configPathTextBox);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_configPathTextBox);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 100, + "column": 12 + } + }, + { + "incidentId": "ae233bfc-62a4-4bcf-8af3-503fdcbd71bf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(_configPathTextBox);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(_configPathTextBox);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 100, + "column": 12 + } + }, + { + "incidentId": "1510a443-716f-48a6-b069-cf9e5b9a13c4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(fileLabel);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(fileLabel);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 99, + "column": 12 + } + }, + { + "incidentId": "d6e9bafd-f0df-478e-a7ec-8beccb3609f2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(fileLabel);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(fileLabel);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 99, + "column": 12 + } + }, + { + "incidentId": "8c48f040-0f4b-4191-b73f-1bb455b86e64", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "filePanel.Controls.Add(fileLabel);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "filePanel.Controls.Add(fileLabel);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 99, + "column": 12 + } + }, + { + "incidentId": "8e341190-e43e-4316-ba9a-d41c822483ca", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 97, + "column": 12 + } + }, + { + "incidentId": "3c47e1da-0cad-43ab-ac6f-6f2a7ae322cd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 97, + "column": 12 + } + }, + { + "incidentId": "5125dae9-476a-4639-b946-c53e0ce06019", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 96, + "column": 12 + } + }, + { + "incidentId": "6c3f177b-5e25-4e80-9c3c-128a0af55385", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 96, + "column": 12 + } + }, + { + "incidentId": "06377828-e992-4222-a669-727ea30eedc0", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton.Click \u002B= (_, __) =\u003E SaveConfig();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton.Click \u002B= (_, __) =\u003E SaveConfig();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 95, + "column": 12 + } + }, + { + "incidentId": "cf909137-c54d-4783-87df-e1c35d1430c3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton.Click \u002B= (_, __) =\u003E SaveConfig();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton.Click \u002B= (_, __) =\u003E SaveConfig();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 95, + "column": 12 + } + }, + { + "incidentId": "338a1110-80a7-485f-8397-cd3d9e52e280", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton.Click \u002B= (_, __) =\u003E OpenConfig();", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton.Click \u002B= (_, __) =\u003E OpenConfig();", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 94, + "column": 12 + } + }, + { + "incidentId": "a3c1ff8e-6f38-489c-8da6-e14b9a8e6966", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton.Click \u002B= (_, __) =\u003E OpenConfig();", + "protected": "E:System.Windows.Forms.Control.Click" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton.Click \u002B= (_, __) =\u003E OpenConfig();", + "protectedSnippet": "E:System.Windows.Forms.Control.Click", + "label": "E:System.Windows.Forms.Control.Click", + "line": 94, + "column": 12 + } + }, + { + "incidentId": "b7c8611e-dd02-47d2-b873-32ccbb55d859", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 92, + "column": 12 + } + }, + { + "incidentId": "018197a8-fa18-4e7f-90c0-8059f09da49c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 92, + "column": 12 + } + }, + { + "incidentId": "dff8a62d-176b-4f6f-9621-5cdaa8f5616b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 92, + "column": 12 + } + }, + { + "incidentId": "91bcaa23-c61b-4430-b322-1dbc8f47e5ae", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_reloadButton = new Button { Text = \u0022Reload\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 92, + "column": 12 + } + }, + { + "incidentId": "67dd3b4d-66e9-41f6-ac7b-f74205a6b67a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 91, + "column": 12 + } + }, + { + "incidentId": "05138197-b2a4-4b68-9923-13d9395e09bb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 91, + "column": 12 + } + }, + { + "incidentId": "acd18d7d-8dcf-40d8-a638-803b28ddef05", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 91, + "column": 12 + } + }, + { + "incidentId": "905dafaf-c715-40ec-984e-93296768de37", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveAsButton = new Button { Text = \u0022Save As...\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 91, + "column": 12 + } + }, + { + "incidentId": "7d1a51b3-89b7-48d9-9356-fe979d81ef6f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 90, + "column": 12 + } + }, + { + "incidentId": "099f23e5-844a-4007-8fa7-347c08c62b17", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 90, + "column": 12 + } + }, + { + "incidentId": "4b550544-106a-4a05-8a08-261526880f21", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 90, + "column": 12 + } + }, + { + "incidentId": "4560d5a0-3aac-4230-8fb8-8aae70e5c000", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_saveButton = new Button { Text = \u0022Save\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 90, + "column": 12 + } + }, + { + "incidentId": "c0e2380a-9b42-486b-b37b-3970352f9e3d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protected": "P:System.Windows.Forms.ButtonBase.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protectedSnippet": "P:System.Windows.Forms.ButtonBase.Text", + "label": "P:System.Windows.Forms.ButtonBase.Text", + "line": 89, + "column": 12 + } + }, + { + "incidentId": "28da3840-940a-4286-b43f-356e0ab5fd09", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 89, + "column": 12 + } + }, + { + "incidentId": "8530da79-adc0-499a-86e8-b77232b51bc1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protected": "M:System.Windows.Forms.Button.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protectedSnippet": "M:System.Windows.Forms.Button.#ctor", + "label": "M:System.Windows.Forms.Button.#ctor", + "line": 89, + "column": 12 + } + }, + { + "incidentId": "9d665002-58fb-4144-9559-2bef03e79890", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protected": "T:System.Windows.Forms.Button" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_openButton = new Button { Text = \u0022Open...\u0022 };", + "protectedSnippet": "T:System.Windows.Forms.Button", + "label": "T:System.Windows.Forms.Button", + "line": 89, + "column": 12 + } + }, + { + "incidentId": "9095ee55-f905-499d-9e9c-e02b7d4737fb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protected": "P:System.Windows.Forms.TextBoxBase.ReadOnly" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protectedSnippet": "P:System.Windows.Forms.TextBoxBase.ReadOnly", + "label": "P:System.Windows.Forms.TextBoxBase.ReadOnly", + "line": 84, + "column": 12 + } + }, + { + "incidentId": "2146f741-337e-4622-9e05-23d0b03d4174", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protected": "P:System.Windows.Forms.Control.Width" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Width", + "label": "P:System.Windows.Forms.Control.Width", + "line": 84, + "column": 12 + } + }, + { + "incidentId": "58017057-3c22-4f82-a4a2-8da28ddc4c0a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 84, + "column": 12 + } + }, + { + "incidentId": "acb949d5-6828-4542-bb55-7fa52fa27327", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protected": "M:System.Windows.Forms.TextBox.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protectedSnippet": "M:System.Windows.Forms.TextBox.#ctor", + "label": "M:System.Windows.Forms.TextBox.#ctor", + "line": 84, + "column": 12 + } + }, + { + "incidentId": "9119e56e-1256-4f2a-8414-17e76119baf2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protected": "T:System.Windows.Forms.TextBox" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "_configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };", + "protectedSnippet": "T:System.Windows.Forms.TextBox", + "label": "T:System.Windows.Forms.TextBox", + "line": 84, + "column": 12 + } + }, + { + "incidentId": "3a05e4da-2260-4369-a505-aec258db9e29", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "f6c2e1e1-6cd5-4c96-b14f-7c3b95248ca9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "b566dec3-0783-4a95-8ecf-7356bf1e8021", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "711d2215-5a4c-4a05-8a79-0bceb4b90592", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "4c7fe241-056c-4bb9-82b4-43b7f5048738", + "ruleId": "Api.0002", + "description": "API is available in package System.Drawing.Common, 8.0.6. Add package reference to System.Drawing.Common, 8.0.6", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Drawing.ContentAlignment" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Drawing.ContentAlignment", + "label": "T:System.Drawing.ContentAlignment", + "properties": { + "PackageId": "System.Drawing.Common", + "PackageNewVersion": "8.0.6" + }, + "line": 77, + "column": 12 + } + }, + { + "incidentId": "c548fa62-67c9-4223-a679-7243b5e421af", + "ruleId": "Api.0002", + "description": "API is available in package System.Drawing.Common, 8.0.6. Add package reference to System.Drawing.Common, 8.0.6", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Drawing.ContentAlignment" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Drawing.ContentAlignment", + "label": "T:System.Drawing.ContentAlignment", + "properties": { + "PackageId": "System.Drawing.Common", + "PackageNewVersion": "8.0.6" + }, + "line": 77, + "column": 12 + } + }, + { + "incidentId": "7def5e73-547b-42f0-8df6-957c9dd259a5", + "ruleId": "Api.0002", + "description": "API is available in package System.Drawing.Common, 8.0.6. Add package reference to System.Drawing.Common, 8.0.6", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "F:System.Drawing.ContentAlignment.MiddleLeft" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "F:System.Drawing.ContentAlignment.MiddleLeft", + "label": "F:System.Drawing.ContentAlignment.MiddleLeft", + "properties": { + "PackageId": "System.Drawing.Common", + "PackageNewVersion": "8.0.6" + }, + "line": 77, + "column": 12 + } + }, + { + "incidentId": "a6ffb165-0168-4da4-9cae-1982bb050e2b", + "ruleId": "Api.0002", + "description": "API is available in package System.Drawing.Common, 8.0.6. Add package reference to System.Drawing.Common, 8.0.6", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Drawing.ContentAlignment" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Drawing.ContentAlignment", + "label": "T:System.Drawing.ContentAlignment", + "properties": { + "PackageId": "System.Drawing.Common", + "PackageNewVersion": "8.0.6" + }, + "line": 77, + "column": 12 + } + }, + { + "incidentId": "9961bec5-0745-4716-b821-05d161d5c9d9", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "P:System.Windows.Forms.Label.TextAlign" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Label.TextAlign", + "label": "P:System.Windows.Forms.Label.TextAlign", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "a50c4368-8fc7-4a5e-97a0-2bb8279378c1", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "P:System.Windows.Forms.Label.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Label.AutoSize", + "label": "P:System.Windows.Forms.Label.AutoSize", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "ca84f862-9bc1-434f-9737-34a63982d8c6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "P:System.Windows.Forms.Label.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Label.Text", + "label": "P:System.Windows.Forms.Label.Text", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "82161996-3115-4991-8c87-9784ec0f9939", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "T:System.Windows.Forms.Label" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.Label", + "label": "T:System.Windows.Forms.Label", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "b45a89d5-6ab8-4269-97a5-67f69c4f5dcb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protected": "M:System.Windows.Forms.Label.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };", + "protectedSnippet": "M:System.Windows.Forms.Label.#ctor", + "label": "M:System.Windows.Forms.Label.#ctor", + "line": 77, + "column": 12 + } + }, + { + "incidentId": "862b9aba-e173-4315-8be0-bcfd835ccabb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "ca6b2a3e-8ca2-4812-be97-19e91624a30f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "label": "M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "288d493d-dc3e-4f16-b8a0-4911ac439edf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.Padding", + "label": "T:System.Windows.Forms.Padding", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "5831a8a9-214e-45d7-b353-2d6736846497", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "P:System.Windows.Forms.Control.Padding" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Padding", + "label": "P:System.Windows.Forms.Control.Padding", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "1bb97654-1c25-4b6b-92c5-4ae8840400a5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "P:System.Windows.Forms.FlowLayoutPanel.WrapContents" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.FlowLayoutPanel.WrapContents", + "label": "P:System.Windows.Forms.FlowLayoutPanel.WrapContents", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "fd0c15f8-201e-46e0-ad3b-e5d0b2afc776", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "P:System.Windows.Forms.Panel.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Panel.AutoSize", + "label": "P:System.Windows.Forms.Panel.AutoSize", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "13f9fe4b-8e80-4a05-acb8-9b0560d4acac", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "c3c0e9c0-602d-4964-8964-76b250d3ccbd", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "0c50bd98-1135-4ce4-a759-81381cb37e74", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "F:System.Windows.Forms.DockStyle.Top" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Top", + "label": "F:System.Windows.Forms.DockStyle.Top", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "51c89dfd-0ebe-46fd-a7b3-a1e3f1d41c3e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "290d211e-f0a4-493b-b5b8-6e0eec94f728", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "b6f2999b-8f95-4e25-a560-72e2f87a27c7", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "T:System.Windows.Forms.FlowLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "T:System.Windows.Forms.FlowLayoutPanel", + "label": "T:System.Windows.Forms.FlowLayoutPanel", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "e69eb7a2-56ed-42fc-9100-b9b52eb2aa91", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protected": "M:System.Windows.Forms.FlowLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };", + "protectedSnippet": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.FlowLayoutPanel.#ctor", + "line": 70, + "column": 12 + } + }, + { + "incidentId": "cff7661b-84fb-4395-a19d-65e028744159", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Controls.Add(mainLayout);", + "protected": "T:System.Windows.Forms.Control.ControlCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "Controls.Add(mainLayout);", + "protectedSnippet": "T:System.Windows.Forms.Control.ControlCollection", + "label": "T:System.Windows.Forms.Control.ControlCollection", + "line": 68, + "column": 12 + } + }, + { + "incidentId": "f22a73a6-2755-4ca3-97a7-054d8578f258", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Controls.Add(mainLayout);", + "protected": "P:System.Windows.Forms.Control.Controls" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "Controls.Add(mainLayout);", + "protectedSnippet": "P:System.Windows.Forms.Control.Controls", + "label": "P:System.Windows.Forms.Control.Controls", + "line": 68, + "column": 12 + } + }, + { + "incidentId": "b973935a-6e48-4cb8-b899-00bb88eff8f8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Controls.Add(mainLayout);", + "protected": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "Controls.Add(mainLayout);", + "protectedSnippet": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "label": "M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)", + "line": 68, + "column": 12 + } + }, + { + "incidentId": "dbb5880e-1a84-43e4-8064-a7523a13a3bf", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "2e11c3d0-59ea-4396-80a0-08fd8c623973", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "7a9793b8-8642-4f92-a0bd-1e9947ece775", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "F:System.Windows.Forms.SizeType.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.AutoSize", + "label": "F:System.Windows.Forms.SizeType.AutoSize", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "14b42c9c-d6cc-4089-86e9-a0fdf1de0c06", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.RowStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.RowStyle", + "label": "T:System.Windows.Forms.RowStyle", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "3ac21366-aa49-44ca-b47d-5a22cf003c90", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)", + "label": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "8343798c-589b-424f-a227-0e64948a7e53", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.TableLayoutRowStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "ae43c211-410b-4e47-92a5-b0fffe9bef5e", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "8dbc3c90-ef8f-4371-a664-1a59623abfee", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "label": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "line": 67, + "column": 12 + } + }, + { + "incidentId": "6f329015-a2c7-42cb-9eff-5316244a50ea", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "b2c071d9-760f-41d7-b836-9b81bde4e49a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "2e9bb096-e1a1-4fa8-861b-503aad173b17", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "F:System.Windows.Forms.SizeType.Percent" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.Percent", + "label": "F:System.Windows.Forms.SizeType.Percent", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "7820d205-1c78-45f7-a027-62103b5cd4b4", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.RowStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.RowStyle", + "label": "T:System.Windows.Forms.RowStyle", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "43ce36fa-e4a5-4a62-b16f-baa784a66dc2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType,System.Single)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "label": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType,System.Single)", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "2935820e-0d12-4d4e-8b3f-5c0c6c150832", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "T:System.Windows.Forms.TableLayoutRowStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "f09bc26b-76d9-41e7-a504-c36a59f19ea2", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "c3326a14-52ed-4077-9639-0ac218ad3a6a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protected": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "label": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "line": 66, + "column": 12 + } + }, + { + "incidentId": "0bbef323-1812-47f3-bb8b-b588fa4222d5", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "2672b33d-b98c-43e2-a0d7-c5e173a2e1eb", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.SizeType" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.SizeType", + "label": "T:System.Windows.Forms.SizeType", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "e6942eda-b6d4-4544-b3dc-95d2c2a8a475", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "F:System.Windows.Forms.SizeType.AutoSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "F:System.Windows.Forms.SizeType.AutoSize", + "label": "F:System.Windows.Forms.SizeType.AutoSize", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "f17984c2-01db-4d5a-875f-a0592b3d37a6", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.RowStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.RowStyle", + "label": "T:System.Windows.Forms.RowStyle", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "afe7409b-4c22-4420-bc97-42f5399ff80c", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)", + "label": "M:System.Windows.Forms.RowStyle.#ctor(System.Windows.Forms.SizeType)", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "58e34ae0-b5a2-4c24-a556-76e556b98fde", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "T:System.Windows.Forms.TableLayoutRowStyleCollection" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "label": "T:System.Windows.Forms.TableLayoutRowStyleCollection", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "944be835-e102-4be4-bc15-05eaac5d3a2f", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowStyles" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowStyles", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "982771a0-cfc5-402d-beff-8df87fb26870", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protected": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "label": "M:System.Windows.Forms.TableLayoutRowStyleCollection.Add(System.Windows.Forms.RowStyle)", + "line": 65, + "column": 12 + } + }, + { + "incidentId": "c6900bcb-a483-478d-8173-efe99d79af10", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.RowCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.RowCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.RowCount", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "f802d900-fb63-4a47-998d-88f2a38fbc47", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "label": "P:System.Windows.Forms.TableLayoutPanel.ColumnCount", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "41a38ea8-6aef-4050-8d15-a2237884a87b", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "550a180c-d0bb-4abe-9b31-5d8a456e0289", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "90b9a536-a7f6-4f21-b63d-f365418162e8", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "F:System.Windows.Forms.DockStyle.Fill" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "F:System.Windows.Forms.DockStyle.Fill", + "label": "F:System.Windows.Forms.DockStyle.Fill", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "24aaaf57-8275-4c1d-a248-f677c99c6365", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "T:System.Windows.Forms.DockStyle" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "T:System.Windows.Forms.DockStyle", + "label": "T:System.Windows.Forms.DockStyle", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "3775e2ab-3c14-4b9b-a077-4879189f2d0d", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "P:System.Windows.Forms.Control.Dock" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "P:System.Windows.Forms.Control.Dock", + "label": "P:System.Windows.Forms.Control.Dock", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "d578b6df-944c-431b-90f9-3b2846b50772", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "T:System.Windows.Forms.TableLayoutPanel" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "T:System.Windows.Forms.TableLayoutPanel", + "label": "T:System.Windows.Forms.TableLayoutPanel", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "3fa0fe0c-e6e8-4dcc-a74f-98cffd1679c3", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protected": "M:System.Windows.Forms.TableLayoutPanel.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };", + "protectedSnippet": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "label": "M:System.Windows.Forms.TableLayoutPanel.#ctor", + "line": 59, + "column": 12 + } + }, + { + "incidentId": "dbf74dfe-8b88-43b5-89d2-0638b1263ded", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "StartPosition = FormStartPosition.CenterScreen;", + "protected": "T:System.Windows.Forms.FormStartPosition" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "StartPosition = FormStartPosition.CenterScreen;", + "protectedSnippet": "T:System.Windows.Forms.FormStartPosition", + "label": "T:System.Windows.Forms.FormStartPosition", + "line": 57, + "column": 12 + } + }, + { + "incidentId": "81277012-dbed-48ff-9d28-2350f9864a63", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "StartPosition = FormStartPosition.CenterScreen;", + "protected": "T:System.Windows.Forms.FormStartPosition" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "StartPosition = FormStartPosition.CenterScreen;", + "protectedSnippet": "T:System.Windows.Forms.FormStartPosition", + "label": "T:System.Windows.Forms.FormStartPosition", + "line": 57, + "column": 12 + } + }, + { + "incidentId": "4ec85464-4fe6-43f5-a795-29f438bc7753", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "StartPosition = FormStartPosition.CenterScreen;", + "protected": "F:System.Windows.Forms.FormStartPosition.CenterScreen" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "StartPosition = FormStartPosition.CenterScreen;", + "protectedSnippet": "F:System.Windows.Forms.FormStartPosition.CenterScreen", + "label": "F:System.Windows.Forms.FormStartPosition.CenterScreen", + "line": 57, + "column": 12 + } + }, + { + "incidentId": "1486db0f-fabf-451a-9644-f5c3692ef427", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "StartPosition = FormStartPosition.CenterScreen;", + "protected": "T:System.Windows.Forms.FormStartPosition" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "StartPosition = FormStartPosition.CenterScreen;", + "protectedSnippet": "T:System.Windows.Forms.FormStartPosition", + "label": "T:System.Windows.Forms.FormStartPosition", + "line": 57, + "column": 12 + } + }, + { + "incidentId": "669d5a59-949e-4a2c-be24-0e9c44dbc28a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "StartPosition = FormStartPosition.CenterScreen;", + "protected": "P:System.Windows.Forms.Form.StartPosition" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "StartPosition = FormStartPosition.CenterScreen;", + "protectedSnippet": "P:System.Windows.Forms.Form.StartPosition", + "label": "P:System.Windows.Forms.Form.StartPosition", + "line": 57, + "column": 12 + } + }, + { + "incidentId": "1b13412f-93bf-492a-a5c0-23021548814a", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "MinimumSize = new Size(980, 640);", + "protected": "P:System.Windows.Forms.Form.MinimumSize" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "MinimumSize = new Size(980, 640);", + "protectedSnippet": "P:System.Windows.Forms.Form.MinimumSize", + "label": "P:System.Windows.Forms.Form.MinimumSize", + "line": 56, + "column": 12 + } + }, + { + "incidentId": "56e2b5b8-c2dc-44e7-99e8-061ca7ac89dc", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Text = \u0022Window Logger Configuration\u0022;", + "protected": "P:System.Windows.Forms.Form.Text" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "Text = \u0022Window Logger Configuration\u0022;", + "protectedSnippet": "P:System.Windows.Forms.Form.Text", + "label": "P:System.Windows.Forms.Form.Text", + "line": 55, + "column": 12 + } + }, + { + "incidentId": "fac4d744-bec7-4786-b8b2-85192dad01ab", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "public MainForm()\r\n {\r\n Text = \u0022Window Logger Configuration\u0022;\r\n MinimumSize = new Size(980, 640);\r\n StartPosition = FormStartPosition.CenterScreen;\r\n\r\n var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));\r\n Controls.Add(mainLayout);\r\n\r\n var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };\r\n var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };\r\n _configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };\r\n _openButton = new Button { Text = \u0022Open...\u0022 };\r\n _saveButton = new Button { Text = \u0022Save\u0022 };\r\n _saveAsButton = new Button { Text = \u0022Save As...\u0022 };\r\n _reloadButton = new Button { Text = \u0022Reload\u0022 };\r\n\r\n _openButton.Click \u002B= (_, __) =\u003E OpenConfig();\r\n _saveButton.Click \u002B= (_, __) =\u003E SaveConfig();\r\n _saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();\r\n _reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();\r\n\r\n filePanel.Controls.Add(fileLabel);\r\n filePanel.Controls.Add(_configPathTextBox);\r\n filePanel.Controls.Add(_openButton);\r\n filePanel.Controls.Add(_saveButton);\r\n filePanel.Controls.Add(_saveAsButton);\r\n filePanel.Controls.Add(_reloadButton);\r\n mainLayout.Controls.Add(filePanel, 0, 0);\r\n\r\n var tabControl = new TabControl { Dock = DockStyle.Fill };\r\n tabControl.TabPages.Add(CreateApplicationsTab());\r\n tabControl.TabPages.Add(CreateExclusionsTab());\r\n tabControl.TabPages.Add(CreateCategoriesTab());\r\n mainLayout.Controls.Add(tabControl, 0, 1);\r\n\r\n var statusStrip = new StatusStrip();\r\n _statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };\r\n statusStrip.Items.Add(_statusLabel);\r\n mainLayout.Controls.Add(statusStrip, 0, 2);\r\n\r\n _applicationsList = (ListBox)tabControl.TabPages[0].Tag!;\r\n _appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();\r\n _appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();\r\n _appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();\r\n _appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();\r\n _appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();\r\n _appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();\r\n _appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();\r\n _appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();\r\n\r\n _exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;\r\n _exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();\r\n _exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();\r\n _exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();\r\n _exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();\r\n\r\n _categoriesList = (ListBox)tabControl.TabPages[2].Tag!;\r\n _categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();\r\n _categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();\r\n _categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();\r\n _categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();\r\n _categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();\r\n _categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();\r\n }", + "protected": "M:System.Windows.Forms.Form.#ctor" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "public MainForm()\r\n {\r\n Text = \u0022Window Logger Configuration\u0022;\r\n MinimumSize = new Size(980, 640);\r\n StartPosition = FormStartPosition.CenterScreen;\r\n\r\n var mainLayout = new TableLayoutPanel\r\n {\r\n Dock = DockStyle.Fill,\r\n ColumnCount = 1,\r\n RowCount = 3\r\n };\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.Percent, 100));\r\n mainLayout.RowStyles.Add(new RowStyle(SizeType.AutoSize));\r\n Controls.Add(mainLayout);\r\n\r\n var filePanel = new FlowLayoutPanel\r\n {\r\n Dock = DockStyle.Top,\r\n AutoSize = true,\r\n WrapContents = false,\r\n Padding = new Padding(10, 10, 10, 5)\r\n };\r\n var fileLabel = new Label\r\n {\r\n Text = \u0022Config file:\u0022,\r\n AutoSize = true,\r\n TextAlign = ContentAlignment.MiddleLeft,\r\n Padding = new Padding(0, 6, 0, 0)\r\n };\r\n _configPathTextBox = new TextBox\r\n {\r\n Width = 520,\r\n ReadOnly = true\r\n };\r\n _openButton = new Button { Text = \u0022Open...\u0022 };\r\n _saveButton = new Button { Text = \u0022Save\u0022 };\r\n _saveAsButton = new Button { Text = \u0022Save As...\u0022 };\r\n _reloadButton = new Button { Text = \u0022Reload\u0022 };\r\n\r\n _openButton.Click \u002B= (_, __) =\u003E OpenConfig();\r\n _saveButton.Click \u002B= (_, __) =\u003E SaveConfig();\r\n _saveAsButton.Click \u002B= (_, __) =\u003E SaveConfigAs();\r\n _reloadButton.Click \u002B= (_, __) =\u003E ReloadConfig();\r\n\r\n filePanel.Controls.Add(fileLabel);\r\n filePanel.Controls.Add(_configPathTextBox);\r\n filePanel.Controls.Add(_openButton);\r\n filePanel.Controls.Add(_saveButton);\r\n filePanel.Controls.Add(_saveAsButton);\r\n filePanel.Controls.Add(_reloadButton);\r\n mainLayout.Controls.Add(filePanel, 0, 0);\r\n\r\n var tabControl = new TabControl { Dock = DockStyle.Fill };\r\n tabControl.TabPages.Add(CreateApplicationsTab());\r\n tabControl.TabPages.Add(CreateExclusionsTab());\r\n tabControl.TabPages.Add(CreateCategoriesTab());\r\n mainLayout.Controls.Add(tabControl, 0, 1);\r\n\r\n var statusStrip = new StatusStrip();\r\n _statusLabel = new ToolStripStatusLabel { Text = \u0022Ready\u0022 };\r\n statusStrip.Items.Add(_statusLabel);\r\n mainLayout.Controls.Add(statusStrip, 0, 2);\r\n\r\n _applicationsList = (ListBox)tabControl.TabPages[0].Tag!;\r\n _appNameText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppNameText\u0022, true).First();\r\n _appIncludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppIncludeText\u0022, true).First();\r\n _appExcludeText = (TextBox)tabControl.TabPages[0].Controls.Find(\u0022AppExcludeText\u0022, true).First();\r\n _appAddButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppAddButton\u0022, true).First();\r\n _appUpdateButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppUpdateButton\u0022, true).First();\r\n _appRemoveButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppRemoveButton\u0022, true).First();\r\n _appMoveUpButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveUpButton\u0022, true).First();\r\n _appMoveDownButton = (Button)tabControl.TabPages[0].Controls.Find(\u0022AppMoveDownButton\u0022, true).First();\r\n\r\n _exclusionsList = (ListBox)tabControl.TabPages[1].Tag!;\r\n _exclusionIncludeText = (TextBox)tabControl.TabPages[1].Controls.Find(\u0022ExclusionIncludeText\u0022, true).First();\r\n _exclusionAddButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionAddButton\u0022, true).First();\r\n _exclusionUpdateButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionUpdateButton\u0022, true).First();\r\n _exclusionRemoveButton = (Button)tabControl.TabPages[1].Controls.Find(\u0022ExclusionRemoveButton\u0022, true).First();\r\n\r\n _categoriesList = (ListBox)tabControl.TabPages[2].Tag!;\r\n _categoryNameText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryNameText\u0022, true).First();\r\n _categoryIncludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryIncludeText\u0022, true).First();\r\n _categoryExcludeText = (TextBox)tabControl.TabPages[2].Controls.Find(\u0022CategoryExcludeText\u0022, true).First();\r\n _categoryAddButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryAddButton\u0022, true).First();\r\n _categoryUpdateButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryUpdateButton\u0022, true).First();\r\n _categoryRemoveButton = (Button)tabControl.TabPages[2].Controls.Find(\u0022CategoryRemoveButton\u0022, true).First();\r\n }", + "protectedSnippet": "M:System.Windows.Forms.Form.#ctor", + "label": "M:System.Windows.Forms.Form.#ctor", + "line": 53, + "column": 8 + } + }, + { + "incidentId": "ee831ab2-3cb7-4285-ac80-469fe70f12be", + "ruleId": "Api.0001", + "description": "API is unavailable in net8.0 ", + "projectPath": "WindowLoggerConfigGui\\WindowLoggerConfigGui.csproj", + "state": "Active", + "location": { + "snippetModel": { + "unrestricted": "Form", + "protected": "T:System.Windows.Forms.Form" + }, + "kind": "File", + "path": "WindowLoggerConfigGui\\MainForm.cs", + "snippet": "Form", + "protectedSnippet": "T:System.Windows.Forms.Form", + "label": "T:System.Windows.Forms.Form", + "line": 13, + "column": 36 + } + } + ], + "features": [ + { + "featureId": "GdiDrawing", + "incidents": [ + "a6ffb165-0168-4da4-9cae-1982bb050e2b", + "7def5e73-547b-42f0-8df6-957c9dd259a5", + "c548fa62-67c9-4223-a679-7243b5e421af", + "4c7fe241-056c-4bb9-82b4-43b7f5048738", + "7a6990cb-8cb4-4071-bcc0-214205bc5a85", + "e86b90b4-210e-4e04-9eb9-01a7fa309663", + "b033880e-7f74-4f44-95de-7ba44530f4a9", + "a3e01163-67cd-4616-8950-c8a0917e848d" + ] + }, + { + "featureId": "WinForms", + "incidents": [ + "ee831ab2-3cb7-4285-ac80-469fe70f12be", + "fac4d744-bec7-4786-b8b2-85192dad01ab", + "56e2b5b8-c2dc-44e7-99e8-061ca7ac89dc", + "1b13412f-93bf-492a-a5c0-23021548814a", + "669d5a59-949e-4a2c-be24-0e9c44dbc28a", + "1486db0f-fabf-451a-9644-f5c3692ef427", + "4ec85464-4fe6-43f5-a795-29f438bc7753", + "81277012-dbed-48ff-9d28-2350f9864a63", + "dbf74dfe-8b88-43b5-89d2-0638b1263ded", + "3fa0fe0c-e6e8-4dcc-a74f-98cffd1679c3", + "d578b6df-944c-431b-90f9-3b2846b50772", + "3775e2ab-3c14-4b9b-a077-4879189f2d0d", + "24aaaf57-8275-4c1d-a248-f677c99c6365", + "90b9a536-a7f6-4f21-b63d-f365418162e8", + "550a180c-d0bb-4abe-9b31-5d8a456e0289", + "41a38ea8-6aef-4050-8d15-a2237884a87b", + "f802d900-fb63-4a47-998d-88f2a38fbc47", + "c6900bcb-a483-478d-8173-efe99d79af10", + "982771a0-cfc5-402d-beff-8df87fb26870", + "944be835-e102-4be4-bc15-05eaac5d3a2f", + "58e34ae0-b5a2-4c24-a556-76e556b98fde", + "afe7409b-4c22-4420-bc97-42f5399ff80c", + "f17984c2-01db-4d5a-875f-a0592b3d37a6", + "e6942eda-b6d4-4544-b3dc-95d2c2a8a475", + "2672b33d-b98c-43e2-a0d7-c5e173a2e1eb", + "0bbef323-1812-47f3-bb8b-b588fa4222d5", + "c3326a14-52ed-4077-9639-0ac218ad3a6a", + "f09bc26b-76d9-41e7-a504-c36a59f19ea2", + "2935820e-0d12-4d4e-8b3f-5c0c6c150832", + "43ce36fa-e4a5-4a62-b16f-baa784a66dc2", + "7820d205-1c78-45f7-a027-62103b5cd4b4", + "2e9bb096-e1a1-4fa8-861b-503aad173b17", + "b2c071d9-760f-41d7-b836-9b81bde4e49a", + "6f329015-a2c7-42cb-9eff-5316244a50ea", + "8dbc3c90-ef8f-4371-a664-1a59623abfee", + "ae43c211-410b-4e47-92a5-b0fffe9bef5e", + "8343798c-589b-424f-a227-0e64948a7e53", + "3ac21366-aa49-44ca-b47d-5a22cf003c90", + "14b42c9c-d6cc-4089-86e9-a0fdf1de0c06", + "7a9793b8-8642-4f92-a0bd-1e9947ece775", + "2e11c3d0-59ea-4396-80a0-08fd8c623973", + "dbb5880e-1a84-43e4-8064-a7523a13a3bf", + "b973935a-6e48-4cb8-b899-00bb88eff8f8", + "f22a73a6-2755-4ca3-97a7-054d8578f258", + "cff7661b-84fb-4395-a19d-65e028744159", + "e69eb7a2-56ed-42fc-9100-b9b52eb2aa91", + "b6f2999b-8f95-4e25-a560-72e2f87a27c7", + "290d211e-f0a4-493b-b5b8-6e0eec94f728", + "51c89dfd-0ebe-46fd-a7b3-a1e3f1d41c3e", + "0c50bd98-1135-4ce4-a759-81381cb37e74", + "c3c0e9c0-602d-4964-8964-76b250d3ccbd", + "13f9fe4b-8e80-4a05-acb8-9b0560d4acac", + "fd0c15f8-201e-46e0-ad3b-e5d0b2afc776", + "1bb97654-1c25-4b6b-92c5-4ae8840400a5", + "5831a8a9-214e-45d7-b353-2d6736846497", + "288d493d-dc3e-4f16-b8a0-4911ac439edf", + "ca6b2a3e-8ca2-4812-be97-19e91624a30f", + "862b9aba-e173-4315-8be0-bcfd835ccabb", + "b45a89d5-6ab8-4269-97a5-67f69c4f5dcb", + "82161996-3115-4991-8c87-9784ec0f9939", + "ca84f862-9bc1-434f-9737-34a63982d8c6", + "a50c4368-8fc7-4a5e-97a0-2bb8279378c1", + "9961bec5-0745-4716-b821-05d161d5c9d9", + "711d2215-5a4c-4a05-8a79-0bceb4b90592", + "b566dec3-0783-4a95-8ecf-7356bf1e8021", + "f6c2e1e1-6cd5-4c96-b14f-7c3b95248ca9", + "3a05e4da-2260-4369-a505-aec258db9e29", + "9119e56e-1256-4f2a-8414-17e76119baf2", + "acb949d5-6828-4542-bb55-7fa52fa27327", + "58017057-3c22-4f82-a4a2-8da28ddc4c0a", + "2146f741-337e-4622-9e05-23d0b03d4174", + "9095ee55-f905-499d-9e9c-e02b7d4737fb", + "9d665002-58fb-4144-9559-2bef03e79890", + "8530da79-adc0-499a-86e8-b77232b51bc1", + "28da3840-940a-4286-b43f-356e0ab5fd09", + "c0e2380a-9b42-486b-b37b-3970352f9e3d", + "4560d5a0-3aac-4230-8fb8-8aae70e5c000", + "4b550544-106a-4a05-8a08-261526880f21", + "099f23e5-844a-4007-8fa7-347c08c62b17", + "7d1a51b3-89b7-48d9-9356-fe979d81ef6f", + "905dafaf-c715-40ec-984e-93296768de37", + "acd18d7d-8dcf-40d8-a638-803b28ddef05", + "05138197-b2a4-4b68-9923-13d9395e09bb", + "67dd3b4d-66e9-41f6-ac7b-f74205a6b67a", + "91bcaa23-c61b-4430-b322-1dbc8f47e5ae", + "dff8a62d-176b-4f6f-9621-5cdaa8f5616b", + "018197a8-fa18-4e7f-90c0-8059f09da49c", + "b7c8611e-dd02-47d2-b873-32ccbb55d859", + "a3c1ff8e-6f38-489c-8da6-e14b9a8e6966", + "338a1110-80a7-485f-8397-cd3d9e52e280", + "cf909137-c54d-4783-87df-e1c35d1430c3", + "06377828-e992-4222-a669-727ea30eedc0", + "6c3f177b-5e25-4e80-9c3c-128a0af55385", + "5125dae9-476a-4639-b946-c53e0ce06019", + "3c47e1da-0cad-43ab-ac6f-6f2a7ae322cd", + "8e341190-e43e-4316-ba9a-d41c822483ca", + "8c48f040-0f4b-4191-b73f-1bb455b86e64", + "d6e9bafd-f0df-478e-a7ec-8beccb3609f2", + "1510a443-716f-48a6-b069-cf9e5b9a13c4", + "ae233bfc-62a4-4bcf-8af3-503fdcbd71bf", + "740ef788-b28f-498f-8057-341c9d38c0e7", + "cd31aef1-3198-4f58-99de-811793f2c45a", + "9df59c98-5cb2-4d9b-acea-6c8537b0fcf4", + "4d37ae31-0f91-4379-a479-f171d598a789", + "4e32a901-ff16-4fc8-8efd-9edbb23b76ec", + "ab442396-ac95-4fe6-9c34-452f886aa231", + "b19a71ae-9d29-4f2c-8596-7d9480cdee03", + "9b43fe84-a14c-4114-8148-ae66c5789c4d", + "6bfbbcb3-315a-459c-9211-dcd863e23ac3", + "3e10c501-0959-4764-8e97-b9abcaddc975", + "c53c1cec-a1c1-4f18-ab9c-7118d0c3017c", + "9416d97d-cdca-4022-9d05-f435862e304f", + "7993e5f7-3534-4c1c-ac24-2263438dd685", + "855eff8b-1a91-4fec-ac49-37cdf64e461d", + "72fd057a-b009-4ffc-98f8-0acfc2a81552", + "92984e65-456b-4e97-aa25-48ac889891ef", + "efd47c55-9f96-42be-9386-d466e6af9348", + "cc627fa6-f5ea-445d-8689-a04aae5172e6", + "6c306a92-8f32-48ab-bee7-9ea968f280e0", + "f5b39dba-50c7-4b87-8815-838881f8e22d", + "2796aadf-7633-4949-ac05-cb7d83589fd7", + "67711177-b77a-4fbc-a3bb-53968738a659", + "16c543de-50b7-41bd-ac45-cb5a6859bb29", + "792a9d0b-05ca-4f06-97ec-ff76a29d1d0d", + "2dd9ba5e-e209-4240-a99a-2426ee4421b9", + "b3a25b71-9da7-4c9e-a8cb-6c6b60d5d8d6", + "83cace65-55ca-4816-8d98-3575e7ad1b6b", + "c3c0ac8b-4bb8-48db-8760-10abcfe43d09", + "8a10edfb-2b8b-4ecf-85ec-83828f7b350e", + "8184a58c-74c2-4ef2-9397-6e853168c704", + "e2950fa3-5b02-427b-9db1-880eebdad2c1", + "fd02da2b-8563-410f-85ce-0f23fa1b739a", + "be73aea5-4789-45f6-be62-01a5e2daa54b", + "a6757c92-b653-49ad-bfdc-d5d58128cb6b", + "54a0ace7-904a-46cf-a10f-9d8baf69a5cc", + "79259193-880a-4b20-870f-ec48e8def086", + "f7ecdbe5-a278-4926-a534-d93ce769aa79", + "804201f3-7283-444c-abb2-251ae9102fee", + "6c2d2000-7043-41dc-9db5-07a205d20acc", + "924945ed-c764-4021-ad08-82eb2161e235", + "7e28585a-c58f-4a72-9af4-f07db887b4f1", + "833b27da-5e6e-4905-b300-fb10ace8934f", + "bc9195c2-76b2-4d52-8fbd-15068d9fff2e", + "ed692eb6-e604-4cdb-b902-bdede97fddd5", + "4ba9c877-2684-4570-a069-7c0190e4fc88", + "047aa09d-78a6-4a10-b637-a791fef4c8de", + "42b7e0fe-a2da-4cc2-a6b2-478f34dced70", + "f16af77a-c2fe-48c9-b513-9586fa8d5c70", + "4cddf28a-c0e9-4019-9480-989162808880", + "28a819e8-1fcb-4f33-ba8f-a000848ffea7", + "d89201ee-632c-4dfc-a53b-3a39a78a24f7", + "b13494b3-41a5-447b-adf4-56a253d52c85", + "dfefc6ac-19a9-49cc-a083-b242546c8741", + "6bd49500-d86f-46ee-b1e7-b2ab991450e4", + "09739f06-8d10-4590-80ed-bb14db0aeab7", + "57c13b9d-7c81-4db9-ad79-dacb71894971", + "6a0fae6a-bad4-41cb-a834-0ba1cacf9431", + "47556891-34db-4fe0-8e30-004824eaa91f", + "efae5a90-e67e-4305-a4ea-80cf01bfe073", + "ea72506a-90e1-4a63-87ac-8495ae1df4be", + "dd993264-c3b3-4d72-b79b-3d5ff35612ad", + "320a2e11-fb45-4107-81b6-2874a9220bf5", + "9acbf8a8-804b-4382-b0c2-576a65621bc3", + "84da2c01-50bf-44a0-a6b2-d407d4009965", + "cc698a98-6ee4-41d8-a281-3c8bbda9f26e", + "d8dd6201-9899-41c7-adcf-95a578849443", + "f9d54781-1cdd-44ad-9148-8d7a4ae9810c", + "bc020bb4-2ac1-4cbb-9fe7-03dcce7621ef", + "66765c11-b2c5-4e3c-b750-8421ee0e3e82", + "241ce19e-49db-4250-b11c-3a8484245d23", + "734379a7-eb32-42ee-b2b2-9f40be7f1b73", + "16e91dc9-d8e8-435f-bb6f-91df14ba5ce5", + "1313a2cc-01c0-4009-8487-84f215253e73", + "da0c2fc4-fbc5-443b-a794-2e2abaf9b98f", + "f192e891-8f1f-4d8b-bcec-d9c91915feb4", + "096f2098-7841-416f-bde9-d8c5eb650dbd", + "74ff9e8b-2a5d-4e6d-b1fc-4ae0c779ed69", + "9f38adcd-5fde-4fe3-813a-1b10961836bf", + "e2795079-4557-4692-9dcc-44ff0780bb0e", + "e6a5bb51-10a8-4647-b0d0-782b997a221e", + "88f2025c-3828-4408-a4b1-03789077a423", + "58b07700-5288-4497-9501-5d18c01a5099", + "e53c75f0-64b3-4a84-b6c1-6fd1f27027f2", + "639a8f52-da4a-4e08-b73c-67cc26c2291c", + "dde07e19-5e13-42ca-810f-4fb0282c8f4e", + "695ba3ec-15bd-4894-a331-88de750982bf", + "913eb472-3dcd-466d-8bdf-612b2a7ad4f6", + "6e33ce10-8562-4acb-95e8-0b7207b556bd", + "a7f5ca53-6692-46cd-ab88-503de326edbd", + "33f515e7-1a54-4ac9-b7b7-ad96b0a53d6c", + "ab14baef-b2f0-4ef8-a25d-01ea4a823b44", + "5312c40c-4082-492a-88a1-0fcedc12003b", + "e01564c0-cc5e-4314-a37e-59fdba30345a", + "466f15bb-71a8-4de2-9bc0-3b2695651985", + "0d47e7ab-936f-4cb4-b024-34fc77bad1ad", + "40f3fa2e-d96f-49b8-b1a7-09b6aa05fd41", + "b6107648-6a88-44b4-8523-5c87c3ce8dff", + "8e46cf49-9882-466e-ba82-02874d219c31", + "b95dd366-9e82-4e6a-94a3-16a69d734801", + "85539658-0cfe-4d75-b5d2-3d804f75ff59", + "bc50c2ef-65fa-4ea6-a5bb-c87864eb629c", + "53f62f12-37aa-4011-8994-c6da12e74648", + "7ec3eb95-1ac1-4de7-a3d9-ebd7d2072179", + "f3972f9d-5cfe-4bd4-a618-66fe7731c0e4", + "96419077-c506-4212-bfc7-abdaa4356598", + "2fe8b5bf-65ac-41b6-a175-876c50deef8f", + "42036bd2-b942-4cee-a380-d7ee77910c00", + "f0137110-16fb-48be-ad0f-3e862296cafc", + "0e6cf8c3-b6e1-4ec0-abda-718104a685c7", + "5409db74-5d77-4822-a7c4-553898a4a981", + "8c8f78af-a849-4c19-b375-f9b718ede241", + "e6c367e0-9730-455f-b43c-7f6af2fedb50", + "fb80b896-7cef-45b5-8ef3-265a3bdb8532", + "c99f7923-4de0-4f2d-84b0-9813f1fd091b", + "a123b075-4eae-4cdc-9569-e60d43766971", + "261479bf-30da-4e28-a11a-40e7aedc7137", + "8e2702c6-72c3-4df7-a543-78495a1dc30b", + "2ee82e9d-9c5f-4b73-b3f4-620ebe31f274", + "e916d2ac-89a8-4286-8a87-486d07d6be9e", + "420edc4d-4b69-4cc6-b429-b9f6bdfb4f22", + "17e2ac93-045b-4741-8777-97ab17968398", + "b7ec3882-fad0-4de8-b6b4-be66c6f52d0f", + "192bb066-fac4-4967-a6b6-09dd967612e2", + "1a508474-6c08-4379-a6ed-715101af2221", + "0319c76b-67dc-4ea6-a7d1-8aab46253677", + "549c4d70-aceb-4f20-948c-c4742c7c0648", + "d6d6d348-9e07-4cee-9853-e334b8a9d035", + "5b2556c1-a03a-4294-acc5-3fdfc85083d4", + "c8a5caf7-c2e0-41c7-94b2-cd9ed7bb8f20", + "3014170f-a0e4-43fa-80e3-4fc2af75252a", + "7d00e4e0-c9ba-4b5c-8580-187fcf2527c6", + "429ae47f-94a6-40ea-b67b-c7509dd2e9dc", + "9342d91d-ba7c-4c6d-b7c7-bb8c58615051", + "afc54747-513e-4643-b21e-7b80747d1e3f", + "1cf15709-2442-4584-84e9-0f4b91e9f5ae", + "54d169a3-8f45-4e67-b1a8-1a5b082f9be4", + "ae590d7b-8d7c-44d2-a12e-bb7bde2ff484", + "6c024f28-7ee4-483d-bf5c-d023412a7cc9", + "9516136f-592f-4b31-9b4a-02865044081d", + "49cb271c-bf1e-47a1-97e4-22170685f236", + "26a2e9a3-cc77-4aed-a323-b22c12ca908d", + "3c1f8990-cbe8-4f31-a5da-c67bdeaa0ef6", + "af091934-f86a-41da-996c-298513a3f306", + "ef7e3184-50c4-468d-b2a2-7f16670e9b9b", + "1f212f88-2384-4f1f-a537-38a147c9f3eb", + "00fa4010-d403-4b49-bee3-ebefbdb2e620", + "5be816e7-b44c-440e-b742-c1d2304ae60e", + "b49b936b-5392-47ab-a56a-1e923b4e4539", + "a40649a1-9490-46b9-a4ea-83d20aa0b182", + "488a07a6-70da-4207-a045-e99682ea428a", + "2d3694a8-2c33-4880-8566-1c8fc6b096b6", + "39b75956-5bc8-4121-95b4-062bf08c3f89", + "3841901e-3a1e-44b3-8556-f4d2cf0f93ed", + "f7990418-febb-4ef2-9b9c-6ab552f293fc", + "c6e5d666-c0c2-4826-a4b9-235426120037", + "470bfb48-d00f-4c17-868c-cae0caee2556", + "2872ba8c-7da9-446f-8bc9-9a39f9403692", + "afe16991-caf5-497f-afbb-f4fc32852736", + "73fab635-b037-4c6e-b088-5d6137a1e19e", + "aca57966-d9b1-4b7d-a604-0028fd41fa99", + "fd45bbdd-c667-4355-835d-3c980a5af73e", + "5d3fca07-5971-4e0d-b255-fb4dd45deb39", + "b53c6958-9fd1-4b5c-8a88-84239d6cae97", + "dab78638-45aa-43bd-b0e1-2b7e32d2c471", + "f09f17d1-363a-40cd-b902-4e59d7ce6229", + "3bcaba93-0147-4feb-919b-bfe864a32711", + "c1331a19-5191-4f8d-a247-10c1946dd856", + "78c01d1d-cbdc-4c2e-af22-f99fc0310f33", + "b16efdf4-035e-4f41-a391-39c530eb6e53", + "df835a4f-4b68-4e41-937d-739387dc7bf0", + "ae0a2a0c-6df8-4e90-b20e-007047c56af5", + "70d2f6aa-0bca-41fd-a1cc-7b1163a0dd33", + "3118611d-c856-48e8-b625-34e4b9010439", + "68ef9cdc-ee97-44ea-95c5-a447577dd7ea", + "625860e1-4fa1-4f05-a216-c4f52d4dbc16", + "0320c1de-6c7f-4f93-aecd-8556045d5452", + "0785ca06-3083-487f-b705-78f947784e6e", + "b8825a4b-a3a0-446f-bf8f-a04287df85d5", + "70cdd9b6-3355-45e9-b3c6-0c2601d37594", + "90f184de-a11d-4041-bbda-2cbd6e9b5f29", + "479e50b4-835e-4495-9dbe-34923f2b3612", + "d68b7e15-624a-4f58-a6b2-4efd47ff7d3c", + "6f0c60a7-6689-4eb5-85cf-fd4c526d084d", + "748fcfab-25e4-4cf5-a40b-5831d0e7f586", + "2ffd824e-fba0-4fc1-ada8-e78097f2fdf9", + "84a235ec-ab62-46ee-99c8-ed632744a2bc", + "ac102b92-9a7e-4488-b3f4-fcbcec823b5a", + "94e075bd-a6dd-4f3c-8aac-e905d19b90f1", + "99ca3f52-cd9c-480a-a67b-7d5cb7e276b8", + "3069614a-3291-4e72-92cc-273c827fe851", + "1b340782-1a0b-4d86-b389-411a3299752e", + "b72ba54f-5dfb-4b04-9539-66216cc21b9a", + "843738f0-55f5-4122-b53c-5752d9929acd", + "82c1155c-fc28-45ed-bc0b-06db2d5e23ce", + "b779257e-d5c3-4084-8bfd-9e2d0d607afb", + "34847065-59ca-48ec-a1d1-4b08f9de08b7", + "91455c80-039c-4c29-ae28-4df6d052883e", + "92bbaea8-b99a-47a2-b068-11b579e59b10", + "e3b462d8-c120-4da1-9903-b6eb1d324732", + "acda09f6-3fcf-4183-9396-63498bb5e1c7", + "8b591994-e514-4996-85f6-0715e4738eeb", + "394ab592-9db0-4fee-a846-6cdaffda96d8", + "47eb4cdf-8128-4900-ad75-7dee96bce989", + "291503ee-481b-4e5b-bbff-0fb0cac87208", + "bcb93424-5958-4af6-b736-477a34254765", + "b8361589-ae85-4683-9982-bfe319a7e49e", + "224051c8-251d-4c1d-b79f-5478ad8542ae", + "54b04fca-2314-4f79-a4f9-97e0eeea1b18", + "241e1748-6035-4b22-a78b-6750b19e71d5", + "cc6397b8-01d1-4030-946c-9902e3830dad", + "4cc3bbde-d679-427c-8452-f984c0d39fb2", + "bec3a881-cee8-4722-9416-e9184034d66a", + "18d778b3-941f-4005-b420-441506920906", + "23757b85-cc9b-4ceb-849d-52ef5fd1c6ba", + "ba7bbb43-01c9-4a1e-baab-1dd264042c02", + "e9e23b70-c268-45f6-86d5-d903e45d0ad3", + "e8212860-329f-48e3-9aff-ac3e0154fcf2", + "97f5770d-c436-40f7-859e-be72fb41af2b", + "6d60262d-5cbc-42db-b7dc-fc6d55922bd8", + "e7b625a7-d6f7-4c2e-ae6c-beb58b51e01e", + "0ffbfe8f-631c-461b-815b-a47f5e122465", + "057206af-6865-4614-b6e9-915e995b8512", + "39731a51-3b62-4809-a935-4fe9f1e63a00", + "00466472-a817-4497-9e22-50b6eb624195", + "f0fbeb7f-b30d-45ca-b7da-750b1f226055", + "0fa24cf2-3b18-4444-a2ce-4005cf93899b", + "f474a80a-a964-4d85-a3f2-1d89b793c070", + "78f242d4-7aed-4543-bcfc-7a80b3818742", + "2cd03bd3-4625-4c4a-b182-33658135b85a", + "16c5bcb2-e88b-45e8-abbf-fe1a0f4df3d2", + "27ca5b98-39e7-47be-a09d-ae660353f1a2", + "169c75bd-2954-4157-aeb9-744c1c02fc9e", + "8d4e7e36-2f5b-444a-8a39-4f378466c985", + "d59723b0-0f8e-4da6-bd38-52150eb78baf", + "cea9ebc3-0ddc-42ce-b841-b1d216460b4b", + "26fa171d-1571-4280-b032-1c5165c7ba45", + "2309975a-d7af-4017-be98-3fcee044136a", + "8447187b-8efa-4d66-950c-9c453b3794e1", + "fe3cacae-896a-45a6-a62c-f6314dfd4dbf", + "41f8d6a1-5c9d-416a-a55a-d8dbee8021b3", + "958f67a3-6601-457d-bfe1-4a21b9eb416e", + "3d7c965f-4242-42a4-bd8b-f180d3b5a49b", + "2e06bd32-3305-46d2-8140-7980dd519520", + "ad70e15c-041a-4df2-9156-7b135565ef85", + "5e2707fb-c65c-4268-877e-a81d835e8f16", + "6e717ee2-da10-4945-bc8e-a6fd456e20c8", + "94894981-4b7a-4b03-8ee0-ad7b30f9b52b", + "606ea565-4c1f-4c61-832a-994c4c71b328", + "9ef3b071-e9b4-48ad-87cf-aaa316e16bee", + "b3043fb0-663c-43fe-a140-1416955999d9", + "751a9cef-5832-430b-93f2-c3dae14835b5", + "a9923315-7a13-413e-bce8-79faae247dc6", + "362e2446-c790-4351-adef-b9a582150dc7", + "0f459f54-477b-4d00-87bb-3cbae41a8c74", + "43908d7c-9add-4778-b285-bf2830fd9bd6", + "c0571f24-6e98-49af-9661-619e641fd804", + "0752eef9-9398-45b7-971b-68102d5dd473", + "446991b4-a8a4-4a97-9128-1c3661de588a", + "dc46b41f-a36a-4182-b401-41189a9f2606", + "fdae44e8-b3bb-44a8-bd2f-511c6e38e404", + "ae6d57cd-e185-4b68-9518-7e2e64dc0828", + "506dde20-bbd9-44d7-b797-6c65167ba238", + "6e9b151c-2f71-4d2c-884a-70a5f3fe45a0", + "63a021cc-70af-4160-9714-ea2f645ceb6c", + "cf8289d6-b9e1-42a0-a4a3-943f2873eb5d", + "964f8c13-dc53-4f1b-9f27-f28681d48f0f", + "1a8493bf-1e77-4601-9761-c6c9e0d2dfd0", + "0c2c8181-cbca-463f-ab59-d51a94175e74", + "155fc5c9-12d3-4cd2-8504-797f64f41723", + "56ba9db7-3886-4246-9788-74a37977684c", + "480b7e8c-715d-418b-9647-1f7b1fbedf69", + "adc1b3da-c1a1-4e39-a360-b48c6bb0e0f3", + "f55b9bef-92d5-4f5f-874e-ff831ab634ae", + "335fe9d8-f925-4beb-bd35-8cb3b47bb72d", + "b3cdcc7f-56fe-4786-9e5c-55527567b9e9", + "9c58e286-274e-4f40-94d1-2ea4cdf8cb17", + "bcace10c-d421-4ab6-a4c6-18d1ddddd775", + "9cf7229d-8256-400d-a34a-d23531e12aef", + "4f3b6903-4a32-416f-a380-773d960c00a0", + "4f9d5e55-36a7-4472-9525-066e856bebd5", + "a1a25c60-9ea4-43a5-ba1e-d17ad2149b80", + "d7c64540-6516-4804-b874-5bb67a950b40", + "2c8bc7eb-fe1d-4a55-a9ad-938706f31981", + "92e73c93-4de6-4273-ab25-73619bd46967", + "cc35de9c-402d-402d-9728-359c6c2ca419", + "bae40879-a937-49ab-ab37-0ca709ed21a0", + "c3ae6cb4-9030-4437-a51c-edaf0f54a1e5", + "fabb715c-bfc8-4412-9c2f-c317df49b94a", + "a17c9644-39ac-4bbe-a263-5eff6ebfbcc6", + "557432d6-d84c-4320-9256-02600b1e9ed9", + "8bbb2a21-db3f-45e1-a687-bcbd0d10cfa9", + "3b9db4ed-f506-4261-8e55-93b841ddfd38", + "e907ff3a-feb2-42ee-bd0c-49a03714f415", + "a836d92a-743b-4c3a-8d84-0fe830acb937", + "06abb78f-88a0-4415-8bf1-3ceb7eaddbc1", + "6186fcdc-374e-4b18-9394-f4b8d3a356ff", + "c8258444-bb89-4aac-82a9-dacdcd059ac2", + "7f9061f0-bfd5-4057-87aa-3306601fa778", + "66fe5c6e-d2d6-4579-b0d9-972084f3ea01", + "2bd7a886-2614-486d-8799-6ca488e97196", + "b903a98c-edc0-4133-a0bb-d9866fd4da85", + "9d01b0ad-7937-484c-a6e8-0330d3159cd0", + "c417e7eb-7102-43aa-8037-1ffdf44e2a82", + "b7c5c9a5-4e03-4491-87b9-31a098e42573", + "ea9a887e-1941-4de4-9168-7c27a0b602bd", + "f201ce5d-8ffd-4bec-80c2-a74538e83cfb", + "1a6cd850-23d3-4dc3-bdea-8c7a028ab998", + "cce1ab47-41b7-4cdc-b79f-4ac49e6b3c8e", + "d90b88a8-8540-4e0a-9fa7-35ff9d0c7b69", + "98f2ff7c-7437-406a-91cb-291768044451", + "a56a4ba6-6042-4967-bc17-717be290b8c2", + "62c7c61e-e172-46d5-806c-24e61867e57e", + "0b6d4fc3-f213-40ec-ac7b-8da7868c1e53", + "fa0504ac-7726-48e7-b932-fa6f5e672931", + "d46dded1-71f1-4ebe-b7f5-6e3d56ef1055", + "4981e9ec-d3f1-4f6c-a8cf-99ea5bf434c2", + "ae89e659-3afd-4464-b433-bde5880b7296", + "0698835e-9b8d-45c7-ad3d-c9cf3fffb32e", + "14841ba2-e306-4c03-b4df-a65679583547", + "50d99d20-fa82-4a96-a208-108fc5100978", + "56d22974-21b8-421e-a4b0-8d0337e16988", + "b453b71d-2d5f-4972-8fa1-7aeee6927685", + "97f945e4-1507-4b25-9337-7b90cc1020fe", + "2ecdf98e-61eb-4584-a996-7e0173f77217", + "fbc4376c-5d07-45c9-9b38-8c2073d74846", + "85ab4b53-a530-4e80-9308-b571757fd7ed", + "9ed6c4a6-c286-4880-9e80-f9b838878c0d", + "35112a8e-6b90-4d14-aa67-4f9b5b2de372", + "e5f86a99-6eef-4d3e-9598-132bcfa95ed4", + "4b036f1d-ca1e-4e9a-bcff-8ff225efaf57", + "bf5893a9-c138-4c69-b2e8-57910647c4b0", + "abc6ef33-412b-4df6-b091-42e18f604161", + "5d60b36a-1976-4c9e-878a-0f0d5e3a8ea7", + "cefefa11-4688-4517-b193-79b00ec1e481", + "4a6c9283-6c1b-4b66-ae5d-55492b5e9327", + "80893cf9-67a8-48fe-85f1-4a908dfca225", + "5d492677-7488-4a12-a92f-877886b67dde", + "9d8078b4-de70-4efd-ba9a-bf5bedce9022", + "f0fba518-c71b-408d-8122-449f3410bc8b", + "38a4f4e6-ef31-4fa7-be34-19ac8c953989", + "da69eb93-9b5d-4842-9688-da6dd7cb9917", + "0445cbf6-a963-4bf8-8a54-11244583b5fa", + "4f90e6a3-b3c0-4c01-a38e-a5f303bd60ae", + "89015d2c-f520-439c-9375-3530e07d8e4c", + "8c242b06-4835-4a27-a534-0b4356f87d09", + "82d960cd-2c41-4080-8b31-301671f44bf4", + "5937dc4e-4e4f-43db-a463-201adb8c34cf", + "d2aef7f7-026f-483a-8128-342694dae194", + "e5480b84-dc36-420b-a4e0-b9e6455c4181", + "0d2cec3f-263e-4001-8a71-2eeb62a6083f", + "c9e97462-7c33-4c3e-92a8-d73038123736", + "54bf466f-afe7-44ad-b88d-9ec6c0f038c5", + "f7c929a8-7b2c-4a34-b74a-99d9ba8ecc29", + "1e38399a-96f2-4ed1-8014-cb330049e1c8", + "3457d64d-183a-4758-bd0b-09f3c31f1677", + "853b365b-55fd-49f4-b436-08c947990000", + "f0d3aebe-b197-44e0-bb3c-c3207b96e415", + "c51955e6-326b-4dc9-9601-86a364298b5e", + "1fabad5c-7e37-49f6-a0f0-8402e92eb872", + "572851a4-3405-4bab-8bd8-fb14687f61ef", + "f361750c-d3c0-4f8b-8076-7b5ecb296a16", + "2174064f-da7d-4cc8-bd75-29af1d41a0f8", + "f98679a5-ac5d-4469-b6ef-45516186a882", + "96580fc6-76de-4372-a006-74c504a6cbf2", + "700258b3-db7d-4ebc-a72b-5e728e50c45f", + "2f03e3e2-78b7-4f18-a01b-4cb0af554668", + "3b0e7fcc-5316-4800-80c3-e340e67eb89f", + "0ef14bfe-1804-4fbb-8fb2-b6563c8326b1", + "2438c118-07c2-4c4c-8d95-6370f97e1d55", + "b23657cd-da63-4007-a567-098ee0910762", + "0afd2d03-4924-48b9-8195-006e5ce9327e", + "8ac18c09-810c-4596-b072-e038208e62b9", + "1130714f-f60c-43cd-b3f2-655a3ccd6569", + "ac5dd1fd-5152-4e50-8bcb-291c6d7f9e1a", + "f5b87cb1-6744-40cf-b93d-7d1ac38ec8b3", + "49907526-38ed-49c3-9550-b87338ed15d5", + "b35bc06b-2113-46e7-8d6a-1b4997c70610", + "ede0ee07-4e5c-492f-8893-3350346b3c74", + "e4aa8020-a6d1-495f-bee3-e93594badace", + "08f01c33-26c8-48ec-8a06-b00a5982f79c", + "6db1cf6b-f321-4cad-ab5e-b88c9f10b509", + "42bdd319-2a6a-4ee7-bd51-b92d89d52783", + "89f5e8c3-9cc5-43d3-a8ff-f61d6a4e112d", + "020f4ace-05a4-417f-859d-04afc37de4de", + "9e7df543-7f8a-4ecd-9093-bb67e1b39173", + "9854facc-4633-4ca4-b251-6297e6d49f3d", + "213aa70d-54c4-4563-8775-e91dec3413ee", + "7c1e7f5d-ce78-4ea2-83a4-aae9e4c4925c", + "7f56625d-ec97-4caa-834e-b51312ebaf5d", + "8c9ba9e2-f37c-4760-98da-3be0c84261a5", + "9ca6864f-396e-49b2-a37a-36ba38c53bfe", + "841139a3-3e8e-4d6a-b036-56c29a12cb0c", + "11c9d5a9-a006-4e32-a5c5-3ea10002b22c", + "cbf02cff-6068-4f34-a11b-a69a851e4583", + "f75fa4d7-d8c9-4e40-81ae-649e91914d98", + "380dfe28-9900-4985-afa0-63563c0ed055", + "d206d943-ba94-4e2b-abc1-298a1cbe0fb8", + "cc37379c-7f42-4a6b-b1b9-7af284b0dfb0", + "1fd8e72a-26d2-4081-ba50-56a72471c4c6", + "21117501-4385-41e5-aa4a-13ac0c67f621", + "2cc9af00-b3cd-4d65-b2a8-c08dd3194de7", + "21d186bb-2389-411e-80f1-026948eb3873", + "368feac8-c543-4413-910a-eb9c297c1cdb", + "6457addb-f00a-4907-bac0-484bad5fe6e6", + "0894fcc6-7d5a-48d0-9490-a6db592bf8c5", + "02bacbf5-b9a9-4e91-9469-b2a8f144bee0", + "3fc77391-3b7b-4ccd-a343-3804dddfb252", + "8ab3a547-e28e-4894-bca0-bbd87919a88b", + "92b08e1d-b7ae-4089-8280-8e05e78e0f4e", + "35ea6d4e-0938-4305-b2e6-20eebb315441", + "3ea090c8-8226-4345-af33-90ff619fd2b4", + "a21bdc91-7bf3-4dd3-8790-02ac93597a65", + "2a49c58a-9b07-4b91-b8c6-ce630b8d51e1", + "65e66626-1caa-40ee-ac00-f5f46e3bb372", + "71ad90cb-4205-496f-84de-8985a0bc8525", + "7aa5c66e-d2b5-4d1d-98c9-922befd7790d", + "e9058c19-6e34-415b-8816-6bfe4838067d", + "32ad3b04-f932-4fb0-819f-084222f9a264", + "6751b2a5-763b-488c-9cb2-2b36c8fb31f9", + "9f5273f5-2f3f-4d60-b7b7-8e5416ca0a42", + "24f97613-2343-4933-983c-175b34b6bc0b", + "cab779f8-c860-4849-bb46-8e78bb2aff8c", + "f6cae271-c500-46a6-9d63-45372229d0c2", + "1e17478d-1319-4b19-9f91-fe1442622322", + "f03069bf-9e49-49e7-b791-08ead33689f6", + "9135e1c5-344f-4e8e-8eef-75eaf8e3be69", + "d2c62a0a-a77e-4ed9-ab58-fb67c2508e89", + "b9c16e7a-6aca-40e4-b342-f7db64da6da9", + "e0fbca53-eb03-4115-8d52-3a53e6234998", + "fade206e-1b12-4a09-b978-4f14de22d02a", + "03fd7e29-661d-4b04-8192-edefce944f9b", + "0c30ee5b-04cc-4b07-9b38-2ccf0623f9a7", + "ed1bbcf9-8960-41e7-829a-7148aa334bfc", + "43583195-4036-4a13-b60e-98d77fe39d9a", + "e072a19c-e252-4a73-a32e-2eab4ff25216", + "4c8962d8-8bf5-4b00-ab22-45707363346f", + "52b98137-2ef9-44ef-b886-0e9e9e7957d0", + "08003bf0-962e-4ac5-8f52-8603c023e31f", + "d8a2607d-9a88-4e42-8104-72d4d3365137", + "4f4ffd05-4ea0-4ff1-a60e-1e292520e923", + "937f461d-8c05-4d52-b2c5-e85a5667e158", + "638b9cbc-3b14-4624-bb93-9ecc7209180c", + "8e102d93-252a-401e-b42a-f62de04478e8", + "82c884c1-f8c3-4c7f-bee0-308da6a6cf7c", + "208b6a4e-d3ab-453d-b38f-6bec8f033381", + "ff13bfea-df09-4b71-8cdf-e8014b7f655d", + "b1bab5c7-4285-4a92-86c8-92c71274522f", + "8b6886a5-b866-48f1-87cc-e088d31fd391", + "24aef253-e439-4738-b635-2122bbc38a5a", + "da3d9cd0-173c-4543-a0f5-fa0e1332c0de", + "00e84837-5615-4dff-8c93-11391ce89ebc", + "e99a2e59-8fde-4035-89ec-223ee9398513", + "ec8d8183-9aad-4938-8a41-0b63c4e6ec85", + "46d47ed3-8622-4f78-a948-d5ab2a3ed48a", + "564668d7-85bc-4e05-8a05-107c720905bb", + "c17a9033-0d04-4446-ae12-86f16d0aa77c", + "ba88c376-5e49-4c82-a103-5514a112b623", + "4f06b164-79bc-4300-921c-c532a17249eb", + "4f852c72-4578-4b6d-9857-71e77a422f7e", + "14b6626d-841e-4842-954b-a091396ea3a0", + "2fe56d6a-7389-44aa-83a1-91f2e388b592", + "d2939e99-e01e-4709-b68a-9e0536dc85d1", + "49a8281f-f584-4b4f-a47f-7e21a1ab2eff", + "4f1f5cfa-c99b-4abe-8631-c1c89d03fedc", + "99379f74-9700-43fb-a1ae-45481c0d74b8", + "70c04ef5-47dc-45c7-9b1a-084e8457f8e3", + "8dde1d73-a0bd-4473-b6bc-41c95015b1c3", + "113b3dbf-6f74-41e1-b8eb-45eda186e788", + "a41ba223-e574-421d-b0c0-3a97c71dd2d7", + "f0ac3706-c469-470e-a8be-3b369bc4ae5e", + "e8ac3db1-e295-44ca-90e6-c96cf3e04487", + "b368536f-0d9d-4bc4-8097-c02f9f2815e2", + "0e1c1c9b-bf0c-48dd-8db3-f46e8b8df3b6", + "02a10471-5906-4664-bde0-75290bde097e", + "b426443c-fe8d-41ad-836b-6324640fb235", + "d37de844-1142-42c9-bc2c-93c75356e6cd", + "b204e2fe-6d52-4679-8d6d-b4b7807fc513", + "dba526bb-81c2-48f6-9951-187654af3f1a", + "c0062779-3467-4a33-978d-83e3f5ae402d", + "f86e20e0-a69b-43c3-82a4-5371b8d56199", + "a9eb41d8-084a-4825-a55a-527f3adbfa39", + "e10b01da-083f-483d-b97a-c4e623d4e137", + "20d0fb62-af23-4d87-92c7-3f3621962ebd", + "a54537ea-1ed3-43df-86d4-e562a42756ce", + "10ed148c-347c-44b9-9264-f645ded2dd30", + "4caf78a6-7277-4548-81e1-8fdbf7dd0d85", + "97eba8ec-baf8-4cd8-9df6-5ddb4ade7767", + "7a1017c7-fd4c-4184-ac3f-6b175deffd27", + "8d3646d4-3f9b-45ab-b152-24c226f60ce9", + "c067b696-118b-42ff-a3b7-597083a9cfbc", + "b1df8558-6a4f-45e6-9fa6-5d555d7c4933", + "f3aaec72-94ab-47af-9ce1-94038318a14f", + "cb4d17a3-4d6a-4b7a-91d1-2c5790df1f57", + "b0af64e6-75b8-48b1-9371-db50bf56b13d", + "0d056490-8528-406c-92e5-2b705907a801", + "4596f771-621c-4ee8-9893-4078dab4b36c", + "ad39caab-6269-446b-b92e-a9a8a7528bac", + "2f08a7f2-a136-47a5-89b4-7237eafeb9ef", + "44ebe2a0-a6c3-41d2-af72-f6ce29975918", + "90f4094b-984e-4d54-9dd5-3e84b4467077", + "252492b0-6315-4a1e-93bc-9bb3e83cc6f1", + "2deb34d5-7a06-456c-862f-dee68c6b5c23", + "eb2ff84f-a79f-4db9-a0c7-8efa1dcb8a09", + "caee9a2d-4b2e-4023-bd13-6a722642b672", + "51903e46-1ce2-498a-b5df-1c3024173ce2", + "7fe00f64-d7a5-42a9-b01c-53d35ae095fe", + "eb647338-43c7-4e4d-b093-77f39eb10c65", + "f4cb1135-4ade-491e-9d2e-9b9e78c25d89", + "055e6bbd-4de6-4dc9-a940-808312ead1c7", + "64b616f1-de3a-4bbe-a779-0d20d9548680", + "f173e7d5-6521-48ea-adca-2a48f9a1bf71", + "28b87020-7a0b-418c-85f7-fafab6d59f86", + "be34917f-95ad-4bea-82d3-904f8bc8eb26", + "b52ff5e3-b819-4780-8e07-cc6444c2b69c", + "409fd4ee-b37e-499b-bc49-fb95bcba0a5a", + "2abc051b-e26a-4741-802c-afa5f3e6d7ba", + "a5ef25eb-907b-4bcc-82dc-d797a2de33d8", + "2002d43f-ab13-4208-8432-73294bee837c", + "ae61d088-25f1-4633-a0a0-8cc0f61702de", + "f926e89a-e161-4bf1-80fb-64b8e7c70cee", + "0636a754-0a41-4ae9-afc3-b81889883eb9", + "2f9ee842-8f33-4110-9633-4b252e7ec008", + "9236cffa-274a-41b5-b165-56c0e1e1ff52", + "26aec8f8-9250-4ef7-adbe-5be84207f809", + "4b7521f5-3b81-4474-b8fb-83dbf9d515c2", + "9cd3b148-10b1-493d-bb22-45d4e03bda04", + "e5855813-ca19-4ce7-a30c-863dfd99a984", + "b59089d8-0454-4663-950b-716865ce60d8", + "f4658f54-9d30-4ce3-8c52-be38e3b230cb", + "5a2b02a1-e085-4967-8a5a-6dc6f56f17c3", + "9b262a62-5276-48d5-aca5-a1b3591b6ef0", + "14880644-8c08-4527-ad12-23de682fd7d2", + "2992a691-ed1f-4cc9-a868-2fbf8cfcc39d", + "f1b3ae88-f1a5-41ed-8ba2-47a613023da0", + "bd3ab6f8-be01-4a37-bcd5-3a24319dda35", + "97b23496-d59d-4e40-ba5c-d825127ae244", + "c6a9b131-1d84-4f26-a379-50a639384cad", + "62a337e9-52ab-43c7-944d-4c7b88fcb577", + "0bcb1de3-59d3-4d67-b72f-ac8f09f9f6e6", + "b465188e-a03b-4475-97a9-25fa8b7ba30a", + "abd68e7d-a681-48f5-ad0d-5c68aabcc73a", + "080c031f-5f3a-41bb-9d6e-fa9147e179a8", + "15253a31-8ec1-4c64-b7ff-df8b7a73ae62", + "b41c249c-c660-4000-bf2b-b3c937191a4c", + "964e2f7b-d8a6-4c15-9171-c1df56be2ee6", + "18c530f9-70c4-4882-990b-b6ce64b7f6db", + "ac598d87-cbd8-4252-9423-15b5b3d8ee99", + "a261e19f-c4ec-4579-bba0-eb99991441ae", + "a842bf69-5cc7-499e-a623-51a015888ee1", + "eb11e0ca-0d8c-4e12-a1ab-fdae0926da30", + "94ae4ebe-b33c-42be-a820-54026291f39f", + "a205e4c2-d017-4aeb-9c26-1a962bea6467", + "bd35cb08-7a87-42ae-a157-247341debcc4", + "25bf6f8c-4465-405a-af89-a7b738af0823", + "7f0b3479-d0a3-4aea-847a-569ddcb61930", + "fdd9d594-67ad-4867-adfb-5a6aa0a980bb", + "797923f6-492a-48bc-8617-6b27bfaddb6b", + "e1c4d4fa-03e8-4b0a-8cf6-e8ff05e3fc12", + "79a4454e-4ace-40fc-848e-b5306dd65541", + "7b63f41b-4e63-49b7-bcfd-54fa318f11de", + "095f2959-9e1d-4123-9cde-d8773cc39281", + "fc7d48cd-6fc1-425c-9a4c-8864a3dcf84f", + "1f1f5b76-9066-412e-bade-e74cabd01d05", + "f6ecc86e-12a9-4cd9-8778-22238a32a66a", + "f0a2d8e6-2dbb-45eb-8be2-6a5e9db6e2c3", + "74bf4c06-f4fc-4711-baf3-d88b3031ba79", + "26227598-6f37-4777-887a-f10a3fe72d1e", + "8cb3be3e-52b5-4f05-9167-6962e089ff6b", + "7b2d5c14-5e02-4213-bbd5-6b2b4789a2fc", + "560d2131-5bc1-43da-88a7-ce19ce956f44", + "0dd3dfb3-dd60-4ec9-8367-0cef9b97728f", + "03030aa8-6e41-4f6a-a7f2-1a877f21737c", + "df24d21f-58e3-4ad1-9b5b-5c827cd57954", + "263c4c2c-e8e7-4507-b2d4-7902c3d9ae34", + "0dbfe18a-558a-4c54-828b-1e76576cb2b2", + "59a5ecdc-913d-4285-8216-6e8768ff5255", + "82eb81f4-b24f-4926-9d9d-53daaa3ae8f8", + "a1d0927e-2b1d-4ba4-a7aa-c95ba5564251", + "1edadf34-c3d0-4e6a-9b52-40c4402bb4f0", + "bacfdb5c-3e69-4c56-93fc-5ad14a0ba275", + "669e7692-5fed-467d-9945-e2be0afbc388", + "cb8216d6-8a6a-492d-93c3-59a8362a5e25", + "db938ddc-4069-401c-b6af-da91dac5c675", + "f1c62520-6dd4-402d-97c4-0c0f57652b12", + "82cb1e3c-89c8-4d90-89aa-79143e5b77fe", + "da2524c5-ac1c-4f21-badc-89b0973354c0", + "15b8ad06-c4ff-467a-b1d6-9a9c532d1c6b", + "4601d881-ab91-4ea8-9158-8e4af32fbce2", + "aebdfaa5-01c7-4ac6-9945-416c0c04270b", + "b96056c8-2917-42d7-ae3b-9614c5ed6823", + "6ff73b9d-3820-436b-9e3d-7d0c2ce58bce", + "44f28640-5d47-4b9d-ab25-bac0b46ccf96", + "62da2cae-17c1-4620-a9e4-4332486a8783", + "24878857-02d7-4ea6-b738-6a2856cc8f42", + "6e55f410-ca0b-473d-b6f0-5b30c45e0eef", + "b6bcdca0-6c4b-4a9b-9574-656e079162c0", + "24f27298-a509-450c-a21a-42da66a12992", + "cdbd8d35-2989-49cd-97ad-72f90b9b01a1", + "a16f6621-a7d0-4a6a-88a3-f9348ecd2cdc", + "4f5c2d14-39b3-4152-af38-35ad712c1763", + "ab299311-055f-4e03-89ac-8c24984b5482", + "4ea537b9-85a2-450f-9415-81ffee624922", + "7ce23e0f-63ec-493d-a0e6-348437c3062c", + "0c350478-dc37-489f-8c12-ca5a20dd31fe", + "a4870e7e-d44a-40da-ace1-e1ffd5a7f1d9", + "ab252f19-aea6-417a-8e9f-b0abd3848680", + "ff098a7d-d96b-44f9-885c-51f1ba5e12f2", + "350bcb6f-6081-4534-80b9-9d240395b6f6", + "77bb3e14-5011-4954-86e4-fc1167b81ff5", + "32e2c407-747e-4d1e-93b1-5f352ff45600", + "be6d6272-1267-46e2-bfa1-41ce61b86f5b", + "328247f8-0e42-4657-93f7-5cd0f42249ae", + "8f80300a-ebd4-4841-a8ff-8a460b398503", + "9bd77e9f-0f17-4da2-b505-78a1258e6713", + "9f30b35b-b3d5-42a1-9173-cd8db0168a08", + "b6256b53-e5c6-484e-843e-b54686e1e727", + "b47f5738-7c60-431b-aaac-58a590505964", + "f9f34027-4903-4c8b-b55f-67d48415dc42", + "cb3fa1cd-5824-49c3-adfa-44579135de7e", + "ad15c5ae-538f-42c2-a4bf-e329a2fbc2fc", + "85d0a6de-bab4-4244-a370-4af5178c3cba", + "1f3a82c7-f9b3-468d-91fa-5544488c243f", + "5189cd0d-1bfc-4e20-aaad-52adf56ac804", + "33232910-134a-4f8e-b1fb-efac27b56865", + "21a8edb6-fbb9-4ea4-9ed7-039aafe2935c", + "5e45f13a-d33f-47bc-95b7-f6bdb60eb7dc", + "13034290-9323-449d-a815-bd01327d3a05", + "d2e041d6-c9ae-408a-8f63-bb513e987d8d", + "98c2ab39-c2fa-4c9c-9d72-16326f69cbf3", + "eaa4126e-91a0-4c8f-ab7f-d383d20c2734", + "3622f957-f730-47da-bc26-72e13d73b261", + "f60a22a6-ef24-434f-85f7-408a3658e798", + "b4ca8477-c1ab-4cd0-b541-fc62e4e3d1d7", + "fb556ce4-ae2e-49dc-b5ec-6756cab71976", + "8de37ea6-4637-481f-80bf-572bbf15cdea", + "bbd300ef-0c7c-4cc8-a0b2-1455651bf499", + "74f1d2b9-0768-4f33-b8b5-b00c16e21cba", + "026af88a-a5b8-4ac5-97f4-8a8be0a78e6b", + "27f1302c-4f39-443e-b041-c732951157ca", + "25ccb3fe-d624-44e1-ad16-3384d1d21265", + "8314bb02-2985-4e1f-ba87-6072628150ce", + "42e72388-20c1-4db3-9f95-389f66566089", + "6705eaca-d444-4c7a-b348-7cd28e5b55b8", + "0b42b7cb-b82e-485a-9458-f90c13b91b81", + "39f9e156-1d4a-4577-903e-475891f99725", + "fcb2d197-0cde-4209-9e58-d24df38479aa", + "885b3345-0449-4e3c-817c-0b854c67c001", + "8426f04c-a0d9-4ee9-a274-79af3fa7075e", + "ac102fe6-aa14-4136-bf3a-4858d5097438", + "747573b3-9bb6-4d8f-8b04-5ddd7fcbd9bc", + "e534ae2d-22b1-4528-a229-e39fa26eb184", + "8debb3ed-b415-4db6-8cac-9258013c73e5", + "f27a767c-d9b3-4f34-a935-f84fe3d3c7a2", + "f6f6101f-ad9b-401f-83eb-74f5e7831a16", + "91c4e354-bf3c-45e9-ae9c-705d6d7a1190", + "1105790d-00ee-45b8-b29d-351d3ee730ec", + "e0826538-650f-4f81-aadb-350baac0b41b", + "ae080174-5a34-4ec4-bcae-d0fe81cdf662", + "0f5d22a5-132f-4d65-87df-49b08d5cfce8", + "f59751d7-bd15-4b9d-8096-5d28fb66f06e", + "9e03c318-384d-47ae-92a4-c5e9e2a821b0", + "74762acc-c5b8-4502-bc99-3a82536bfadd", + "4a2f067d-b25f-45f0-91b3-64b42acba41e", + "dc037071-660a-44c1-815f-3b2e84f119e1", + "478b5538-b318-48bd-83f4-0375b6c93a11", + "2686b9bd-f72c-4f07-bc24-1092619f567b", + "260272d0-9ed7-4524-8fb2-065d3218f4df", + "028d4a7d-eba8-4fb2-a0ce-888d321e864a", + "33315b5a-e77c-4fff-b84e-fccaab5926b1", + "a9bf42f0-aa09-468e-a619-d56386f8cc0f", + "e9b10e30-0bb4-4d2b-8de8-9aec25098973", + "09a8bb20-1540-45a2-aa55-75fd017facd8", + "a3a41df6-cc17-4803-972f-45871661e758", + "b94b4748-de8c-4c71-b2e6-cbefd0f05af9", + "5f295a53-750c-4c27-9192-cad1ba830e81", + "39ab197b-7668-43eb-a13e-73ab4bfe3275", + "ecb47368-af42-4cca-a601-c685acf43e07", + "b0c4dc1a-57ec-4249-942d-8ee6331a241b", + "5bf5ddd5-d889-424c-ab3b-993c00c57fd8", + "2132320b-c4f1-4860-bf06-b0d037d89a7d", + "fd989113-feb8-420f-8166-4cf3e268b623", + "b553313e-3fb1-4132-b004-d95f749988a0", + "d990d8a3-8ce0-4a0f-abd6-b713581cf60e", + "73d4f6c0-2655-4e07-b7b4-ca8f19904010", + "b9e1aa8b-1b99-407f-ab8a-0c31adc96ac3", + "5f03ec9b-af29-44cd-89e5-61dcb08dc6c7", + "955f631e-9866-478e-b820-517a37fe1b2c", + "2c789103-622a-4f9d-8181-2e8ff60d4986", + "1686945a-b7c2-4007-981a-50d10b34c1de", + "cf20271b-7336-496f-84a3-6c51e74effc4", + "2347baa6-1464-48e8-af88-efa2f3d66a41", + "703db3ba-1ac5-415c-8ff4-78dbae66b86a", + "2f074909-adbb-4853-8737-5ce1d84f03d6", + "22a11f45-55e6-4d6b-a6f9-48aefdad7944", + "77d487e1-4a8f-4c22-b302-ba9c0592d7f3", + "32a3ea2e-bdd1-4c47-9456-8bcfdbabbae3", + "c4a91167-e31c-43be-8b98-3186a44aa54b", + "24daadb5-68a9-40d9-a872-32f7389a86a0", + "3c9e2876-287b-4103-a0ee-83d9fee5a4bf", + "f8163f69-e5cb-4b5b-baaf-f70b6b1ff7ff", + "f3fa504c-0f86-4feb-84d1-f10880f4b677", + "08c011cd-6f25-42eb-9303-d28c348a47db", + "7eaa85c1-cfc0-4fdb-a848-c3d9fe20d916", + "b33a58fe-8c47-4f6e-ab7b-e8f237a4dd6a", + "99616ed7-60d1-44ad-b5b5-c5321c4e22e0", + "62383772-2dd1-454a-8145-c473afea0458", + "57bc7c21-8771-47ad-8f5f-9c1019013945", + "13e33e32-e0d5-427d-99a9-725b6febd536", + "d86541be-a741-4dd9-9e11-52aac3d2b83b", + "7469827e-72da-4188-98b9-a46586c826b6", + "11f7aca3-507d-4b9a-9463-976c9a1ffe39", + "777f21ea-74a1-4c4e-8507-f23f50786236", + "97dc3105-1a7c-4f06-8712-159ab5338cb8", + "c0a21156-24b7-43ec-80d1-8c2f3a093630", + "21b9f220-c910-46b2-a886-afbbe40c99fe", + "7ab931b9-d3ba-45c2-90c6-c84756219678", + "172c5da2-1c9d-481f-b349-aa7175a60f7f", + "f75a9dd5-5c3c-40bf-a39c-c878675ffb0c", + "ae779571-c909-41f5-b21c-03dea219bcdc", + "1546b795-ee21-4681-8849-cc1d124e1389", + "ff570078-7704-4cbf-b1a3-4db6be486b97", + "e21f6d78-74a2-4b8e-9fc5-9309c538ff31", + "39d8b4d3-1cd6-41ba-af29-ad55dd36c780", + "f0df278f-bdd7-417c-8fcf-8f6669bb3dff", + "c03b257c-c759-418f-bd04-e15810c9aa0e", + "0c822410-107a-4f2c-8c4e-69874a058322", + "c52ab104-2320-4721-b529-0ad54a158c6f", + "cb9f83bb-08a7-4f99-ac5e-cb503815c1bb", + "989d0f2f-7209-41a2-a575-3a8430e82c20", + "e85fa23e-29f7-4e23-991a-9386615bb4b7", + "cf49d05f-9019-4ee2-a585-1b129257a42b", + "d103d8a7-bfff-448d-b635-b5120b416c9d", + "87bb0418-ed96-479c-b728-642c9dff7cc3", + "5b855eb0-83d2-4b3f-a20e-1ab74c85a1f5", + "8f1a5c8b-9f39-4dc2-87a3-635fe8ec5d48", + "4f81da4d-2fe7-4d95-90a0-c6df45ca07a4", + "325eb229-b266-42ce-938c-6fe9ad169ee1", + "15b2bfab-07c0-4702-a258-151c2a200af3", + "7390aabc-b4dd-4edb-aef8-cb072590c8a1", + "75c6333f-4223-4018-88c4-399ef5b87a76", + "7a008fc4-a60d-45e9-8c30-986522adb728", + "eb0bb782-86f9-435a-bc7f-6eb8dfe90807", + "5bbea981-b71e-4916-8fb8-6cac318e7b07", + "5b532e4f-5c24-4706-b353-ae5f00bad0fa", + "d5697611-ec3e-45cb-acf2-fcd1f58515e3", + "fe65ed15-9965-4ee6-be9b-8cce29a620c9", + "04ee05c8-fa34-4b8e-be72-d1b3fb7dccb0", + "88cffb3d-652b-46f3-a883-fe6e3f7e4fb8", + "6ab2aa67-32ce-4855-9e70-4f4c89b34f15", + "7d320a33-491d-40d5-9262-4188c0bbb71f", + "18880dc8-504e-4bd1-a9d3-dea3b0fd7cca", + "22c762cc-b238-4d27-a2b3-8b16c7c9ed8c", + "758781a4-6b3c-4ce9-b53b-87f8f706d1c2", + "888e1147-ff44-45ea-b5aa-86789e9c69f4", + "8da535ba-2e48-45de-b4cf-1c18ea8cd2b2", + "1f04a2ad-3e00-484c-8dec-ad7d7aed93cf", + "8844d846-87cb-4a28-b39b-d46daba3f969", + "721bfe3c-e32d-4c5e-a1f7-cd79b61deeaa", + "2ec023c0-787e-485e-b360-3b3cb217bc8a", + "d2d7d213-a216-48c4-b623-b1c172cf8d4c", + "d2842a00-0c6b-4aae-94b9-57fc5d5b8152", + "5acad40a-b75a-46dc-ab52-0b934a5bd91e", + "197a9654-0cb7-4f36-86c5-556b737ac190", + "9f58a0e4-32ef-42c2-880b-1524c17741eb", + "72d5c1d8-0f60-4cb9-b273-568c30544919", + "1406cb9e-5738-4728-988f-7d57636025b2", + "1b3861c9-2c7b-4d42-a5bc-b697dbc5815f", + "3f2075e2-3c7c-4e3b-9e92-6490f7d6f8d8", + "0645337f-c11e-483a-9139-59ef74956216", + "79f4ee88-964c-4b54-acf6-11a6cadbf829", + "82d2d8fe-f247-4155-83e9-92d93df58f1f", + "2202d519-15d3-4b8b-9b62-0cda56a26c4c", + "5fd3c7a7-41dd-4130-a04f-c50b2b958af2", + "b00af3ab-c611-4ee9-bef0-a3e2f9ad9900", + "3b398488-e614-4f08-a832-b61321096d71", + "7c91c492-272c-4979-b9c5-7dcb5f8b3bf8", + "d4b70474-cef1-4d8a-b7d1-df7994467805", + "21aacf42-23fd-46cd-9c27-dbfd3d0a0c72", + "4b48b4eb-6618-4f3c-803e-ebf87a40f62b", + "7d06c574-2da6-4a8b-991f-55b89c0e57b9", + "e97fe233-d2a2-421e-bea4-4d782eadebfe", + "16a13acd-7214-4bb0-bf15-b38c44ec4c81", + "cd799859-d149-4064-a880-7298ce1046b3", + "279c7840-e76b-47bc-936e-9a978669319e", + "3b6fa67b-ca6d-47be-90c6-c6d3015884be", + "75f97515-c577-403c-bce4-cd4a2e06560c", + "8218e709-c1c2-430a-83c2-82e7ee291464", + "4b05343c-9194-4833-a531-c291a34d7f62", + "ad5fb91e-b641-4e68-bb77-dcf1b7dcda58", + "b56625f6-1f2a-432e-88cd-caf23927ecfe", + "0498262f-b14e-4b5d-9b06-dfcc256a6fbd", + "f678007b-add6-49d1-ae33-5b642870aecf", + "d0151ab1-b385-4856-af53-05d811a172d9", + "3f72f9ac-ecc0-4703-b485-d55e29fb6c22", + "a5b9ff3b-45e5-47dd-b548-b4fea10d6c95", + "8ff26173-1ccb-473a-96a1-da70521ea386", + "3bc878b6-9478-47f0-bc26-4fe18c0be0d6", + "81ff24c4-3141-4427-a12d-5456c1c003ef", + "602835fe-780e-4595-9e89-07350baad041", + "033e7b2c-2342-41e5-80a1-6e353674269d", + "ddc3860c-ae43-49b5-83d9-d8311f213603", + "d35fccb9-abdf-4581-b71d-62f8a6fc1686", + "202a9b4f-93ea-4d9e-93da-f2398973e248", + "2783e19b-537d-46e4-97c0-27f391352d32", + "e370bd89-03f5-414c-876e-07f0b0bce6fe", + "3b6009fc-66d6-4af4-9278-44db15ebdbbb", + "659ce38b-8973-4cac-9095-20068da4bafe", + "98f5a625-1679-4e79-84c3-5824d1aa6c8f", + "ae0e6ae2-5752-465d-8844-6af206a4deff", + "5fcf735c-423b-4a52-95c6-2e5fb3f85fe8", + "49dca4b2-dff5-4b9b-9030-e1686876f074", + "56029dfe-3d7b-4374-b2cc-df8e28c2bc29", + "157974fe-3605-4079-9db0-58b802af0360", + "ece6b090-5309-4d60-93d3-b104d9eba1e0", + "c7081247-d671-4e72-acaa-679eb1908326", + "02c21e38-502a-4220-8ab0-6529da31ff3e", + "48352ead-33c6-4b64-84c1-0f098622ec36", + "9c333261-c2c1-4c30-aa29-5019e001fe74", + "7b7cd87e-b9cd-4f52-a747-3d1baf40d68d", + "4d7dc42e-1029-4963-8770-0921a537e595", + "e5bbb783-7bed-46c9-b280-b4e8ee5d6ac5", + "e280c8ec-49a2-49b1-9522-008233daf464", + "fd5ee178-f5d3-46a6-a128-c96f2572b14b", + "806922f1-fc7c-4607-bf75-55908033f910", + "062cf0e8-81ed-4d4d-b79a-2a0438674bf3", + "8526d306-ff96-4300-aaf6-085f05737f6b", + "cabac84e-c427-4fcc-8fe3-774ca4227e36", + "fa142db6-289b-4852-97ac-c5d99c97aa81", + "6f977b4d-01b0-4e4d-aac0-109c7c0e2b68", + "899c4c97-476e-49ea-b9ab-451ae63c2f29", + "83d2add3-0aec-4e72-a4bc-29fb97422e5a", + "a74efa5f-363e-4f30-a307-30f6485ec18c", + "1e7c68ea-8814-4a25-b500-62f235eef1cb", + "081f507d-b7be-4eac-ab52-5747f0261e4b", + "48cb7ba2-fdd3-4007-a3ba-75adf135bf52", + "46ff5806-9f09-4aa6-9699-c5d1884af76a", + "26651a0b-6d7a-4fb0-bfad-94244f3a173c", + "133cb25a-88ad-46da-a5aa-8ac59f996d8b", + "62735127-5113-4a50-9821-101f6c0d7050", + "63c5e91c-bb2f-4348-a5a6-3ca2ed4df9cf", + "bc4a086d-a14b-4170-94a4-18f5f0ad420c", + "59ed8a96-7d5d-4a2d-a155-4f709e4991bc", + "46b9f9d2-5324-4a31-a6e6-097342b869af", + "6be7d438-024b-405f-a32c-951734a91ace", + "3054a7f1-30f0-47ab-84d7-259883c07b7b", + "5ba05068-67ef-40ea-9e2e-f52981cdc385", + "fcb8ee66-2320-4ad8-bf25-525ca222b1e6", + "8d438b5c-cf36-47d3-b7de-3eba9c196477", + "48092865-0906-454c-8c5f-53a57df2687b", + "7533cc7e-6d62-41c0-829b-62bb454f0abb", + "17c1a61b-423b-4f95-a994-71749c81e2ea", + "ab45f050-943c-465d-b423-3970353ea0b6", + "abd7d8bf-89e7-4825-9592-6c71e98dd824", + "ab918b38-6545-4e42-9871-4c7feb9324f4", + "da017193-728c-46b6-8da0-8fddf052c177", + "d8460f55-07af-4d71-b889-97fbf7f25e93", + "e05dfd28-4172-4d24-9234-896861e1d730", + "4f747f40-1712-48da-9787-009bc39239db", + "dbe3ea10-d653-464e-aca2-87d7eca60272", + "8eb9f2f1-34a2-4992-9e88-73a659c838fb", + "fdd5a6d0-9a71-4e24-bb23-3d8f599b4dc9", + "bebe1a60-d077-4404-9d3a-948941cbeb88", + "868ef31e-f350-4eae-9efc-c2e0f346357f", + "18840d1d-151f-424b-bb73-82677fe3f8d6", + "77380f54-b3e1-45d3-8455-0ccdf65d27f4", + "01e170c0-2f55-4f6f-b825-f0f366678b63", + "3a9048b7-8f85-4aa1-bb45-3a2dfac3c4bc", + "4a4d5023-ba25-41c2-b5d3-892ca1a484e7", + "34ee421c-73e0-4303-b0c4-6ec5c669bccb", + "3e42ab8e-4870-4712-8894-a17c968608ca", + "f4bd2e4d-7c75-4b72-810a-3f04839bd5ab", + "071eeb7d-9ef9-4f38-8871-8aec38366dc2", + "7b14b935-fbf1-459b-9a8e-c6c92072d4e4", + "3459973f-8dc0-4717-b2fd-3e47f8bd931d", + "addde2e1-8887-4013-81b7-11dc20c4d7ab", + "b9ec84e9-1477-4967-b0e5-8eda16845f46", + "19bcbfc9-7b61-4fd4-912d-1cf94fc1bbe2", + "0a85bd67-ce82-4690-be04-a7f5f9652604", + "20ac2351-6def-4c51-8ba2-3be73a523de4", + "e4065584-5be9-4687-b518-fac22190b22a", + "a5e00c72-4265-4a32-bca5-9654bae7d95f", + "ce44a394-af7a-4043-a9c8-9f297bc0dd0d", + "3c2736ae-2c04-4d2e-b64d-a418df85ee41", + "b6a6946f-3c02-4af3-b234-bc8b04784f84", + "47b734a6-bb4e-4753-8ce2-5be6a22d5772", + "f9903354-bd90-4b23-9652-83f675633248", + "96130668-7170-4a1f-963d-a9dae437ebc9", + "e85b8991-e9f9-4295-a9b9-99a5ae061490", + "31e46896-7450-40c3-8026-cf86f1c8873f", + "270b3443-551d-4743-9039-47dbbea3152d", + "1b5080db-51ab-4baa-b2cc-a105a79eccd1", + "165ed967-c0d8-469e-853a-60b3565b208d", + "08215e9d-4bf6-47fb-aa9f-a2feb658b820", + "92493f51-3090-419b-96be-6b6fb18e4f04", + "5ba36fb3-e100-47d5-b7e2-b77133f0ad95", + "f160c754-f9ce-4370-9833-25a97f612f13", + "0633e7ab-660f-41da-b20f-4efbc087770a", + "f9820ee0-d054-46e7-9417-94807d8aba6c", + "74250dae-2c40-4f9f-8ade-dd4c49168d27", + "7f16dab4-0a09-4095-a484-5a16272fa4ff", + "844305db-77db-4e77-a282-1fd7a1f22d09", + "c93db849-8177-4916-b366-895efd10c130", + "1d2a02b9-6287-40b5-8d7d-db7f601f810b", + "c1b084bb-0a75-485b-9e8b-640b2baba64f", + "42a01f01-5124-4923-ae21-9925c830df7a", + "a646e622-aad5-4791-82c2-b2755dee8f6b", + "9265a147-d6b5-43e3-95e7-ff151bf8f37f", + "381a3bf6-1721-4e5c-8e03-1ebd21f2f689", + "e9562ea2-bf51-4ed6-bdf2-95881ead20eb", + "299d8760-4e3b-4a57-92cc-43774874b412", + "3b90f922-739c-4562-b545-995941dc5188", + "c2aa1b76-4e06-4b33-b4f4-5f54d6681559", + "bfe049da-6915-429a-9622-b091da1b7991", + "7509d0c9-ade3-4132-b26e-230b6b8ba52b", + "f6a25ea2-c332-4247-a393-a45d1c129b27", + "f6ea5544-e2bb-4870-9402-6db3491319d5", + "c2f96893-bc6e-488c-aa4a-6c121a3aaf3a", + "2cca076d-0c7a-486c-8263-cc03d797229b", + "da14747e-da3e-4da5-ad05-cfc16c5b055c", + "d5b3fd52-f210-4d16-947e-4da9521ba6ec", + "9202fbea-63af-405f-94aa-f158cced425f", + "edc6f76d-f0f0-42d2-b0e0-5f329ae76507", + "b0b90472-62a9-4a23-8440-a241b2b77b59", + "d32f8610-0f91-4e03-ba6b-b85e7c7cad7e", + "7c185c80-7fda-46a2-af82-844e13c8369a", + "1f7b9ac0-9fb8-4417-b63b-2a974c08bfe2", + "f8e5db5f-0e0a-4f25-aa8d-ef7af4fdcdcf", + "2a6e629c-7dc5-43e5-8bd5-5d34733ddc52", + "5ebcaf46-9d5b-4f73-8e26-db08da3c293e", + "27529293-c6bc-4d73-9f26-1038d2f1a7e0", + "f5c34cbe-ebd1-41b9-b51d-042759ad9389", + "c67243f1-ea8e-4bca-95d0-f792d1d52306", + "da2c7e32-8101-42cd-9f82-bf8276a0e0f5", + "d6044c99-4e28-497d-965b-3a3f3cae4aa6", + "429c54c8-9102-4da3-8d2c-e62efb65a1fe", + "9b08dfc6-7c90-4ec2-8c6d-ada7092571ea", + "3d8a0689-25a7-48f1-8b4c-fb788c9ae199", + "dc3ac00f-3157-4c06-b9ee-9109c2a6e490", + "122b2a06-eff8-470c-b7b5-41c585ca4b5e", + "7a26dddf-1e2b-48fe-ae66-7f3eab064dff", + "fbae9953-727a-49bb-a246-7f491df5b538", + "d060e26a-ae50-4ffe-baff-8fbdcd7baebf", + "dfe18aee-c022-4fd1-8951-8849a91f0f65", + "b048bc65-8a7d-496c-8e05-fa422e17dda8", + "6d800a98-0384-4b4b-affb-8f1a5c0c7fbf", + "a381aff7-d894-418b-a82f-a11529c50c5c", + "34187fc3-c12a-4707-a31a-e740b2ede64c", + "156bbd03-4c52-467e-aba3-d7312fafe802", + "56246a80-b00d-4c6c-b8d8-1fd7f0d6f02c", + "96586341-31c4-40fe-b601-a3e5c6fc99a4", + "cca591b2-8947-472e-aee8-0ebaef328d7b", + "d0f01aa3-d667-4cc0-ac1a-750e9cd025dd", + "f29683ff-ae37-45fc-8b89-98bfd305079e", + "78285545-6778-4f76-9fac-7a41052422f0", + "753df247-ec4f-4aab-aa26-038b858c9b33", + "cf6827ba-1155-4ef6-870b-0243ed306ef4", + "2bd3e768-f172-47f4-937b-02f72f951167", + "8a2fd053-6675-4001-8936-bc516c93984a", + "706868b1-0aeb-41fb-bb83-2c75cd475f64", + "13535bc8-7a6d-4cdd-a5ac-ae638f3d8f52", + "6d11d50d-3827-4bb4-9fc3-37abf885212c", + "2ac70d69-4472-48e8-b129-8ad6ca9e404b", + "e37a3eff-a2d7-48b6-8b59-19b4f2b29349", + "247b3610-17d2-4255-9c77-0c72d5fe9787", + "6fb06b66-4b91-4f2e-afbb-faf4a731fb53", + "5bae9616-1618-4f2f-a865-e5183e524955", + "901447f6-e59f-49fa-bb18-518fabceaa63", + "f6d20ce1-bc99-478e-b136-ed2ab6387b37", + "1e0e6ae6-14c9-4b98-8c82-e51b8e020dad", + "2035d14b-a75f-4d7a-974c-c91059771b0a", + "6791f4f1-0c2b-48c4-abd9-694d51161016", + "9722ce49-7c16-424b-880b-cf053f2249c8", + "65a8d9de-ce79-4db9-a626-6f73cdfb2b50", + "c58e78ba-9695-4fc3-93e9-b0d473b71153", + "27528bd0-71bf-41ed-ba41-4564702e1a78", + "c56edc0e-94ec-49d4-bdc9-ca0b0066376c", + "a8c82975-fdb3-46d4-8f6d-1f17184cc35e", + "fece3713-4d06-44f2-b81f-9b31cbc7aabe", + "6cbf5a20-efea-4cc8-8d7b-6ce1811d789d", + "cceb5f6a-f3aa-4b96-9191-cd0c6afff9f1", + "ef9f80f9-09d9-4042-a765-9073f1962de6", + "00bd06e2-d7ab-43c6-b36e-7dbc67e2c56c", + "76c290d5-3eb3-41b8-807e-7bb3d81e6059", + "d979a82e-fd3e-4d93-a1bf-156fc49f088b", + "d110ec31-4ea9-41aa-95bb-75437acd3db4", + "8b662606-9410-42fa-946d-b7102622a84e", + "380ce293-9524-40a2-b8ec-01f51a014d18", + "e710fe97-7691-4146-876d-77b590679491", + "4968f032-80f9-4e92-9ae6-2562a530ce2d", + "ca4db7e5-289a-40da-9df0-3fb0e24e4226", + "cca53e49-6775-406d-b869-3d223b0f729d", + "279d8e21-9292-4fae-9d26-7b3831087ee2", + "56accddc-6d07-4df0-ae61-0ada4805f78e", + "9e9cb9fe-1a87-46c6-8ea5-849e91803b45", + "a12e8201-223f-475a-9ede-4e3868b8d20d", + "feff8760-bff0-4821-8ac2-7d5b2fcf1e42", + "141f500a-6ec0-4d5a-91fa-c82a5cb66012", + "3cf48758-6694-4577-a8cd-90e1f161367a", + "ca454f8e-e09a-45c9-89ae-b6bfc3ba0776", + "f766b07b-5f0c-4386-a465-d6d5b9321f9a", + "ff0cabde-f3ba-455b-8661-99b2b1c58363", + "7bd48fd4-9e9b-4a08-ae44-e7886d7b450d", + "c8d9411e-ebc5-4857-964a-7670bb0bdd6b", + "ab478aba-1908-47ac-93a3-275922dc428e", + "342076d1-76f8-44e6-b6c7-143020c30c7d", + "c99ef744-bea3-4c48-b411-779110406ee1", + "f6ef2c17-3a6d-4006-9b37-489a6fd15221", + "a733469d-fcbe-45ed-a7b7-74e6c524a0b9", + "d0236556-643c-4482-b417-4d959c04ef67", + "70993ad2-96de-4c08-87e8-560033eed59b", + "674faae9-0857-4d7e-9a5f-308606b85f15", + "2d8f091c-cd31-4103-89dd-e677754bb5c1", + "3544f48b-9a8b-480b-a8b6-f62e254e8825", + "183937ae-e168-41c9-822d-aa97fb7e9752", + "1930736d-d975-4356-ac30-1ad78d18c2bf", + "b51b4600-8791-42d1-a065-9edb9f9a3b47", + "f67f6f65-1968-4c64-8fd9-38a67aaf98f2", + "73b18dbf-4850-415a-b227-42facf4cbacf", + "9d45251f-201e-4181-9208-e0508edc2974", + "c27a6357-516f-4c6b-b80f-ddae14c85b3d", + "ac9830ab-eacd-4482-adb0-aef0e83b0b7e", + "6cfb7897-3f16-481d-b0bf-44dd2c25ded5", + "09169249-10d8-4c9a-aeba-02674cab15df", + "49cbc44d-d813-4604-80e2-4b6202871cac", + "cb0b07bf-8e4e-434f-9abc-3eac4c41e16e", + "d1b913ec-4e0c-496f-be26-eeb697b60b77", + "08e64f1e-51d1-417d-b56e-1366890da945", + "76ba4b57-66b8-4b28-ae24-45fa9ecd5ef5", + "a08c4fb0-4c02-4acd-b78d-3a46bd5aee38", + "36f01f14-f975-4a66-9ea1-c2d308b779db", + "8849f193-05ca-47f2-b664-d253f7beeb0c", + "b186cd64-c327-47b6-aee9-ced522af97e9", + "ea529610-c4a0-45d7-aaf9-03f6c362c2f7", + "35694a11-91ad-4780-b968-16d6e21121eb", + "f6f9a6ad-190e-44aa-96f7-b6fd2ccf22ba", + "c8c0af34-561b-4948-9cd2-d08f873e8561", + "be90d5ae-5722-45f0-a0fd-35a55b6e5eb2", + "b19dc6d8-a1a9-4ac5-830e-35830e4cf299", + "b7f6ac7f-c0b5-4c08-a924-ec1077847692", + "36b3680e-40f2-4f57-b30a-003369bf1523", + "1e122645-03d6-4b52-ac1f-971cdf66589e", + "616b3c22-64e2-455a-9b9d-89608bdbe4fb", + "6fcd6ebf-718e-40a8-8602-9d24f3925ee4", + "03cd0096-9384-4b96-95dc-7efbcdafd49e", + "01d7d18c-c637-4579-b508-70315c2fe4c1", + "63d82390-d0d4-4f90-9607-bcaabb9872c1", + "8df9705e-bc9e-402c-bd48-f9cbd80dbfed", + "db829445-f82d-4e8c-bf32-fa990dbb75cb", + "3f399b16-f1b0-4735-aad0-037d567b7c31", + "07a94b78-6eea-4d8f-b3e5-1bd4df7df27b", + "70d99e6c-c91f-4554-8c26-6db7445d72b9", + "63a07cee-25c6-4a4f-82a4-2f94f2fd97cc", + "446e3e64-f003-4671-af21-95dd3b947f5f", + "020ecd23-8baf-4800-bf0d-ddcc2311ce2c", + "864bf1f7-8e5f-4f5e-b635-0f052a18817f", + "48b319c3-522a-44dc-a2eb-bba96b6a9253", + "4829f88c-b9b2-4a95-87bb-cfec74123dd8", + "29f16624-6c52-4175-9b27-55628056e13a", + "07dc12d7-6566-402a-90e5-2b8e73e873bd", + "c87b5ab3-1fa6-40c2-8f95-6d67881c27f3", + "4dcfc328-3bca-4b65-9913-0b59222cce56", + "ac73df05-2eab-41e7-8fb1-bca300c3594f", + "eb35a7e0-6a2a-4db3-b185-ff86e1436f6f", + "d41c6a9b-90f7-49c1-a306-d140fd328fb1", + "4fe1ec51-2bfa-4252-87f3-d0739497c61d", + "da2c4a5c-28c2-4639-a649-7563c8d54784", + "b710dfd0-5937-492d-aaec-92fb32011651", + "b384b269-5341-47a4-95de-38760b79f8d7", + "e231ed4a-4cb8-4b4e-9dae-1cfb83792dcf", + "076afe1e-268d-4d5d-93fb-d7313105ba8e", + "9bd11925-7ae5-4d2b-ae03-570b123cc57d", + "97def75d-99f3-4dd5-9bdd-057b471e77b0", + "adde390f-ce1c-41c8-aa00-17bb0455827b", + "837f2228-2d04-4f13-91af-548c1247ad7b", + "c0ed4573-e04c-4b22-bdd9-a0bcea735cf8", + "371bda0d-7e6c-4288-83c4-f6c1d145e105", + "bb39acf7-4db5-4089-a4bb-80cf14cd87bd", + "2148635d-cc39-4625-bb93-85b36b5ee9b8", + "1bcdf06a-c75a-45c4-8bca-a8dcf5a73b84", + "efd9252b-8596-458f-aa89-d488643224de", + "588ab20f-bcba-4917-a87b-dce954c64780", + "5eef1537-d2cc-4f7a-a53e-c1ac74801a28", + "492e11ce-5732-4fc4-8d37-df1ad7a427de", + "ff8d6239-afac-4b6c-8e1c-b3536dd92d20", + "36cef7ad-13f6-44ed-b66d-99a7c775142a", + "efb964c1-176d-4a02-8bae-18e2fd730195", + "28d7b820-ff80-4337-be71-64e35a80a601", + "6666675f-fd41-44d1-93c0-21203762f76c", + "cfeb6eec-8d7e-47e6-8f32-891ac429ba7c", + "99170923-3b6b-4bdf-ae86-f760ad679487", + "2d411244-a32e-4309-9312-7ee075ca47e6", + "adee10f8-bb54-4b3b-b918-ab5c7c22d9fc", + "1465f359-4d0b-4494-9783-afee6636c146", + "edb3b255-f464-419c-b1df-d02ef2354ca4", + "cdde7841-c868-4be3-a143-4c72695d3e5d", + "2ec66fe0-7907-445f-bc3f-7a158d477f34", + "1edde3ac-820f-4b4b-9132-18960d571f0c", + "266cde7e-4a07-49e9-957e-c0563325236a", + "fd6f9d5a-f25d-4da6-b936-da746aaa0e05", + "04065b61-ff1b-4b2f-97c1-ffe825245977", + "590971f4-4647-44c9-a337-9c1755158246", + "61e18416-71f1-4b86-8eb7-7babc52c2b8c", + "586e949d-9170-45dd-82a0-96e42b8a375f", + "7684b027-8d55-4d72-bdc0-f0c7040a0726", + "bf0843d8-90c5-460c-8f85-c92197cf6c45", + "7320fbb6-8588-45e1-86a9-fb23f5b578c6", + "f481dec0-5c4d-4244-a43f-1d6dd99a78d6", + "0ad2fde8-7288-4c9f-9c17-22078f5727b5", + "d0d67ebd-acf7-4c7b-a50d-66c1014c0960", + "b2f14389-53d0-45d8-8353-1ac877dea2b3", + "73560534-64a2-43f9-bdf0-44911ca6587b", + "a1d2af13-811e-4307-9fc9-a51c0e943492", + "6d5f90b5-0cbc-462e-9b5f-c60ecf6d5077", + "0e9b00aa-15fe-4d2e-9d4d-2d4d42c3f49a", + "cbab95f1-0a46-4460-af6b-9ceb20247c97", + "e6abc111-8293-4be3-a1cf-bd9df5ea4d0f", + "c2f6a98f-87c4-466a-9e7f-dd46193d5ba4", + "e6ecf250-6e4f-48de-aef7-0b3b49e090cf", + "f766c31c-b81e-42ac-b09b-85f61791d7a8", + "f649a8ee-89dd-4f45-a0f3-fe60bd5fee23", + "b8061771-1c91-444d-b8d6-d8341e6fb49a", + "e8c58d36-e763-4d5c-be75-23278489f724", + "7db0054e-6ca5-4e6a-87a3-8b88ea818727", + "81766f74-b69b-4258-bda4-5710e2055387", + "f54b0155-655e-43c4-a2e4-703000fd3c22", + "cb61bd3a-daef-41af-be7f-2407da00d6ba", + "e04c2ec4-d803-45eb-a25f-af9b9d1e44f5", + "03a1d59d-921c-4afd-ac58-1ccb2a73a48b", + "117587a8-0d3c-4215-baaf-c79e03568934", + "62323a62-874c-48c0-a37e-a2ba15ddb783", + "736927ac-27a7-41aa-ad02-a340d5a5475e", + "90c447fe-dbb6-4719-87fd-ab19286f3eda", + "4ad0ecd8-5200-4de3-936d-c7c10f90387b", + "4d6fc982-2d19-4c08-bd86-c80dfcc00050", + "d47ca285-152a-4d12-8044-c88677d7a86b", + "38688537-680e-431f-9e97-c6a6c737fb16", + "795de634-656d-43aa-a01a-94f556fb0781", + "37897f6d-8fba-4e82-acf4-c5592cfe982f", + "9cf1b65b-b3a4-4a1e-9618-f35a3096d18d", + "f6b05656-9193-4217-9de9-669f853518d8", + "63cc6265-767e-4eea-86c2-a4c7335e1b47", + "f025f9d1-57a3-4d37-b3b3-08b4ab589f4c", + "10832634-2895-46d1-b5fa-7c8f07b0dcb7", + "585b7077-4148-4d28-aa69-f204e9710dec", + "07a846c9-d2e6-4303-ac4a-a47219133400", + "d5dad55d-72b9-4c06-b799-21e5f7652834", + "04f43eff-ccdb-45e7-9508-2254fb5e88a3", + "ce60f7fd-fb1f-492f-aabd-82f01130fde3", + "8c16b2cd-7103-42f9-b026-b9a783fb7e95", + "6051cbf8-d961-4df1-91ea-196a891b2f50", + "27b02b95-b884-4773-9178-4d67a73d6c31", + "68963a52-a1c8-42dd-b89d-b7b2b3515783", + "bf2f09f6-1d47-4020-8786-a5c2f85e060e", + "174687f3-8e11-4650-be48-a94c5a1dcb63", + "c6161c59-db0b-496d-996d-7dad245e73ba", + "42e17ce2-5d58-4b3a-ae9a-0f350ee50c60", + "498a0166-5674-480d-9b41-614bd24aac58", + "b6351d10-c1ed-4548-8094-4fee252008ea", + "d03a580b-d86c-420d-8528-a347aafe37d6", + "131c4123-4ad0-4524-8a2a-de16ab6ac488", + "8dc7629b-ef70-4221-b705-88552fd5de71", + "a07d97c1-4d5f-4269-b8b5-0475ef57b083", + "13dcc76a-471f-44b1-84a3-122225822ce2", + "6cbb8eb0-0146-4733-bfe2-0e3295299e7b", + "d5530897-7859-4d88-bd57-2fc17ec461fe", + "c312501c-2215-4114-afc8-16e5d41f7537", + "c1b5aaba-de42-424a-9a95-f209997331c9", + "0057c5c3-c8e2-40d2-969b-b925a8eae099", + "1d9e4638-d3e2-4f1f-9316-90f564788d5a", + "18b3f0cc-3f6d-497b-96cf-6ebef20dca59", + "919c87a0-b6c6-422d-a627-3708c00c5a3e", + "7dc7038e-f685-4dc0-bb85-d05f730329dd", + "95e6988f-1f4d-4f0d-8217-f835e9daac50", + "9d355e09-b3cd-4e42-8794-63d311cc1c96", + "4a5d9957-4a94-4216-bfa8-7d4298d9ee7c", + "8adb9e60-4593-4523-8dce-296e01ec9446", + "a883edb7-ff38-4eb6-a541-0d83ae43adbc", + "85a5a358-1002-4369-bd0f-0a10fa4fc278", + "f28d3feb-7207-4b2d-9e73-a78200872a7c", + "96c71bdc-4b5c-43f9-8201-74a0a9b8e20f", + "75773e32-bdaa-4e2b-9d1f-68004421997a", + "6a800f68-7b22-4b7f-9d52-b3ef540e20e6", + "30a13ed1-6a73-4932-9534-e1ea618832b7", + "e77e5d94-c132-4da6-be77-bb8c71997709", + "27d97fc3-0ae3-44f4-a3ac-4ff36509013f", + "4faf18ac-8eb3-4bbe-ab4c-0a46432844e0", + "f477b842-d8c8-4dcd-a4fa-dc117b011033", + "ac922189-94cc-4398-ade2-670410ec62da", + "74d4d6a6-cec9-498f-85c3-dcbab360456d", + "e721374b-000b-4540-a12a-188889747dfc", + "0cf191f9-74d7-4f0d-9de8-23742b484970", + "0006aab9-e100-44ef-9219-870b29037e11", + "5bfeb92d-1aa9-4641-8e33-bfef66a10906", + "496f2385-f799-47f0-b1af-7918a361ff55", + "de93979f-74ac-499b-832c-c081f62ef369", + "7f66cf63-d35c-4e4b-8e1e-e9b64ec2b13b", + "8d82c9f5-9b42-4a62-a303-346f440ab73b", + "6c6c8788-9f06-499f-98e0-6b570211ffa9", + "01a8a26e-ad79-41b2-8e0a-6ed9c017267a", + "f7e5c533-fb26-4430-889b-71773515a93c", + "e7287b61-e365-46d0-83a2-878a6be8c9f1", + "0fc197ce-3216-4880-bb18-e46d7449eccf", + "e91e6214-74d8-44dc-9279-a7e74455efb2", + "16fefa27-f458-4657-8b66-17bf757571ce", + "b5183903-b64f-42e0-b240-a8dddcb076cd", + "49ebadc8-fec8-4c3f-a9e6-d93f97d31b81", + "7d6ae2de-8dde-4a38-8fe9-1ca476d6b1cc", + "f88f0ad5-4638-47c6-836d-208254418517", + "da4f6a30-0fc2-4111-bed8-c044b281035f", + "9494e0c2-481a-4345-b95f-76c0ce292469", + "5401eb68-efff-4472-8560-c947aa5cae80", + "3b48172f-47c3-4c26-be50-8a9b76bdaace", + "07a5c143-f399-4ed9-9f05-d6e1009d9dfe", + "a1ae12ea-64ea-4d16-8df1-82743fa9ffec", + "a1d990f4-9ae3-4da0-ab98-325d2b599473", + "6941ea78-d32b-4382-b2a0-7617b99b5586", + "e52b748e-da53-4d59-850a-3744ec3a1761", + "a3d595a3-6ac7-43d1-906c-2f2186999f00", + "eb5e99dd-9508-402d-af86-64196b015bf6", + "2d8c1e0e-2f4d-4c8f-ba8d-6c03e381accd", + "ff7a2c09-5ffb-438f-bd68-0385d0dc68df", + "f21ca939-ae47-43ac-ae97-9b443906a9e2", + "f578feec-9988-47ec-8c2f-5db9d877fc2b", + "c0fb0f9e-72c6-4a52-9569-59378c1b106b", + "6358aa51-127a-410a-8632-6efe3ca1bb73", + "e4e1c431-d23b-4ba1-a98d-152a929faa01", + "28d2e121-d812-484f-9e84-b614afd9eab0", + "019ff2a3-a086-4d04-963c-346e42688aa5", + "fa6e73aa-2eb9-4c62-b28a-647cd260ce28", + "54b90f9f-482e-404c-9b41-d88ea789b159", + "de642ced-c59a-44b8-8f6f-f31be0789f1e", + "1a35793a-34fa-43e1-abb9-4f09f437c9b1", + "83a02d96-c975-4e7b-9a99-9846337f7395", + "335f1b1d-d829-46a3-ae3b-9231a2f4d5ed", + "4a7a5b77-ebf6-4bb2-9811-7d55214ca21e", + "e5fddb85-7857-46cc-ab75-f67237743f7c", + "898c680e-1799-4f72-97f2-ddd93462eeee", + "91ccecc7-6c5c-472c-9def-0a93d2a491f2", + "bba24e1b-7bbe-40d7-aac0-e077af412780", + "1447ef95-3ea9-4294-85b6-7b9810124a6a", + "f83ec023-346f-4012-9a33-58904292d5bd", + "2df0eae6-5cc8-4658-942d-d1bb538c0110", + "0511028c-483e-45ca-a718-7ed31fad22df", + "1006fe2d-1c50-495a-9a72-b3961e3c33b2", + "863b06f3-befd-44c6-af5b-3057577082db", + "e0d5c635-2ad7-4259-9bb2-59d27ded5461", + "97ca922d-a59b-4b05-bea0-c704db74b3c8", + "ab616e27-6859-4618-8e3b-1179a5e1cf68", + "5c572921-0bd2-4b1e-8903-30dc2895cd63", + "e5d1aba1-66ac-432c-92d3-eefbd58fb8d5", + "97ab518c-0f69-4630-865f-7afdf5069f38", + "dd1b829a-4edd-47e3-a0ad-b32d6d48ecb3", + "fbd1d3a8-c0c0-4aa3-b9ed-67f04f42fff1", + "15a82908-ea31-4b3b-9781-73859ec3ce77", + "049285f1-1586-4bae-ad05-5d169bfe5641", + "408f745e-d8d9-457b-8eba-614b258d06b6", + "51a2ed09-c920-4944-9be6-a040346a23aa", + "f9157d66-a740-42f9-8f84-b9e373a22ddf", + "ada4d81f-a709-4f37-ab54-b1fa88b14c3b", + "97b4205c-41cd-476a-b1d9-f93134ce5591", + "47afd663-4b94-4736-a591-8b35f3af8d16", + "dc9a856c-539b-4430-a384-a983c3dbba8d", + "34422ce2-32f5-48a4-aae2-a11ca2907585", + "04be6f8f-8955-4560-8a83-0a6595988dac", + "78c41d26-e87d-4ae9-be95-457ecdde9aca", + "948bf5a6-e25c-4c93-b78a-730686fab553", + "72fb41c5-ce86-4a95-b413-cd131f5bd39b", + "d30f918a-0968-42e4-99b5-79da12edb7c4", + "86f000c6-9fa8-4921-8ad8-3ffdecfb2e48", + "a302479b-501a-4ca6-9b5d-4c1c5caa401b", + "aa847dba-f848-487a-9075-c71536a8b48d", + "527a476d-a411-4a66-b1b1-3df62f5709cf", + "39121f45-4018-43bf-bbab-bef8562634eb", + "7a987706-f391-480b-8b39-67e5cbeee274", + "ec1fcb31-dfb4-4826-8f51-4c2cb39a0531", + "21895d0d-fa0f-479d-a43b-81885abd391d", + "39f12695-feb1-4b56-890e-db3fc5f9a4cb", + "37e0fc2b-2342-4250-a251-3c5d46fdfb2c", + "ac2bd46e-2c26-461e-a249-f1a3ed15e81e", + "ecc4a210-d046-4b50-8385-5421e7d9d924", + "07f55efb-a55e-4e23-80e5-adbeb8bf0bf4", + "8715cd2d-a9fd-4bc5-8ee0-79e8e6f25980", + "20ca8811-0aa3-4958-855a-8d13d89bfb08", + "2f8f6958-6f6d-4b92-9153-01cac5e4cf9c", + "755d5a7f-1301-46e5-b8f6-503355c5e7b1", + "aebf3f83-af4f-43df-8277-05712c210052", + "6d0e6bae-738b-4e61-86ad-b4e825f0066b", + "566648df-5826-4be0-ae0d-76dd631b014e", + "f147b814-a731-47b9-a983-1e871fb8522b", + "6f94df50-5d2d-412a-989d-c65ac4da45d5", + "92ae71da-67cc-496d-86ec-ebd8cef46dd8", + "385dcaf2-dc2f-4861-9306-657b8840aca0", + "85c49990-8219-4531-a434-5f6e3734263d", + "2829f1ac-9bab-4c1a-9fca-515f094e57e4", + "b485d3e8-aac0-4e30-8bbe-37224284efee", + "11a0405b-ca08-449e-9f56-94961b6765cb", + "96f193a8-97f3-484e-b5a3-3b1885adc166", + "91c31148-0c33-42c4-a10d-23ee9d4c7c77", + "e7e67e1d-993b-447c-8ff1-7e831eae9292", + "eb54c67d-1aa5-4bae-ac10-b9c1e8e408ca", + "1e2a55f3-f2ef-44dc-9586-a3aecb2232e7", + "22e74b57-ea41-436f-ad07-bef44a6cc17b", + "ce40435a-8637-4dc7-9716-2e7dd4ca975e", + "035d0f3d-d126-4bcb-93ff-8489cfe1de88", + "3f4db4bc-f0b5-4cab-81ae-8a5d5fb4157a", + "28168fc0-f6df-4336-86ef-5e7a91183b78", + "11f02f04-5e01-4c80-a2fc-72aa2a00c95a" + ] + } + ] + }, + { + "path": "WindowLoggerTray\\WindowLoggerTray.csproj", + "startingProject": true, + "issues": 0, + "storyPoints": 0, + "properties": { + "appName": "WindowLoggerTray", + "projectKind": "WinForms", + "frameworks": [ + "net10.0-windows" + ], + "languages": [ + "C#" + ], + "tools": [ + "MSBuild" + ], + "isSdkStyle": true, + "numberOfFiles": 2, + "numberOfCodeFiles": 2, + "linesTotal": 291, + "linesOfCode": 291, + "totalApiScanned": 0, + "minLinesOfCodeToChange": 0, + "maxLinesOfCodeToChange": 0 + }, + "ruleInstances": [], + "features": [] + } + ], + "rules": { + "NuGet.0002": { + "id": "NuGet.0002", + "isFeature": false, + "description": "NuGet package upgrade is recommended for selected target framework.\n\nStandard .NET packages are recommended to have versions matching version of .NET that project targets.\n\nSome other packages also are known to work better for selected target frameworks.", + "label": "NuGet package upgrade is recommended", + "severity": "Potential", + "effort": 1, + "links": [ + { + "url": "https://go.microsoft.com/fwlink/?linkid=2262530", + "isCustom": false + } + ] + }, + "Project.0002": { + "id": "Project.0002", + "isFeature": false, + "description": "Project\u0027s target framework(s) needs to be changed to the new target framework that you selected for this upgrade.\n\nDuring upgrade target framework will be adjusted to corresponding platform when applicable. In some cases project would result in multiple target frameworks after the upgrade if it was using features that now have their own platforms in modern .NET frameworks (windows, iOS, Android etc).", + "label": "Project\u0027s target framework(s) needs to be changed", + "severity": "Mandatory", + "effort": 1, + "links": [ + { + "title": "Overview of porting from .NET Framework to .NET", + "url": "https://go.microsoft.com/fwlink/?linkid=2265227", + "isCustom": false + }, + { + "title": ".NET project SDKs", + "url": "https://go.microsoft.com/fwlink/?linkid=2265226", + "isCustom": false + } + ] + }, + "Api.0001": { + "id": "Api.0001", + "isFeature": false, + "description": "API is binary incompatible for selected .NET version: affects existing binaries, often requiring recompilation, because the API has changed in a way that prevents older binaries from loading or executing.", + "label": "Binary incompatible for selected .NET version", + "severity": "Mandatory", + "effort": 1, + "links": [ + { + "title": "Breaking changes in .NET", + "url": "https://go.microsoft.com/fwlink/?linkid=2262679", + "isCustom": false + } + ] + }, + "Api.0002": { + "id": "Api.0002", + "isFeature": false, + "description": "API is source incompatible for selected .NET version: requires code changes to compile successfully when targeting a new version, such as removing obsolete APIs or changing method signatures.", + "label": "Source incompatible for selected .NET version", + "severity": "Potential", + "effort": 1, + "links": [ + { + "title": "Breaking changes in .NET", + "url": "https://go.microsoft.com/fwlink/?linkid=2262679", + "isCustom": false + } + ] + }, + "GdiDrawing": { + "id": "GdiDrawing", + "isFeature": false, + "description": "System.Drawing APIs for 2D graphics, imaging, and printing that are available via NuGet package System.Drawing.Common. Note: Not recommended for server scenarios due to Windows dependencies; consider cross-platform alternatives like SkiaSharp or ImageSharp for new code.", + "label": "GDI\u002B / System.Drawing", + "severity": "Mandatory", + "effort": 1, + "links": [ + { + "title": "System.Drawing.Common only supported on Windows", + "url": "https://go.microsoft.com/fwlink/?linkid=2341701", + "isCustom": false + } + ] + }, + "WinForms": { + "id": "WinForms", + "isFeature": false, + "description": "Windows Forms APIs for building Windows desktop applications with traditional Forms-based UI that are available in .NET on Windows. Enable Windows Desktop support: Option 1 (Recommended): Target net9.0-windows; Option 2: Add \u003CUseWindowsDesktop\u003Etrue\u003C/UseWindowsDesktop\u003E; Option 3 (Legacy): Use Microsoft.NET.Sdk.WindowsDesktop SDK.", + "label": "Windows Forms", + "severity": "Mandatory", + "effort": 1, + "links": [ + { + "title": "Windows Forms on .NET", + "url": "https://go.microsoft.com/fwlink/?linkid=2341906", + "isCustom": false + } + ] + } + } +} \ No newline at end of file diff --git a/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/assessment.md b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/assessment.md new file mode 100644 index 0000000..19e42ef --- /dev/null +++ b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/assessment.md @@ -0,0 +1,355 @@ +# Projects and dependencies analysis + +This document provides a comprehensive overview of the projects and their dependencies in the context of upgrading to .NETCoreApp,Version=v10.0. + +## Table of Contents + +- [Executive Summary](#executive-Summary) + - [Highlevel Metrics](#highlevel-metrics) + - [Projects Compatibility](#projects-compatibility) + - [Package Compatibility](#package-compatibility) + - [API Compatibility](#api-compatibility) +- [Aggregate NuGet packages details](#aggregate-nuget-packages-details) +- [Top API Migration Challenges](#top-api-migration-challenges) + - [Technologies and Features](#technologies-and-features) + - [Most Frequent API Issues](#most-frequent-api-issues) +- [Projects Relationship Graph](#projects-relationship-graph) +- [Project Details](#project-details) + + - [WindowAnalyser\WindowAnalyser.csproj](#windowanalyserwindowanalysercsproj) + - [WindowLogger\WindowLogger.csproj](#windowloggerwindowloggercsproj) + - [WindowLoggerConfigGui\WindowLoggerConfigGui.csproj](#windowloggerconfigguiwindowloggerconfigguicsproj) + - [WindowLoggerTray\WindowLoggerTray.csproj](#windowloggertraywindowloggertraycsproj) + + +## Executive Summary + +### Highlevel Metrics + +| Metric | Count | Status | +| :--- | :---: | :--- | +| Total Projects | 4 | 1 require upgrade | +| Total NuGet Packages | 5 | 1 need upgrade | +| Total Code Files | 8 | | +| Total Code Files with Incidents | 3 | | +| Total Lines of Code | 1606 | | +| Total Number of Issues | 1417 | | +| Estimated LOC to modify | 1415+ | at least 88.1% of codebase | + +### Projects Compatibility + +| Project | Target Framework | Difficulty | Package Issues | API Issues | Est. LOC Impact | Description | +| :--- | :---: | :---: | :---: | :---: | :---: | :--- | +| [WindowAnalyser\WindowAnalyser.csproj](#windowanalyserwindowanalysercsproj) | net10.0 | ✅ None | 0 | 0 | | DotNetCoreApp, Sdk Style = True | +| [WindowLogger\WindowLogger.csproj](#windowloggerwindowloggercsproj) | net10.0 | ✅ None | 0 | 0 | | DotNetCoreApp, Sdk Style = True | +| [WindowLoggerConfigGui\WindowLoggerConfigGui.csproj](#windowloggerconfigguiwindowloggerconfigguicsproj) | net48 | 🟡 Medium | 1 | 1415 | 1415+ | WinForms, Sdk Style = True | +| [WindowLoggerTray\WindowLoggerTray.csproj](#windowloggertraywindowloggertraycsproj) | net10.0-windows | ✅ None | 0 | 0 | | WinForms, Sdk Style = True | + +### Package Compatibility + +| Status | Count | Percentage | +| :--- | :---: | :---: | +| ✅ Compatible | 4 | 80.0% | +| ⚠️ Incompatible | 0 | 0.0% | +| 🔄 Upgrade Recommended | 1 | 20.0% | +| ***Total NuGet Packages*** | ***5*** | ***100%*** | + +### API Compatibility + +| Category | Count | Impact | +| :--- | :---: | :--- | +| 🔴 Binary Incompatible | 1407 | High - Require code changes | +| 🟡 Source Incompatible | 8 | Medium - Needs re-compilation and potential conflicting API error fixing | +| 🔵 Behavioral change | 0 | Low - Behavioral changes that may require testing at runtime | +| ✅ Compatible | 841 | | +| ***Total APIs Analyzed*** | ***2256*** | | + +## Aggregate NuGet packages details + +| Package | Current Version | Suggested Version | Projects | Description | +| :--- | :---: | :---: | :--- | :--- | +| ClosedXML | 0.105.0-rc | | [WindowAnalyser.csproj](#windowanalyserwindowanalysercsproj) | ✅Compatible | +| Newtonsoft.Json | 13.0.3 | | [WindowAnalyser.csproj](#windowanalyserwindowanalysercsproj) | ✅Compatible | +| Newtonsoft.Json | 13.0.4 | | [WindowLoggerConfigGui.csproj](#windowloggerconfigguiwindowloggerconfigguicsproj) | ✅Compatible | +| System.Drawing.Common | 10.0.3 | | [WindowLoggerTray.csproj](#windowloggertraywindowloggertraycsproj) | ✅Compatible | +| System.Text.Json | 10.0.2 | 10.0.3 | [WindowLoggerConfigGui.csproj](#windowloggerconfigguiwindowloggerconfigguicsproj) | NuGet package upgrade is recommended | + +## Top API Migration Challenges + +### Technologies and Features + +| Technology | Issues | Percentage | Migration Path | +| :--- | :---: | :---: | :--- | +| Windows Forms | 1407 | 99.4% | Windows Forms APIs for building Windows desktop applications with traditional Forms-based UI that are available in .NET on Windows. Enable Windows Desktop support: Option 1 (Recommended): Target net9.0-windows; Option 2: Add true; Option 3 (Legacy): Use Microsoft.NET.Sdk.WindowsDesktop SDK. | +| GDI+ / System.Drawing | 8 | 0.6% | System.Drawing APIs for 2D graphics, imaging, and printing that are available via NuGet package System.Drawing.Common. Note: Not recommended for server scenarios due to Windows dependencies; consider cross-platform alternatives like SkiaSharp or ImageSharp for new code. | + +### Most Frequent API Issues + +| API | Count | Percentage | Category | +| :--- | :---: | :---: | :--- | +| T:System.Windows.Forms.Button | 91 | 6.4% | Binary Incompatible | +| T:System.Windows.Forms.DockStyle | 69 | 4.9% | Binary Incompatible | +| T:System.Windows.Forms.TextBox | 68 | 4.8% | Binary Incompatible | +| T:System.Windows.Forms.Control.ControlCollection | 64 | 4.5% | Binary Incompatible | +| P:System.Windows.Forms.Control.Controls | 64 | 4.5% | Binary Incompatible | +| T:System.Windows.Forms.TabPage | 54 | 3.8% | Binary Incompatible | +| T:System.Windows.Forms.TabControl.TabPageCollection | 48 | 3.4% | Binary Incompatible | +| P:System.Windows.Forms.TabControl.TabPages | 48 | 3.4% | Binary Incompatible | +| P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32) | 42 | 3.0% | Binary Incompatible | +| T:System.Windows.Forms.SizeType | 40 | 2.8% | Binary Incompatible | +| T:System.Windows.Forms.ListBox | 37 | 2.6% | Binary Incompatible | +| M:System.Windows.Forms.Control.ControlCollection.Find(System.String,System.Boolean) | 36 | 2.5% | Binary Incompatible | +| T:System.Windows.Forms.Control | 36 | 2.5% | Binary Incompatible | +| T:System.Windows.Forms.TableLayoutControlCollection | 31 | 2.2% | Binary Incompatible | +| P:System.Windows.Forms.TableLayoutPanel.Controls | 31 | 2.2% | Binary Incompatible | +| M:System.Windows.Forms.TableLayoutControlCollection.Add(System.Windows.Forms.Control,System.Int32,System.Int32) | 31 | 2.2% | Binary Incompatible | +| M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control) | 28 | 2.0% | Binary Incompatible | +| T:System.Windows.Forms.Padding | 28 | 2.0% | Binary Incompatible | +| P:System.Windows.Forms.Control.Dock | 23 | 1.6% | Binary Incompatible | +| F:System.Windows.Forms.DockStyle.Fill | 21 | 1.5% | Binary Incompatible | +| E:System.Windows.Forms.Control.Click | 19 | 1.3% | Binary Incompatible | +| P:System.Windows.Forms.ButtonBase.Text | 19 | 1.3% | Binary Incompatible | +| M:System.Windows.Forms.Button.#ctor | 19 | 1.3% | Binary Incompatible | +| P:System.Windows.Forms.ListBox.SelectedIndex | 16 | 1.1% | Binary Incompatible | +| P:System.Windows.Forms.TextBox.Text | 14 | 1.0% | Binary Incompatible | +| P:System.Windows.Forms.Control.Name | 14 | 1.0% | Binary Incompatible | +| P:System.Windows.Forms.Control.Padding | 14 | 1.0% | Binary Incompatible | +| T:System.Windows.Forms.DialogResult | 12 | 0.8% | Binary Incompatible | +| F:System.Windows.Forms.SizeType.Percent | 12 | 0.8% | Binary Incompatible | +| T:System.Windows.Forms.ColumnStyle | 12 | 0.8% | Binary Incompatible | +| T:System.Windows.Forms.TableLayoutColumnStyleCollection | 12 | 0.8% | Binary Incompatible | +| P:System.Windows.Forms.TableLayoutPanel.ColumnStyles | 12 | 0.8% | Binary Incompatible | +| M:System.Windows.Forms.TableLayoutColumnStyleCollection.Add(System.Windows.Forms.ColumnStyle) | 12 | 0.8% | Binary Incompatible | +| M:System.Windows.Forms.Padding.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) | 11 | 0.8% | Binary Incompatible | +| P:System.Windows.Forms.Control.Tag | 9 | 0.6% | Binary Incompatible | +| P:System.Windows.Forms.Label.AutoSize | 9 | 0.6% | Binary Incompatible | +| P:System.Windows.Forms.Label.Text | 9 | 0.6% | Binary Incompatible | +| T:System.Windows.Forms.Label | 9 | 0.6% | Binary Incompatible | +| M:System.Windows.Forms.Label.#ctor | 9 | 0.6% | Binary Incompatible | +| M:System.Windows.Forms.ColumnStyle.#ctor(System.Windows.Forms.SizeType,System.Single) | 9 | 0.6% | Binary Incompatible | +| T:System.Windows.Forms.TableLayoutPanel | 9 | 0.6% | Binary Incompatible | +| M:System.Windows.Forms.TableLayoutPanel.#ctor | 9 | 0.6% | Binary Incompatible | +| T:System.Windows.Forms.MessageBoxIcon | 8 | 0.6% | Binary Incompatible | +| T:System.Windows.Forms.MessageBoxButtons | 8 | 0.6% | Binary Incompatible | +| T:System.Windows.Forms.ToolStripStatusLabel | 8 | 0.6% | Binary Incompatible | +| F:System.Windows.Forms.SizeType.AutoSize | 8 | 0.6% | Binary Incompatible | +| P:System.Windows.Forms.TableLayoutPanel.ColumnCount | 8 | 0.6% | Binary Incompatible | +| T:System.Windows.Forms.RowStyle | 8 | 0.6% | Binary Incompatible | +| T:System.Windows.Forms.TableLayoutRowStyleCollection | 8 | 0.6% | Binary Incompatible | +| P:System.Windows.Forms.TableLayoutPanel.RowStyles | 8 | 0.6% | Binary Incompatible | + +## Projects Relationship Graph + +Legend: +📦 SDK-style project +⚙️ Classic project + +```mermaid +flowchart LR + P1["📦 WindowLogger.csproj
net10.0"] + P2["📦 WindowAnalyser.csproj
net10.0"] + P3["📦 WindowLoggerConfigGui.csproj
net48"] + P4["📦 WindowLoggerTray.csproj
net10.0-windows"] + P4 --> P3 + P4 --> P2 + P4 --> P1 + click P1 "#windowloggerwindowloggercsproj" + click P2 "#windowanalyserwindowanalysercsproj" + click P3 "#windowloggerconfigguiwindowloggerconfigguicsproj" + click P4 "#windowloggertraywindowloggertraycsproj" + +``` + +## Project Details + + +### WindowAnalyser\WindowAnalyser.csproj + +#### Project Info + +- **Current Target Framework:** net10.0✅ +- **SDK-style**: True +- **Project Kind:** DotNetCoreApp +- **Dependencies**: 0 +- **Dependants**: 1 +- **Number of Files**: 1 +- **Lines of Code**: 319 +- **Estimated LOC to modify**: 0+ (at least 0.0% of the project) + +#### Dependency Graph + +Legend: +📦 SDK-style project +⚙️ Classic project + +```mermaid +flowchart TB + subgraph upstream["Dependants (1)"] + P4["📦 WindowLoggerTray.csproj
net10.0-windows"] + click P4 "#windowloggertraywindowloggertraycsproj" + end + subgraph current["WindowAnalyser.csproj"] + MAIN["📦 WindowAnalyser.csproj
net10.0"] + click MAIN "#windowanalyserwindowanalysercsproj" + end + P4 --> MAIN + +``` + +### API Compatibility + +| Category | Count | Impact | +| :--- | :---: | :--- | +| 🔴 Binary Incompatible | 0 | High - Require code changes | +| 🟡 Source Incompatible | 0 | Medium - Needs re-compilation and potential conflicting API error fixing | +| 🔵 Behavioral change | 0 | Low - Behavioral changes that may require testing at runtime | +| ✅ Compatible | 0 | | +| ***Total APIs Analyzed*** | ***0*** | | + + +### WindowLogger\WindowLogger.csproj + +#### Project Info + +- **Current Target Framework:** net10.0✅ +- **SDK-style**: True +- **Project Kind:** DotNetCoreApp +- **Dependencies**: 0 +- **Dependants**: 1 +- **Number of Files**: 2 +- **Lines of Code**: 182 +- **Estimated LOC to modify**: 0+ (at least 0.0% of the project) + +#### Dependency Graph + +Legend: +📦 SDK-style project +⚙️ Classic project + +```mermaid +flowchart TB + subgraph upstream["Dependants (1)"] + P4["📦 WindowLoggerTray.csproj
net10.0-windows"] + click P4 "#windowloggertraywindowloggertraycsproj" + end + subgraph current["WindowLogger.csproj"] + MAIN["📦 WindowLogger.csproj
net10.0"] + click MAIN "#windowloggerwindowloggercsproj" + end + P4 --> MAIN + +``` + +### API Compatibility + +| Category | Count | Impact | +| :--- | :---: | :--- | +| 🔴 Binary Incompatible | 0 | High - Require code changes | +| 🟡 Source Incompatible | 0 | Medium - Needs re-compilation and potential conflicting API error fixing | +| 🔵 Behavioral change | 0 | Low - Behavioral changes that may require testing at runtime | +| ✅ Compatible | 0 | | +| ***Total APIs Analyzed*** | ***0*** | | + + +### WindowLoggerConfigGui\WindowLoggerConfigGui.csproj + +#### Project Info + +- **Current Target Framework:** net48 +- **Proposed Target Framework:** net10.0-windows +- **SDK-style**: True +- **Project Kind:** WinForms +- **Dependencies**: 0 +- **Dependants**: 1 +- **Number of Files**: 3 +- **Number of Files with Incidents**: 3 +- **Lines of Code**: 814 +- **Estimated LOC to modify**: 1415+ (at least 173.8% of the project) + +#### Dependency Graph + +Legend: +📦 SDK-style project +⚙️ Classic project + +```mermaid +flowchart TB + subgraph upstream["Dependants (1)"] + P4["📦 WindowLoggerTray.csproj
net10.0-windows"] + click P4 "#windowloggertraywindowloggertraycsproj" + end + subgraph current["WindowLoggerConfigGui.csproj"] + MAIN["📦 WindowLoggerConfigGui.csproj
net48"] + click MAIN "#windowloggerconfigguiwindowloggerconfigguicsproj" + end + P4 --> MAIN + +``` + +### API Compatibility + +| Category | Count | Impact | +| :--- | :---: | :--- | +| 🔴 Binary Incompatible | 1407 | High - Require code changes | +| 🟡 Source Incompatible | 8 | Medium - Needs re-compilation and potential conflicting API error fixing | +| 🔵 Behavioral change | 0 | Low - Behavioral changes that may require testing at runtime | +| ✅ Compatible | 841 | | +| ***Total APIs Analyzed*** | ***2256*** | | + +#### Project Technologies and Features + +| Technology | Issues | Percentage | Migration Path | +| :--- | :---: | :---: | :--- | +| GDI+ / System.Drawing | 8 | 0.6% | System.Drawing APIs for 2D graphics, imaging, and printing that are available via NuGet package System.Drawing.Common. Note: Not recommended for server scenarios due to Windows dependencies; consider cross-platform alternatives like SkiaSharp or ImageSharp for new code. | +| Windows Forms | 1407 | 99.4% | Windows Forms APIs for building Windows desktop applications with traditional Forms-based UI that are available in .NET on Windows. Enable Windows Desktop support: Option 1 (Recommended): Target net9.0-windows; Option 2: Add true; Option 3 (Legacy): Use Microsoft.NET.Sdk.WindowsDesktop SDK. | + + +### WindowLoggerTray\WindowLoggerTray.csproj + +#### Project Info + +- **Current Target Framework:** net10.0-windows✅ +- **SDK-style**: True +- **Project Kind:** WinForms +- **Dependencies**: 3 +- **Dependants**: 0 +- **Number of Files**: 2 +- **Lines of Code**: 291 +- **Estimated LOC to modify**: 0+ (at least 0.0% of the project) + +#### Dependency Graph + +Legend: +📦 SDK-style project +⚙️ Classic project + +```mermaid +flowchart TB + subgraph current["WindowLoggerTray.csproj"] + MAIN["📦 WindowLoggerTray.csproj
net10.0-windows"] + click MAIN "#windowloggertraywindowloggertraycsproj" + end + subgraph downstream["Dependencies (3"] + P3["📦 WindowLoggerConfigGui.csproj
net48"] + P2["📦 WindowAnalyser.csproj
net10.0"] + P1["📦 WindowLogger.csproj
net10.0"] + click P3 "#windowloggerconfigguiwindowloggerconfigguicsproj" + click P2 "#windowanalyserwindowanalysercsproj" + click P1 "#windowloggerwindowloggercsproj" + end + MAIN --> P3 + MAIN --> P2 + MAIN --> P1 + +``` + +### API Compatibility + +| Category | Count | Impact | +| :--- | :---: | :--- | +| 🔴 Binary Incompatible | 0 | High - Require code changes | +| 🟡 Source Incompatible | 0 | Medium - Needs re-compilation and potential conflicting API error fixing | +| 🔵 Behavioral change | 0 | Low - Behavioral changes that may require testing at runtime | +| ✅ Compatible | 0 | | +| ***Total APIs Analyzed*** | ***0*** | | + diff --git a/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/execution-log.md b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/execution-log.md new file mode 100644 index 0000000..9765a6e --- /dev/null +++ b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/execution-log.md @@ -0,0 +1,10 @@ + +## [2026-02-13 12:36] TASK-001: Verify prerequisites + +Status: Complete. Verified .NET 10 SDK and Windows Desktop components are available. + +- **Verified**: dotnet SDKs installed (8.0.418, 9.0.114, 10.0.200-preview.0.26103.119); WindowsDesktop runtime 10.0.2 present; workload manifest listed (10.0.200-manifests.796b3495) with existing workloads (android/ios/maccatalyst/macos/maui-windows); confirms Windows Desktop support available for net10.0. + +### Outcome +Success - Prerequisite check passed; no additional setup required. + diff --git a/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/plan.md b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/plan.md new file mode 100644 index 0000000..dfb1afd --- /dev/null +++ b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/plan.md @@ -0,0 +1,144 @@ +# WindowLogger .NET 10 Upgrade Plan + +## Table of Contents +- [Executive Summary](#executive-summary) +- [Migration Strategy](#migration-strategy) +- [Detailed Dependency Analysis](#detailed-dependency-analysis) +- [Project-by-Project Plans](#project-by-project-plans) +- [Package Update Reference](#package-update-reference) +- [Breaking Changes Catalog](#breaking-changes-catalog) +- [Testing & Validation Strategy](#testing--validation-strategy) +- [Risk Management](#risk-management) +- [Complexity & Effort Assessment](#complexity--effort-assessment) +- [Source Control Strategy](#source-control-strategy) +- [Success Criteria](#success-criteria) + +## Executive Summary +- **Scenario**: Upgrade the solution to `.NET 10.0` with Windows desktop support. Only `WindowLoggerConfigGui` is currently on `net48`; all other projects already target `net10.0`/`net10.0-windows`. +- **Scope**: 4 projects total; single upgrade target is `WindowLoggerConfigGui` (WinForms). One NuGet package with recommended update (`System.Text.Json` 10.0.2 → 10.0.3) in that project. +- **Strategy**: **All-At-Once** (atomic) upgrade—apply framework and package changes together, then restore/build/verify for the whole solution. +- **Complexity**: Topology simple (depth 1), but medium risk for `WindowLoggerConfigGui` due to WinForms binary incompatibilities moving from .NET Framework to modern .NET. +- **Key risks**: WinForms API deltas from .NET Framework, designer-generated code adjustments, resource handling, and JSON serialization package update alignment. +- **Success definition**: All projects compile on `.NET 10.0`/`.NET 10.0-windows`, package updates applied, solution builds cleanly, and UI smoke tests for the tray/config GUI pass. + +## Migration Strategy +**Approach: All-At-Once (atomic)** +- Rationale: Small solution (4 projects), shallow dependency graph (tray depends on the other three), only one project requires TF/pacakge change. Coordinated update minimizes multi-targeting overhead. +- Scope of atomic pass: Update `WindowLoggerConfigGui` to `net10.0-windows`, align Windows Desktop settings, update `System.Text.Json`, restore/build entire solution, fix compilation issues, re-build to verify. + +**Ordering principles (even in atomic pass)** +1. Apply framework/property/package updates across all affected MSBuild surfaces (project file and any imported props/targets if present). +2. Build solution once to surface incompatibilities; fix all compilation errors in the same pass. +3. Rebuild the entire solution to confirm a clean build; then proceed to UI smoke tests. + +**Parallelization** +- Code changes happen in one branch/commit, but build/validation is performed for the whole solution as a single unit. + +**Windows Desktop specifics** +- Target `net10.0-windows` in WinForms projects and ensure `true` (or WindowsDesktop SDK already implied by project type). + +## Detailed Dependency Analysis +- **Graph summary**: `WindowLoggerTray` depends on `WindowLoggerConfigGui`, `WindowAnalyser`, and `WindowLogger`. The other three have no project dependencies. +- **Critical path**: Upgrade `WindowLoggerConfigGui` (dependency) so `WindowLoggerTray` can remain on `net10.0-windows` without referencing `net48` binaries. +- **Phased grouping (informational, still atomic execution)**: + - Group A (leaf libraries/apps): `WindowAnalyser`, `WindowLogger` (already on net10.0) + - Group B (WinForms dependency): `WindowLoggerConfigGui` (net48 → net10.0-windows) + - Group C (root app): `WindowLoggerTray` (net10.0-windows, depends on A/B) +- **Cycle detection**: None. + +## Project-by-Project Plans + +### WindowLoggerConfigGui (WinForms) +- **Current → Target**: `net48` → `net10.0-windows` +- **Packages**: Update `System.Text.Json` 10.0.2 → 10.0.3 +- **Framework/SDK settings**: Ensure `net10.0-windows` and `true` (or WindowsDesktop SDK). +- **Migration steps**: + 1. Update TF to `net10.0-windows` in project file (and any Directory.Build.props if present). + 2. Ensure Windows Desktop workload import remains (WinForms templates usually implicit with SDK-style when targeting `-windows`). + 3. Update `PackageReference` for `System.Text.Json` to 10.0.3; `Newtonsoft.Json` 13.0.4 remains as-is per assessment compatibility. + 4. Re-run restore and full solution build to surface WinForms binary incompatibilities (designer-generated code, event handlers, Control collections, TableLayoutPanel usage, etc.). + 5. Fix compilation issues in designer/code-behind (common fixes: namespace resolution, event handler signatures, ControlCollection/table layout APIs, docking/padding enums, resource access patterns). No API removals expected, but net48→net10 brings type rebind. + 6. Verify resource files (`.resx`) compile; ensure any strongly-typed resources regenerate if needed. + 7. Rebuild entire solution and run UI smoke for config interactions and serialization scenarios that use `System.Text.Json`. +- **Expected breaking areas**: WinForms binary recompile (Controls, DockStyle, TableLayoutPanel, Button/TextBox members), potential `System.Drawing` usage; adjust using statements if compiler surfaces namespace changes. Serialization: no breaking change expected for 10.0.3 bump but rebuild validates. +- **Validation**: Solution build succeeds; config UI loads in smoke test; tray interaction with config assembly works. + +### WindowLogger (library) +- **Current → Target**: `net10.0` (no change) +- **Packages**: None flagged. +- **Plan**: Keep targeting `net10.0`; rebuild after config GUI upgrade to ensure downstream compatibility. +- **Validation**: Clean build; confirm public API consumed by tray remains compatible. + +### WindowAnalyser (library) +- **Current → Target**: `net10.0` (no change) +- **Packages**: `ClosedXML` 0.105.0-rc (compatible), `Newtonsoft.Json` 13.0.3 (compatible). +- **Plan**: Retain TF and packages; rebuild after solution-wide changes. +- **Validation**: Clean build; ensure tray consumption remains intact. + +### WindowLoggerTray (WinForms) +- **Current → Target**: `net10.0-windows` (no change) +- **Packages**: `System.Drawing.Common` 10.0.3 (compatible). +- **Plan**: No TF change; rebuild after `WindowLoggerConfigGui` upgrade to confirm dependency re-targeting is valid. +- **Validation**: Full solution build; UI smoke to confirm tray loads config GUI dependency without load errors. + +## Package Update Reference + +| Scope | Package | Current | Target | Projects | Reason | +| :--- | :--- | :---: | :---: | :--- | :--- | +| Common WinForms dependency | System.Text.Json | 10.0.2 | 10.0.3 | WindowLoggerConfigGui | Recommended update from assessment; keep patch alignment with .NET 10 SDK binaries | + +_No other package updates required per assessment; Newtonsoft.Json (13.0.4 / 13.0.3), ClosedXML (0.105.0-rc), and System.Drawing.Common (10.0.3) remain compatible._ + +## Breaking Changes Catalog +- **WinForms binary recompile (net48 → net10.0-windows)**: Control collections, layout enums (DockStyle, SizeType), TableLayoutPanel collections, event handler signatures must rebind against new assemblies. Expect compile-time errors; fix in designer/code-behind as surfaced. +- **System.Drawing on Windows**: Project already Windows-only; keep usage within Windows Desktop scope. No server-side scenarios expected. +- **Serialization**: `System.Text.Json` 10.0.2 → 10.0.3 is a patch update; minimal risk. Validate any custom converters/options still compile and behave. +- **Windows Desktop SDK**: Ensure WindowsDesktop workload is available; `true` or WindowsDesktop SDK stays present when targeting `net10.0-windows`. + +## Testing & Validation Strategy +- **Build validation (atomic)**: `dotnet restore` then build entire solution after TF/package updates; rebuild after fixes to confirm 0 errors/warnings. +- **WinForms UI smoke (post-upgrade)**: + - Launch `WindowLoggerConfigGui` to verify forms load, controls render, event handlers wired. + - Launch `WindowLoggerTray` to confirm it loads updated config assembly without type load errors and tray interactions still work. +- **Serialization check**: Exercise code paths using `System.Text.Json` to ensure options/converters still serialize/deserialize as expected. +- **Regression guard**: Spot-check core flows: logging configuration, tray interactions, any file I/O paths managed by the config GUI. +- **Artifacts**: Expect clean build output and functioning desktop apps; no automated tests listed in assessment—manual smoke required. + +## Risk Management + +| Project | Risk | Reason | Mitigation | +| :--- | :---: | :--- | :--- | +| WindowLoggerConfigGui | Medium | WinForms API binary incompatibility from net48 to net10.0-windows; designer code may need fixes; System.Text.Json patch update | Atomic build/fix loop; verify ``; rebuild designer if needed; run UI smoke and serialization check | +| WindowLoggerTray | Low | Depends on upgraded config GUI | Rebuild after dependency upgrade; UI smoke to confirm load | +| WindowLogger | Low | Already on net10.0 | Rebuild to confirm no regressions | +| WindowAnalyser | Low | Already on net10.0 | Rebuild to confirm no regressions | + +**Contingencies** +- If WindowsDesktop workload missing, install it before build. +- If designer regeneration fails, adjust partial classes manually where compiler points (ControlCollection/TableLayoutPanel usage). +- If System.Text.Json behavior regresses, temporarily pin to 10.0.2 and re-evaluate, but target remains 10.0.3 per plan. + +## Complexity & Effort Assessment + +| Project | Complexity | Drivers | +| :--- | :---: | :--- | +| WindowLoggerConfigGui | Medium | WinForms re-target from net48, designer fixes, single package update | +| WindowLoggerTray | Low | Rebuild against upgraded dependency | +| WindowLogger | Low | No TF/package changes | +| WindowAnalyser | Low | No TF/package changes | + +Overall solution complexity: simple topology, single upgrade target; effort concentrated in WinForms recompilation and minor package bump. + +## Source Control Strategy +- **Branching**: Work on `upgrade-to-NET10` (already checked out from `main`). +- **Commit model**: Single atomic commit for the All-At-Once upgrade (framework + package + fixes) to preserve coherency. +- **Review**: Open PR back to `main`; include build output summary and UI smoke notes in the PR description. +- **Change isolation**: No partial commits; avoid mixing non-upgrade changes. + +## Success Criteria +- All projects target `.NET 10.0`/`.NET 10.0-windows` as applicable; `WindowLoggerConfigGui` updated from `net48`. +- `System.Text.Json` updated to 10.0.3 in `WindowLoggerConfigGui`; all other assessed packages remain compatible. +- Solution restores and builds cleanly with 0 errors. +- WinForms binaries load at runtime: config GUI launches, tray launches and interacts with updated config assembly. +- Serialization paths using `System.Text.Json` function as before. +- No new warnings or regressions observed in smoke tests. diff --git a/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/scenario.json b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/scenario.json new file mode 100644 index 0000000..4404072 --- /dev/null +++ b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/scenario.json @@ -0,0 +1,13 @@ +{ + "scenarioId": "New-DotNet-Version", + "operationId": "ab2cb1b7-0949-4cec-a981-a08fc605f6c4", + "description": "Upgrade solution or project to new version of .NET", + "startTime": "2026-02-13T11:23:24.0109331Z", + "lastUpdateTime": "2026-02-13T11:35:29.2704308Z", + "stage": "Execution", + "properties": { + "UpgradeTargetFramework": "net10.0", + "SelectedScenarioStrategy": "AllAtOnce" + }, + "folderPath": "" +} \ No newline at end of file diff --git a/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/tasks.md b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/tasks.md new file mode 100644 index 0000000..f20069b --- /dev/null +++ b/.github/upgrades/scenarios/new-dotnet-version_ab2cb1/tasks.md @@ -0,0 +1,31 @@ +# WindowLogger .NET 10 Upgrade Tasks + +## Overview + +This document tracks the execution of the WindowLogger solution upgrade to .NET 10.0. The WindowLoggerConfigGui project will be upgraded from .NET Framework 4.8 to .NET 10.0-windows, with all changes applied in a single atomic operation. + +**Progress**: 1/2 tasks complete (50%) ![50%](https://progress-bar.xyz/50) + +--- + +## Tasks + +### [✓] TASK-001: Verify prerequisites *(Completed: 2026-02-13 12:36)* +**References**: Plan §Migration Strategy, Plan §Risk Management + +- [✓] (1) Verify Windows Desktop workload is available for .NET 10.0 SDK +- [✓] (2) Windows Desktop workload is available (**Verify**) + +--- + +### [▶] TASK-002: Atomic framework and package upgrade +**References**: Plan §Project-by-Project Plans - WindowLoggerConfigGui, Plan §Package Update Reference, Plan §Breaking Changes Catalog + +- [ ] (1) Update WindowLoggerConfigGui target framework to net10.0-windows with Windows Desktop support per Plan §Project-by-Project Plans +- [ ] (2) Update System.Text.Json package from 10.0.2 to 10.0.3 in WindowLoggerConfigGui per Plan §Package Update Reference +- [ ] (3) Restore dependencies for entire solution +- [ ] (4) Build solution and fix all compilation errors per Plan §Breaking Changes Catalog +- [ ] (5) Solution builds with 0 errors (**Verify**) +- [ ] (6) Commit changes with message: "TASK-002: Upgrade WindowLoggerConfigGui to .NET 10.0 and update System.Text.Json to 10.0.3" + +--- \ No newline at end of file diff --git a/WindowLoggerConfigGui/WindowLoggerConfigGui.csproj b/WindowLoggerConfigGui/WindowLoggerConfigGui.csproj index d88ef6c..033f365 100644 --- a/WindowLoggerConfigGui/WindowLoggerConfigGui.csproj +++ b/WindowLoggerConfigGui/WindowLoggerConfigGui.csproj @@ -1,7 +1,7 @@ WinExe - net48 + net10.0-windows true latest enable @@ -9,6 +9,6 @@ - + From abfbb42b256247c052412639ef9b6c59a8282b04 Mon Sep 17 00:00:00 2001 From: Maciej Zagozda Date: Sat, 11 Jul 2026 22:35:08 +0200 Subject: [PATCH 3/4] .NET 10 migration --- WindowAnalyser/appsettings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WindowAnalyser/appsettings.json b/WindowAnalyser/appsettings.json index 946ec55..c6be04e 100644 --- a/WindowAnalyser/appsettings.json +++ b/WindowAnalyser/appsettings.json @@ -1,17 +1,17 @@ { "applications": [ { - "name": "KVM Siemens", + "name": "KVM SIE", "include": [ "chrome.exe", "KVM:S" ], "exclude": [] }, { - "name": "KVM HSBC", + "name": "KVM HSB", "include": [ "chrome.exe", "KVM:H" ], "exclude": [] }, { - "name": "KVM Abena", + "name": "KVM ABE", "include": [ "chrome.exe", "KVM:A" ], "exclude": [] }, @@ -298,7 +298,7 @@ ], "exclusions": [ { - "include": [ "Backroom Casting Couch" ] + "include": [ "Backroom Casting" ] } ], "categories": [ From 26fdac2d1f96ff794fcfbd6fc9166220fcac764f Mon Sep 17 00:00:00 2001 From: Maciej Zagozda Date: Sat, 11 Jul 2026 23:00:28 +0200 Subject: [PATCH 4/4] .NET 10 migration --- WindowAnalyser/appsettings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WindowAnalyser/appsettings.json b/WindowAnalyser/appsettings.json index c6be04e..ae1cca4 100644 --- a/WindowAnalyser/appsettings.json +++ b/WindowAnalyser/appsettings.json @@ -303,18 +303,18 @@ ], "categories": [ { - "name": "Abena", - "includeApplications": [ "KVM Abena" ], + "name": "ABE", + "includeApplications": [ "KVM ABE" ], "excludeApplications": [] }, { - "name": "HSBC", - "includeApplications": [ "KVM HSBC" ], + "name": "HSB", + "includeApplications": [ "KVM HSB" ], "excludeApplications": [] }, { - "name": "Siemens", - "includeApplications": [ "KVM Siemens" ], + "name": "SIE", + "includeApplications": [ "KVM SIE" ], "excludeApplications": [] }, {