You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File type check on macosx (if file is "dylib") (#4206)
* added file type check on macosx (if file is "dylib" AKA has "dylib" extension)
* Added unit test and fixes for empty path
* refactored to test Path and suffix ("extension") GetExtension throws
* inclusively covering all PE extensions (not excluding dylib only)
* fixing tests accoring new logic (reverting to old)
* style fixes
* Update src/Cake.Core/IO/FileExtensions.cs
Co-authored-by: Mattias Karlsson <mattias@devlead.se>
* Add `.` to extensions
Co-authored-by: Mattias Karlsson <mattias@devlead.se>
---------
Co-authored-by: Mattias Karlsson <mattias@devlead.se>
0 commit comments