ical-org / ical.net

ical.NET - an open source iCal library for .NET
MIT License
784 stars 231 forks source link

Crash on Google ics #593

Open Eddy1204 opened 1 week ago

Eddy1204 commented 1 week ago

Hello, If I read an ics file that was created by Google, the file is read successfully in debug mode. But if I start the program in release, the function crashes when reading.

var calendar = Calendar.Load(ics_string);

Is there anything else I need to consider beforehand?

axunonb commented 1 day ago

Please provide some working sample code, that can be used to reproduce the described behavior.