I am porting .Net application to Linux using MonoDevelop (Xamarin). When I build the project on Windows using Xamarin or Visual Studio, everything works but when I try to do it on Linux using MonoDevelop (Xamarin) I get the following problem: Source file '[PATH].designer.cs' could not be found. (CS2001); File CSC. I know that these files exist and they are also referenced in '.csproj' file. This is the 4.5 NetStandard project.
Any suggestions on how to solve this issue?