<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd="http://schemas.google.com/g/2005"><id>tag:blogger.com,1999:blog-364616448054212690.comments</id><updated>2026-01-29T04:21:32.841+01:00</updated><title type='text'>Michał Komorowski</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.michalkomorowski.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/comments/default'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/'/><link rel="hub" href="http://pubsubhubbub.appspot.com/"/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/comments/default?start-index=26&amp;max-results=25'/><author><name>Michał Komorowski</name><uri>http://www.blogger.com/profile/05521807053068126888</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPJ75iQBl0XXtPvQj8OqYfSVeJ8s52oDfPRhLh2WLZ2F9hee5iE-gyzqIqWmkrLUQAMVb0-Z-gew6xpin2ig5eYDy2kCK-W-FJximP4P9myqXGU2jrKMRB62kMGr52iBo/s220/Przygotowane+przeze++mnie.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>381</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-2687213943209933765</id><published>2019-08-04T23:10:12.381+02:00</published><updated>2019-08-04T23:10:12.381+02:00</updated><title type='text'>Roslyn is a general library which means it&amp;#39;s d...</title><content type='html'>Roslyn is a general library which means it&amp;#39;s designed to deal with poorly formed projects/code/configurations and many use cases. It&amp;#39;s down to every consumer to decide how they want to deal with error cases. If you just want a total meltdown then put something like:&lt;br /&gt;&lt;br /&gt;var errors = compilation.GetDiagnostics().Where(d =&amp;gt; d.Severity == DiagnosticSeverity.Error)&lt;br /&gt;                .Select(d =&amp;gt; $&amp;quot;{d.Id}: {d.GetMessage()}&amp;quot;).ToList();&lt;br /&gt;if (errors.Any()) throw new Exception(string.Join(&amp;quot;\r\n&amp;quot;, errors));</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/286093498046401044/comments/default/2687213943209933765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/286093498046401044/comments/default/2687213943209933765'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/03/why-i-hate-roslyn.html?showComment=1564953012381#c2687213943209933765' title=''/><author><name>GrahamTheCoder</name><uri>https://grahamthecoder.wordpress.com/</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/03/why-i-hate-roslyn.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-286093498046401044' source='http://www.blogger.com/feeds/364616448054212690/posts/default/286093498046401044' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-354152265"/><gd:extendedProperty name="blogger.displayTime" value="8/04/2019 11:10:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-8388250503287562081</id><published>2019-07-10T13:24:30.152+02:00</published><updated>2019-07-10T13:24:30.152+02:00</updated><title type='text'>Też kiedyś miałem podobny problem ze znalezieniem ...</title><content type='html'>Też kiedyś miałem podobny problem ze znalezieniem indeksów. Długo szukałem rozwiązania, a okazało się, że jest to dziecinnie proste. Czasem coś jest trudne, zanim stanie się łatwe ;) Fajnie, że ktoś dodaje takie publikacje, dzięki temu w internecie łatwo znaleźć potrzebne informacje</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/9165666543476808216/comments/default/8388250503287562081'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/9165666543476808216/comments/default/8388250503287562081'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2015/01/jak-znalezc-brakujace-indeksy.html?showComment=1562757870152#c8388250503287562081' title=''/><author><name>bmm.com.pl/</name><uri>http://www.bmm.com.pl/</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2015/01/jak-znalezc-brakujace-indeksy.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-9165666543476808216' source='http://www.blogger.com/feeds/364616448054212690/posts/default/9165666543476808216' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-354152265"/><gd:extendedProperty name="blogger.displayTime" value="7/10/2019 01:24:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-3591957518119958065</id><published>2019-02-25T07:55:12.707+01:00</published><updated>2019-02-25T07:55:12.707+01:00</updated><title type='text'>THANK YOU, MAN!</title><content type='html'>THANK YOU, MAN!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7650238819402885482/comments/default/3591957518119958065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7650238819402885482/comments/default/3591957518119958065'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/04/why-i-hate-roslyn-even-more.html?showComment=1551077712707#c3591957518119958065' title=''/><author><name>Anonymous</name><uri>https://www.blogger.com/profile/04693022556860192565</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/04/why-i-hate-roslyn-even-more.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-7650238819402885482' source='http://www.blogger.com/feeds/364616448054212690/posts/default/7650238819402885482' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1040904447"/><gd:extendedProperty name="blogger.displayTime" value="2/25/2019 07:55:00 am"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-4113914218461055622</id><published>2019-01-28T23:42:29.398+01:00</published><updated>2019-01-28T23:42:29.398+01:00</updated><title type='text'>Doesn&amp;#39;t work. VS2017. The main() is called but...</title><content type='html'>Doesn&amp;#39;t work. VS2017. The main() is called but no arguments. No break point hit. I must be missing the obvious step to get this to work.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/4959731205387078823/comments/default/4113914218461055622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/4959731205387078823/comments/default/4113914218461055622'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2016/10/roslyn-how-to-create-custom-debuggable_27.html?showComment=1548715349398#c4113914218461055622' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2016/10/roslyn-how-to-create-custom-debuggable_27.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-4959731205387078823' source='http://www.blogger.com/feeds/364616448054212690/posts/default/4959731205387078823' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-354152265"/><gd:extendedProperty name="blogger.displayTime" value="1/28/2019 11:42:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-4628702498171365984</id><published>2019-01-04T08:20:07.799+01:00</published><updated>2019-01-04T08:20:07.799+01:00</updated><title type='text'>Roslyn is an open source project. The Microsoft te...</title><content type='html'>Roslyn is an open source project. The Microsoft team tends to focus on improving the compiler and adding new features, but if error messages and usability are important to you, I suggest you file an issue with them, and possibly even create a pull request fixing the issue.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/286093498046401044/comments/default/4628702498171365984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/286093498046401044/comments/default/4628702498171365984'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/03/why-i-hate-roslyn.html?showComment=1546586407799#c4628702498171365984' title=''/><author><name>Yavoy</name><uri>https://www.blogger.com/profile/01583055822802638985</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxjAiaLoZl7sv46j1DE54eLFFlljPX90gzuGOrvM9JTPxYwcdsXSakiXkG_ZvQ26GNuNtNVnafHLs3Hwky5JMJFePlJ6EBknTRTILNCRzJ73fgJ1pevufoyvQGXCL3hw/s150/IMG_20151225_130324.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/03/why-i-hate-roslyn.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-286093498046401044' source='http://www.blogger.com/feeds/364616448054212690/posts/default/286093498046401044' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-524440368"/><gd:extendedProperty name="blogger.displayTime" value="1/04/2019 08:20:00 am"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-3658466478134824555</id><published>2018-09-26T09:27:00.930+02:00</published><updated>2018-09-26T09:27:00.930+02:00</updated><title type='text'>Thanks a lot!</title><content type='html'>Thanks a lot!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/8237829499488939407/comments/default/3658466478134824555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/8237829499488939407/comments/default/3658466478134824555'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2016/11/nuget-in-c-rulez.html?showComment=1537946820930#c3658466478134824555' title=''/><author><name>Anonymous</name><uri>https://www.blogger.com/profile/04613150274857338834</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2016/11/nuget-in-c-rulez.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-8237829499488939407' source='http://www.blogger.com/feeds/364616448054212690/posts/default/8237829499488939407' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-899691272"/><gd:extendedProperty name="blogger.displayTime" value="9/26/2018 09:27:00 am"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-5324129259147722878</id><published>2018-09-20T16:39:33.368+02:00</published><updated>2018-09-20T16:39:33.368+02:00</updated><title type='text'>You&amp;#39;ve just saved my day!Thanks!</title><content type='html'>You&amp;#39;ve just saved my day!Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/8485043424984949578/comments/default/5324129259147722878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/8485043424984949578/comments/default/5324129259147722878'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/03/report-from-battlefield-9-asyncawait.html?showComment=1537454373368#c5324129259147722878' title=''/><author><name>Anonymous</name><uri>https://www.blogger.com/profile/13782508066397632135</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/03/report-from-battlefield-9-asyncawait.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-8485043424984949578' source='http://www.blogger.com/feeds/364616448054212690/posts/default/8485043424984949578' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-418520158"/><gd:extendedProperty name="blogger.displayTime" value="9/20/2018 04:39:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-1006418618691474890</id><published>2018-04-24T15:45:05.084+02:00</published><updated>2018-04-24T15:45:05.084+02:00</updated><title type='text'>Hi Mar, no you can see the presentation at the bot...</title><content type='html'>Hi Mar, no you can see the presentation at the bottom of the post.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/6241753561810135344/comments/default/1006418618691474890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/6241753561810135344/comments/default/1006418618691474890'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2018/04/careercon-2018-best-mix-in-history-ddd.html?showComment=1524577505084#c1006418618691474890' title=''/><author><name>Michał Komorowski</name><uri>https://www.blogger.com/profile/05521807053068126888</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPJ75iQBl0XXtPvQj8OqYfSVeJ8s52oDfPRhLh2WLZ2F9hee5iE-gyzqIqWmkrLUQAMVb0-Z-gew6xpin2ig5eYDy2kCK-W-FJximP4P9myqXGU2jrKMRB62kMGr52iBo/s220/Przygotowane+przeze++mnie.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2018/04/careercon-2018-best-mix-in-history-ddd.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-6241753561810135344' source='http://www.blogger.com/feeds/364616448054212690/posts/default/6241753561810135344' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-782584267"/><gd:extendedProperty name="blogger.displayTime" value="4/24/2018 03:45:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-7964669173139324173</id><published>2018-04-24T05:52:32.129+02:00</published><updated>2018-04-24T05:52:32.129+02:00</updated><title type='text'>Following the link in the previous comment, the in...</title><content type='html'>Following the link in the previous comment, the information here https://gist.github.com/DustinCampbell/32cd69d04ea1c08a16ae5c4cd21dd3a3 reveals that there is now an MSBuildWorkspace.Diagnostics collection that can be queried, and which hopefully avoids (or at least reduces) the problem of MSBuild failing silently. There is also a new Microsoft.Build.Locator NuGet package simplifies things for machines with Visual Studio installed.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7650238819402885482/comments/default/7964669173139324173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7650238819402885482/comments/default/7964669173139324173'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/04/why-i-hate-roslyn-even-more.html?showComment=1524541952129#c7964669173139324173' title=''/><author><name>Rennie Petersen</name><uri>https://renniestechblog.com/</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/04/why-i-hate-roslyn-even-more.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-7650238819402885482' source='http://www.blogger.com/feeds/364616448054212690/posts/default/7650238819402885482' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-354152265"/><gd:extendedProperty name="blogger.displayTime" value="4/24/2018 05:52:00 am"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-9102734898115951525</id><published>2018-04-21T09:41:59.859+02:00</published><updated>2018-04-21T09:41:59.859+02:00</updated><title type='text'>Hi Mar, there is no footage. As to slides I will u...</title><content type='html'>Hi Mar, there is no footage. As to slides I will upload them soon.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/6241753561810135344/comments/default/9102734898115951525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/6241753561810135344/comments/default/9102734898115951525'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2018/04/careercon-2018-best-mix-in-history-ddd.html?showComment=1524296519859#c9102734898115951525' title=''/><author><name>Michał Komorowski</name><uri>https://www.blogger.com/profile/05521807053068126888</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPJ75iQBl0XXtPvQj8OqYfSVeJ8s52oDfPRhLh2WLZ2F9hee5iE-gyzqIqWmkrLUQAMVb0-Z-gew6xpin2ig5eYDy2kCK-W-FJximP4P9myqXGU2jrKMRB62kMGr52iBo/s220/Przygotowane+przeze++mnie.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2018/04/careercon-2018-best-mix-in-history-ddd.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-6241753561810135344' source='http://www.blogger.com/feeds/364616448054212690/posts/default/6241753561810135344' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-782584267"/><gd:extendedProperty name="blogger.displayTime" value="4/21/2018 09:41:00 am"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-1420608442931323197</id><published>2018-04-20T22:28:45.420+02:00</published><updated>2018-04-20T22:28:45.420+02:00</updated><title type='text'>Is there anywhere video of this presentation? Or a...</title><content type='html'>Is there anywhere video of this presentation? Or at least slides? I would love to see these</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/6241753561810135344/comments/default/1420608442931323197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/6241753561810135344/comments/default/1420608442931323197'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2018/04/careercon-2018-best-mix-in-history-ddd.html?showComment=1524256125420#c1420608442931323197' title=''/><author><name>Mar</name><uri>https://www.blogger.com/profile/00051692640328639954</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2018/04/careercon-2018-best-mix-in-history-ddd.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-6241753561810135344' source='http://www.blogger.com/feeds/364616448054212690/posts/default/6241753561810135344' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1311271752"/><gd:extendedProperty name="blogger.displayTime" value="4/20/2018 10:28:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-161453886936039275</id><published>2018-04-11T18:09:59.505+02:00</published><updated>2018-04-11T18:09:59.505+02:00</updated><title type='text'>It&amp;#39;s &amp;quot;Voilà&amp;quot; haha. Very good article...</title><content type='html'>It&amp;#39;s &amp;quot;Voilà&amp;quot; haha. Very good article :-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/4959731205387078823/comments/default/161453886936039275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/4959731205387078823/comments/default/161453886936039275'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2016/10/roslyn-how-to-create-custom-debuggable_27.html?showComment=1523462999505#c161453886936039275' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2016/10/roslyn-how-to-create-custom-debuggable_27.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-4959731205387078823' source='http://www.blogger.com/feeds/364616448054212690/posts/default/4959731205387078823' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-354152265"/><gd:extendedProperty name="blogger.displayTime" value="4/11/2018 06:09:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-3048739578477733930</id><published>2018-03-31T19:44:01.833+02:00</published><updated>2018-03-31T19:44:01.833+02:00</updated><title type='text'>The problem was that when I use version 2.2.0 the ...</title><content type='html'>The problem was that when I use version 2.2.0 the Specflow Path was still:&lt;br /&gt;&lt;br /&gt;&amp;quot;C:\Users\SomeUser\.nuget\packages\SpecFlow\2.1.0\tools\specflow.exe&amp;quot;&lt;br /&gt;&lt;br /&gt;As you can see this path contains 2.1.0 instead of 2.2.0. I&amp;#39;m sorry but now I do not remember more details. </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/9052316222894024605/comments/default/3048739578477733930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/9052316222894024605/comments/default/3048739578477733930'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/09/specflow-net-core-problems.html?showComment=1522518241833#c3048739578477733930' title=''/><link rel='related' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/9052316222894024605/comments/default/3570932896183187164'/><author><name>Michał Komorowski</name><uri>https://www.blogger.com/profile/05521807053068126888</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPJ75iQBl0XXtPvQj8OqYfSVeJ8s52oDfPRhLh2WLZ2F9hee5iE-gyzqIqWmkrLUQAMVb0-Z-gew6xpin2ig5eYDy2kCK-W-FJximP4P9myqXGU2jrKMRB62kMGr52iBo/s220/Przygotowane+przeze++mnie.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/09/specflow-net-core-problems.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-9052316222894024605' source='http://www.blogger.com/feeds/364616448054212690/posts/default/9052316222894024605' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-782584267"/><gd:extendedProperty name="blogger.displayTime" value="3/31/2018 07:44:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-3570932896183187164</id><published>2018-03-20T16:22:57.686+01:00</published><updated>2018-03-20T16:22:57.686+01:00</updated><title type='text'>What exactly do you mean by downgrading? My thinki...</title><content type='html'>What exactly do you mean by downgrading? My thinking is that if you installed NuGet package 2.2.0, then so should the build, right?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/9052316222894024605/comments/default/3570932896183187164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/9052316222894024605/comments/default/3570932896183187164'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/09/specflow-net-core-problems.html?showComment=1521559377686#c3570932896183187164' title=''/><author><name>Peter</name><uri>https://www.blogger.com/profile/07764563431818681764</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/09/specflow-net-core-problems.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-9052316222894024605' source='http://www.blogger.com/feeds/364616448054212690/posts/default/9052316222894024605' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-279789592"/><gd:extendedProperty name="blogger.displayTime" value="3/20/2018 04:22:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-7914496293144675269</id><published>2018-03-18T16:45:20.189+01:00</published><updated>2018-03-18T16:45:20.189+01:00</updated><title type='text'>great</title><content type='html'>great</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7401663624160501564/comments/default/7914496293144675269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7401663624160501564/comments/default/7914496293144675269'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2015/07/a-hint-how-to-use-taskcompletionsource.html?showComment=1521387920189#c7914496293144675269' title=''/><author><name>for ict 99</name><uri>https://www.blogger.com/profile/01234222908168002434</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2015/07/a-hint-how-to-use-taskcompletionsource.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-7401663624160501564' source='http://www.blogger.com/feeds/364616448054212690/posts/default/7401663624160501564' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1655215192"/><gd:extendedProperty name="blogger.displayTime" value="3/18/2018 04:45:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-1603123815474582862</id><published>2018-03-18T13:01:32.462+01:00</published><updated>2018-03-18T13:01:32.462+01:00</updated><title type='text'>If anyone interested in this yet, the problem is t...</title><content type='html'>If anyone interested in this yet, the problem is that in VSv15+ MsBuild isn&amp;#39;t so tightly connected with the IDE, and the correct tool set is discovered by hints around your PC. This includes environment variables. So you may open project with Roslyn that is being developed in VSv15, as long as you have VSv14 installed. And you will need to provide the additional information for the workspace if you don&amp;#39;t:&lt;br /&gt;https://github.com/dotnet/roslyn/issues/21644</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7650238819402885482/comments/default/1603123815474582862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7650238819402885482/comments/default/1603123815474582862'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/04/why-i-hate-roslyn-even-more.html?showComment=1521374492462#c1603123815474582862' title=''/><author><name>Anonymous</name><uri>https://www.blogger.com/profile/04002068416834220722</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/04/why-i-hate-roslyn-even-more.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-7650238819402885482' source='http://www.blogger.com/feeds/364616448054212690/posts/default/7650238819402885482' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-147906421"/><gd:extendedProperty name="blogger.displayTime" value="3/18/2018 01:01:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-8020882732087603842</id><published>2018-01-19T16:12:56.960+01:00</published><updated>2018-01-19T16:12:56.960+01:00</updated><title type='text'>Hej, Wiesz co nigdy nie myślałem, że mój blog jest...</title><content type='html'>Hej, Wiesz co nigdy nie myślałem, że mój blog jest brzydki. Może z przyzwyczajenia ;) Chociaż wiem, że teraz modne są trochę inne rzeczy. Masz może jakaś propozycję. Muszę się zastanowić. Ostatnio mniej bloguję, a przesiadka na nową platformę zajmie pewnie trochę czasu. Chyba, żeby to komuś zlecić? Ciekawe czy ktoś świadczy takie usługi.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7883186412137701132/comments/default/8020882732087603842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7883186412137701132/comments/default/8020882732087603842'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/11/will-artificial-intelligence-replace_19.html?showComment=1516374776960#c8020882732087603842' title=''/><author><name>Michał Komorowski</name><uri>https://www.blogger.com/profile/05521807053068126888</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPJ75iQBl0XXtPvQj8OqYfSVeJ8s52oDfPRhLh2WLZ2F9hee5iE-gyzqIqWmkrLUQAMVb0-Z-gew6xpin2ig5eYDy2kCK-W-FJximP4P9myqXGU2jrKMRB62kMGr52iBo/s220/Przygotowane+przeze++mnie.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/11/will-artificial-intelligence-replace_19.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-7883186412137701132' source='http://www.blogger.com/feeds/364616448054212690/posts/default/7883186412137701132' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-782584267"/><gd:extendedProperty name="blogger.displayTime" value="1/19/2018 04:12:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-3602526242907824067</id><published>2018-01-19T14:52:40.022+01:00</published><updated>2018-01-19T14:52:40.022+01:00</updated><title type='text'>Michał właśnie znalazłem twojego bloga i rzuciła m...</title><content type='html'>Michał właśnie znalazłem twojego bloga i rzuciła mi się w oczy jedna rzecz. Dlaczego jest taki brzydki layout. Mógłbyś to zmienić na coś przyjemniejszego? Może zmień blogger.com na coś innego. Pozdrawiam ;)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7883186412137701132/comments/default/3602526242907824067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/7883186412137701132/comments/default/3602526242907824067'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/11/will-artificial-intelligence-replace_19.html?showComment=1516369960022#c3602526242907824067' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/11/will-artificial-intelligence-replace_19.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-7883186412137701132' source='http://www.blogger.com/feeds/364616448054212690/posts/default/7883186412137701132' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-354152265"/><gd:extendedProperty name="blogger.displayTime" value="1/19/2018 02:52:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-6423219986447650883</id><published>2017-11-27T00:30:34.276+01:00</published><updated>2017-11-27T00:30:34.276+01:00</updated><title type='text'>Inspiring!</title><content type='html'>Inspiring!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/4959731205387078823/comments/default/6423219986447650883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/4959731205387078823/comments/default/6423219986447650883'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2016/10/roslyn-how-to-create-custom-debuggable_27.html?showComment=1511739034276#c6423219986447650883' title=''/><author><name>Tomek</name><uri>https://www.blogger.com/profile/06434915737956677414</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2016/10/roslyn-how-to-create-custom-debuggable_27.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-4959731205387078823' source='http://www.blogger.com/feeds/364616448054212690/posts/default/4959731205387078823' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-236764702"/><gd:extendedProperty name="blogger.displayTime" value="11/27/2017 12:30:00 am"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-8854545940184240870</id><published>2017-11-15T07:24:54.510+01:00</published><updated>2017-11-15T07:24:54.510+01:00</updated><title type='text'>@slavo Thanks, we will check.</title><content type='html'>@slavo Thanks, we will check.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/4702220786763248447/comments/default/8854545940184240870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/4702220786763248447/comments/default/8854545940184240870'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/11/will-artificial-intelligence-replace.html?showComment=1510727094510#c8854545940184240870' title=''/><author><name>Michał Komorowski</name><uri>https://www.blogger.com/profile/05521807053068126888</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPJ75iQBl0XXtPvQj8OqYfSVeJ8s52oDfPRhLh2WLZ2F9hee5iE-gyzqIqWmkrLUQAMVb0-Z-gew6xpin2ig5eYDy2kCK-W-FJximP4P9myqXGU2jrKMRB62kMGr52iBo/s220/Przygotowane+przeze++mnie.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/11/will-artificial-intelligence-replace.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-4702220786763248447' source='http://www.blogger.com/feeds/364616448054212690/posts/default/4702220786763248447' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-782584267"/><gd:extendedProperty name="blogger.displayTime" value="11/15/2017 07:24:00 am"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-7754809170102253534</id><published>2017-11-14T22:28:05.747+01:00</published><updated>2017-11-14T22:28:05.747+01:00</updated><title type='text'>@Michał, link to http://platformx.ai/ doesn&amp;#39;t ...</title><content type='html'>@Michał, link to http://platformx.ai/ doesn&amp;#39;t work :/</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/4702220786763248447/comments/default/7754809170102253534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/4702220786763248447/comments/default/7754809170102253534'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/11/will-artificial-intelligence-replace.html?showComment=1510694885747#c7754809170102253534' title=''/><author><name>slavo</name><uri>https://www.blogger.com/profile/10215966570199987864</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/11/will-artificial-intelligence-replace.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-4702220786763248447' source='http://www.blogger.com/feeds/364616448054212690/posts/default/4702220786763248447' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-745854833"/><gd:extendedProperty name="blogger.displayTime" value="11/14/2017 10:28:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-2281221107904833483</id><published>2017-10-09T13:49:35.914+02:00</published><updated>2017-10-09T13:49:35.914+02:00</updated><title type='text'></title><content type='html'>This comment has been removed by a blog administrator.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/338831419520924046/comments/default/2281221107904833483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/338831419520924046/comments/default/2281221107904833483'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2016/09/net-developer-days-2016-workshops.html?showComment=1507549775914#c2281221107904833483' title=''/><author><name>aksara</name><uri>https://www.blogger.com/profile/14527345431328307119</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2016/09/net-developer-days-2016-workshops.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-338831419520924046' source='http://www.blogger.com/feeds/364616448054212690/posts/default/338831419520924046' type='text/html'/><gd:extendedProperty name='blogger.contentRemoved' value='true'/><gd:extendedProperty name="blogger.itemClass" value="pid-777630922"/><gd:extendedProperty name="blogger.displayTime" value="10/09/2017 01:49:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-7356654317773754847</id><published>2017-09-08T00:26:15.688+02:00</published><updated>2017-09-08T00:26:15.688+02:00</updated><title type='text'>Hi. Are you sure that you always use the same conn...</title><content type='html'>Hi. Are you sure that you always use the same connection string? Maybe, it is generated dynamically and in some cases MARS is not enabled.&lt;br /&gt;&lt;br /&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/8485043424984949578/comments/default/7356654317773754847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/8485043424984949578/comments/default/7356654317773754847'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/03/report-from-battlefield-9-asyncawait.html?showComment=1504823175688#c7356654317773754847' title=''/><author><name>Michał Komorowski</name><uri>https://www.blogger.com/profile/05521807053068126888</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPJ75iQBl0XXtPvQj8OqYfSVeJ8s52oDfPRhLh2WLZ2F9hee5iE-gyzqIqWmkrLUQAMVb0-Z-gew6xpin2ig5eYDy2kCK-W-FJximP4P9myqXGU2jrKMRB62kMGr52iBo/s220/Przygotowane+przeze++mnie.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/03/report-from-battlefield-9-asyncawait.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-8485043424984949578' source='http://www.blogger.com/feeds/364616448054212690/posts/default/8485043424984949578' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-782584267"/><gd:extendedProperty name="blogger.displayTime" value="9/08/2017 12:26:00 am"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-8935892148420060053</id><published>2017-09-07T21:11:19.697+02:00</published><updated>2017-09-07T21:11:19.697+02:00</updated><title type='text'>Hi. I found your post as I was searching for solut...</title><content type='html'>Hi. I found your post as I was searching for solutions for a similar error. In my case, it works for a while, and then dies a few days with the same error: &amp;quot;The connection does not support MultipleActiveResultSets.&amp;quot; I have MARS enabled in my connection string, though. Any ideas why this might have happened?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/8485043424984949578/comments/default/8935892148420060053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/8485043424984949578/comments/default/8935892148420060053'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2017/03/report-from-battlefield-9-asyncawait.html?showComment=1504811479697#c8935892148420060053' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2017/03/report-from-battlefield-9-asyncawait.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-8485043424984949578' source='http://www.blogger.com/feeds/364616448054212690/posts/default/8485043424984949578' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-354152265"/><gd:extendedProperty name="blogger.displayTime" value="9/07/2017 09:11:00 pm"/></entry><entry><id>tag:blogger.com,1999:blog-364616448054212690.post-5727259941880915454</id><published>2017-09-07T10:56:40.574+02:00</published><updated>2017-09-07T10:56:40.574+02:00</updated><title type='text'>Ludzie nie dajcie się robić w tej całej machinie. ...</title><content type='html'>Ludzie nie dajcie się robić w tej całej machinie. Przeszedłem niejedno korpo i niejedne takie testy. Później okazuje się, że 70% ludzi łącznie z przeprowadzającymi rozmowy rekrutacyjne nie ma tej wiedzy. Wychodzi to podczas normalnej pracy. Co do tak długich maratonów to odbywają się tylko z jednego względu - działy HR są tak duże, że ci ludzie muszą udawać że coś robią. Bo jaki jest sens maglować gościa trzy dni nie mówiąc mu o stawce za jaką będzie pracował. A może w aktualnej firmie ma większą i gdyby wiedział, że nie dostanie więcej to nie przyszedłby na rozmowę i nagle 90% kandydatów ubywa. I trzeba udawać, że coś się robi w HR z tymi pozostałymi 10%. Zawsze na koniec po tych wszystkich cyrkach pada pytanie o kasę... Proste, typowe korpo, udajemy, że coś robimy, szczególnie w HR. </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/1189508318076039848/comments/default/5727259941880915454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/364616448054212690/1189508318076039848/comments/default/5727259941880915454'/><link rel='alternate' type='text/html' href='http://www.michalkomorowski.com/2011/06/bardzo-wymagajaca-rekrutacja.html?showComment=1504774600574#c5727259941880915454' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.michalkomorowski.com/2011/06/bardzo-wymagajaca-rekrutacja.html' ref='tag:blogger.com,1999:blog-364616448054212690.post-1189508318076039848' source='http://www.blogger.com/feeds/364616448054212690/posts/default/1189508318076039848' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-354152265"/><gd:extendedProperty name="blogger.displayTime" value="9/07/2017 10:56:00 am"/></entry></feed>