tb-mtg

Results 13 issues of tb-mtg

Currently I have to manually add each computed member name to a custom configuration. It would be nice if the ShouldDecompile method below could automatically determine which properties should be...

By default Microsoft's OneDrive is installed **per-user** into folders like below: > C:\Users\\**{user-name}**\AppData\Local\Microsoft\OneDrive\\**{version}**\OneDriveSetup.exe We want to detect and replace these with **per-machine** installations. This is possible using arguments **/silent /allusers**...

Is there any way to build an Insert/Update/Delete statement where you can optionally set which values to update/insert and then execute. I've tried adapting an IModificationHandler interface suggested by @sdanyliv...

Added ModificationHandler & Extension methods

Instead of specifying the destination of each library, is it possible to introduce a new "**default destination**" setting that uses conventions at the top level of libman.json. This setting would...

I cannot find the NuGet package for IQToolkit 2.0, can you please create one?

On the available columns to be displayed, could you introduce a "**Version"** column that shows the each project's version after the state changes to "BuildDone"? This would help show any...

features

I tried to run a skip on and got error: > "Jet does not support skipping rows." Could you implement skip functionality usings the method below taken from https://stackoverflow.com/a/10455965/12439476: If...

Excellent project! Could you create a nuget package for this?

I keep getting a warning saying: > You can improve 'Solution Load' performance by disabling 'Project Load Time Monitor 2' extension How can this be fixed?

help wanted