<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/SMAPI.git/src/StardewModdingAPI/Framework/Reflection, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/'/>
<entry>
<title>reorganise repo structure</title>
<updated>2017-10-08T03:07:10+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2017-10-08T03:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=929dccb75a1405737975d76648e015a3e7c00177'/>
<id>929dccb75a1405737975d76648e015a3e7c00177</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>split reflection logic out of mod helper (#318)</title>
<updated>2017-07-07T15:29:17+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2017-07-07T15:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=c5e106801e9137078decfd6b6e3761240b47f94e'/>
<id>c5e106801e9137078decfd6b6e3761240b47f94e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert all projects except installer to .NET Framework 4.5</title>
<updated>2017-03-14T22:16:44+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2017-03-14T22:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=307304a03edb82f3a1f5cfa6c47cb17687560ccb'/>
<id>307304a03edb82f3a1f5cfa6c47cb17687560ccb</id>
<content type='text'>
This caused obscure invalid-IL crashes when compiled through MonoDevelop on Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This caused obscure invalid-IL crashes when compiled through MonoDevelop on Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>downgrade to .NET Framework 4.0 for better compatibility on Windows 7–8.1</title>
<updated>2017-03-14T18:15:50+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2017-03-14T18:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=da630efc1d5c95816493c2969736ae883e723757'/>
<id>da630efc1d5c95816493c2969736ae883e723757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add reflectionHelper.GetPrivateProperty&lt;T&gt; (#231)</title>
<updated>2017-02-08T02:07:57+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2017-02-08T02:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=8efa5f32c1721a1ee60f3783022453c1dfb69d91'/>
<id>8efa5f32c1721a1ee60f3783022453c1dfb69d91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format code (#193)</title>
<updated>2016-12-18T17:27:44+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2016-12-18T17:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=d9e87399bf65d0053ad57d316d0df9e1a631a42b'/>
<id>d9e87399bf65d0053ad57d316d0df9e1a631a42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a struct to wrap cache entries for the sake of tracking invalid lookups. This fixes the issue where a null reference exception would be thrown when trying to look up non-existant or non-private members.</title>
<updated>2016-12-18T16:42:04+00:00</updated>
<author>
<name>Tyler Staples</name>
<email>tstaples@akimbocreations.com</email>
</author>
<published>2016-12-12T23:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=cd93d59eaf5aa05e0fa55eadd958339b9042155d'/>
<id>cd93d59eaf5aa05e0fa55eadd958339b9042155d</id>
<content type='text'>
Added a null check to GetPrivateValue and it's overloads to fix the issue where it would throw a null reference exception when required was false and the field was null.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a null check to GetPrivateValue and it's overloads to fix the issue where it would throw a null reference exception when required was false and the field was null.
</pre>
</div>
</content>
</entry>
<entry>
<title>move interfaces into root (#185)</title>
<updated>2016-12-12T02:03:57+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2016-12-12T02:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=df7d41fc37521ecfe039e9661cf288c933cb2bdc'/>
<id>df7d41fc37521ecfe039e9661cf288c933cb2bdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cache reflection lookups with sliding expiry (#185)</title>
<updated>2016-12-09T19:15:14+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2016-12-09T19:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=80b6e208418b7d9237bc4aa98c68d2bb849b49d5'/>
<id>80b6e208418b7d9237bc4aa98c68d2bb849b49d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add reflection API for mods (#185)</title>
<updated>2016-12-09T17:25:53+00:00</updated>
<author>
<name>Jesse Plamondon-Willard</name>
<email>github@jplamondonw.com</email>
</author>
<published>2016-12-09T17:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SMAPI.git/commit/?id=cd0e5961d454e5861e2fd760388eb6920a1e2257'/>
<id>cd0e5961d454e5861e2fd760388eb6920a1e2257</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
