<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/ResourceFileManager.cs, branch v10.11.0-rc7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.11.0-rc7</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.11.0-rc7'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2020-11-24T05:06:36Z</updated>
<entry>
<title>Remove ResourceFileManager (#4567)</title>
<updated>2020-11-24T05:06:36Z</updated>
<author>
<name>BaronGreenback</name>
<email>jimcartlidge@yahoo.co.uk</email>
</author>
<published>2020-11-24T05:06:36Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=6676ca4d1b6f8ba2c3582ab916ea9e2f88afae65'/>
<id>urn:sha1:6676ca4d1b6f8ba2c3582ab916ea9e2f88afae65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use typed logger where possible</title>
<updated>2020-06-06T00:15:56Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-06-06T00:15:56Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=44957c5a9a11fcd6e4567c7d31bc39d79c709068'/>
<id>urn:sha1:44957c5a9a11fcd6e4567c7d31bc39d79c709068</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode</title>
<updated>2020-05-29T09:28:19Z</updated>
<author>
<name>Bond_009</name>
<email>Bond.009@outlook.com</email>
</author>
<published>2020-05-29T09:28:19Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=4748105dce13c0fe0b4d8fcbf44f26033d314b26'/>
<id>urn:sha1:4748105dce13c0fe0b4d8fcbf44f26033d314b26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify file serving code</title>
<updated>2019-06-09T22:53:16Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-06-09T22:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=253e72f66720c2f590c443f8347e2187f4f36db0'/>
<id>urn:sha1:253e72f66720c2f590c443f8347e2187f4f36db0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.</title>
<updated>2019-01-28T21:10:50Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-26T22:09:07Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b9a111432a8c85cd6cd2bb6c80ba3acd8a27409d'/>
<id>urn:sha1:b9a111432a8c85cd6cd2bb6c80ba3acd8a27409d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unwrapped GetDirectoryName and DirectorySeperatorChar</title>
<updated>2019-01-28T21:06:34Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-26T20:47:11Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3a831994f69bbde699a1a725b57d8fd1d7e98641'/>
<id>urn:sha1:3a831994f69bbde699a1a725b57d8fd1d7e98641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced injections of ILogger with ILoggerFactory</title>
<updated>2019-01-20T21:05:12Z</updated>
<author>
<name>William Taylor</name>
<email>me@willtaylor.info</email>
</author>
<published>2019-01-17T22:55:05Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=65cd3ed597c60503a517c06ad16c933ebf2434a9'/>
<id>urn:sha1:65cd3ed597c60503a517c06ad16c933ebf2434a9</id>
<content type='text'>
This makes resolving dependencies from the container much easier as
you cannot resolve with primitives parameters in a way that is any
more readable.

The aim of this commit is to change as little as possible with the end
result, loggers that were newed up for the parent object were given the same
name. Objects that used the base or app loggers, were given a new logger with
an appropriate name.

Also removed some unused dependencies.
</content>
</entry>
<entry>
<title>Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv</title>
<updated>2019-01-13T19:54:44Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T19:54:44Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=e566d9a23163c297bdddddcbffb438c2b951d840'/>
<id>urn:sha1:e566d9a23163c297bdddddcbffb438c2b951d840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Visual Studio Reformat: Emby.Server.Implementations Part U-U &amp; Root</title>
<updated>2019-01-13T19:23:38Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T19:23:38Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=d655283ef05a761ab980ba614718c2a6b5c0af38'/>
<id>urn:sha1:d655283ef05a761ab980ba614718c2a6b5c0af38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix exception logging</title>
<updated>2018-12-30T21:44:39Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2018-12-20T12:11:26Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=ea4c914123ba8279b9d9fcf7d5318e11f7a3da4c'/>
<id>urn:sha1:ea4c914123ba8279b9d9fcf7d5318e11f7a3da4c</id>
<content type='text'>
</content>
</entry>
</feed>
