Results 21 issues of Filippo Bottega

Hello, running build.cmd deploy I get some errors. I'm not able to create nuget packages because not all builds are completed before creating nuget packages. I have attached my console...

Hello, ExceptionReportInterpreter fails due to an error in s_regexStackTraceLine field. ``` // Regex for the stack frame line, it looks like this: // at AssemblyName!0x!Namespace.Class.Method() +0x // at MyAssembly!0x1234567!MyAssembly.Class1.A() +0xc...

Hello, I'm using dbghelp.dll version 6.2.9200.16384. The function FindPdbFile returns null because DbgHelp.SymFindFileInPath fails. I noticed that when info.PdbGuid is passed to FindPdbFile it changes value like in the second...

Hello! I'm trying to open the XML generated by ObjectExporter but the name of nodes are not well-formed because they contain invalid chars. For example: ` ` [Sample.xml.txt](https://github.com/OmarElabd/ObjectExporter/files/875764/Sample.xml.txt) The inner...

Hello! I'm trying to open the JSON generated by ObjectExporter but the JSON is not well-formed. For example it contains {object} as value. I have attached the JSON content: [Sample.json.txt](https://github.com/OmarElabd/ObjectExporter/files/875647/Sample.json.txt)....

Hi, TT model generator sets correctly PrimaryKey attribute to properties of classes with attribute Table. Would it be possible to add also a new attribute, named `AlternateKey(string alternateKeyName)`, to identify...

type: feature
area: schema
area: scaffold

Syncing an Outlook calendar with Google calendar I get some errors like this: ``` CalDavSynchronizer.DataAccess.WebDavClientException: Response status code does not indicate success: '403' ('Forbidden'). Message: at CalDavSynchronizer.DataAccess.HttpClientBasedClient.WebDavClient.d__10.MoveNext() --- End of...

I propose to change target.Inner.FullName to target.Inner.Title as ContactEntityMapper.cs line 257: ... if (!string.IsNullOrEmpty(source.Inner.FileAs)) target.Title = source.Inner.FileAs; ...

Hello, I think that outlookcaldavsynchronizer is not syncing FileAs between Otulook and Google in the correct way. What do you think about migrating from GData do CardDav protocol as explained...

Hello, I have cloned the repository and I'm compiling the CalDavSynchronizer solution with Visual Studio 2019. I have restored all packages but when I compile the solution I get this...