Ondrej Pisin

Results 2 issues of Ondrej Pisin

Hi, are you planning to add support for the new string catalog format for XCode 15? Thank you, Ondrej

enhancement
good first issue

Lets say I have a simple table ``` public class Product { public int Id { get; set;} public string Name { get; set; } } ``` and want to...