Szilard David
Szilard David
Based on my checks, version 1.3.3 is the last one that works with SQL Server 2008. *Installation steps* 1. Download release https://github.com/marcingminski/sqlwatch/releases/download/1.3.3/SQLWATCH_1.3.3.zip 2. [Optional] Create empty database to avoid issues...
would be great to have support for RxJS 6. Currently can't use it in Angular 7. Anyone know of a workaround ? thanks
If you are using SQL Server as the data store, this might be a workaround until a better solution is available, by overriding the `DistributedCacheManager` in a plugin. ```cs using...
I think this can be solved using a custom RazorLight project. Sample here: https://github.com/toddams/RazorLight/tree/dev-2.0/samples/RazorLight.Samples Maybe this will help also, this one loads templates from multiple assemblies, which is not supported...
@KresoJ I tried your solution and it gives the same error. can you confirm that it works for you like that? The backtick character at the end is that required?...
any tips would be appreciated. thanks
The buttons are actually working but maybe not as expected. It is implemented for a single set of filters. `Save Filter` persists the current filter fields as a profile setting...
For anyone wanting to try out the sort-of workaround using `Microsoft.Build.NoTargets` and not knowing how, there's an example in this repo: https://github.com/dotnet/maui-samples Relevant files: - https://github.com/dotnet/maui-samples/blob/main/9.0/UITesting/BasicAppiumNunitSample/UITests.Shared/UITests.Shared.csproj - https://github.com/dotnet/maui-samples/blob/main/9.0/UITesting/BasicAppiumNunitSample/UITests.Android/UITests.Android.csproj#L19 UITests.Shared.csproj ```xml...
Related to this part in my previous comment: _And if you have multiple shared projects linked to the same parent project, it doesn't show where a file comes from. I...
Found a better approach by trial and error: ```xml ..\UITests.Shared ``` No need to have a `Shared` 'folder' appear in the main project, no need to move files to subfolders,...