Added the posibility that the user creates his own date parser when reading a feed...
authorGerardo Hurtado Lozano <kanegerardo_@hotmail.com>
Fri, 16 Jun 2017 21:30:02 +0000 (14:30 -0700)
committerGerardo Hurtado Lozano <kanegerardo_@hotmail.com>
Fri, 16 Jun 2017 21:30:02 +0000 (14:30 -0700)
commit4f12a2cd724d41af90af428b8c6a81ce44598eba
treeb35e4fe1310de10034482576f87abd11276e3c7a
parent8343c50c43b80af5c954563a25b3542f976f8990
Added the posibility that the user creates his own date parser when reading a feed from outside, also as part of our default date parser, if it can't parse the date it will just assign a default date to avoid the crash

Commit migrated from https://github.com/dotnet/corefx/commit/37bf505927c3aad98e24872bc12dc3cebd6b5510
src/libraries/Lab/CustomRSSParsers.cs [new file with mode: 0644]
src/libraries/Microsoft.ServiceModel.Syndication.csproj
src/libraries/Rss20FeedFormatter.cs
src/libraries/SyndicationFeed.cs
src/libraries/tests/SampleTest.cs