Patrick Hofman

Results 13 issues of Patrick Hofman

Change static read-only properties to constants to help optimizer and be able to use switches.

Currently method bodies which have Exclude = True on them are still obfuscated. This pull request will exclude method bodies when Exclude = True and ApplyToMember = True. More on...

tentative

We produce a SQL engine with ADO.NET provider which already runs with Power BI on approximately 60 platforms such as an online accountancy product Exact Online, on which we use...

We have a number of data sets which are quite large and whose metadata is retrieved from Open sources such as CBS.NL (government data) which is OData. This sample has...

In a very large token file, the generated lexer file contains a lot of string concatenations in the _serializedATN string. This causes Visual Studio and MS Build to crash with...

When obfuscating assemblies that contain empty embedded resources, obfuscation fails with the error message below: ``` Loading assemblies...Extra framework folders: Done. Hiding strings... Renaming: fields...Parameters...Properties...Events...Methods...Types... *** stderr *** Unhandled Exception:...

I have ported the project file to support .NET Core 6 on Windows. This allows using Scintilla from within .NET Core projects too.

We have a dynamic data model which we expose using OData. The EDM model is constructed as [type-less model](https://docs.microsoft.com/en-us/odata/webapi/model-builder-untyped). We want to support `$select` and other options. ### Assemblies affected...

follow up