Mike Surcouf
Mike Surcouf
It appear generics are not translated correctly in the coverage report. They contain the backtick which would be what it would be if you just did Type.Name So for example...
**Describe the bug** Connecting to a specific database using the MSSQL driver shows all the other databases on the server. Theses unwanted nodes contain an empty schema node and just...
https://github.com/Garderoben/MudBlazor/pull/872/checks?check_run_id=1895540096 We are getting these regularly. Both on 2.6.2 and 2.6.4
I believe the following are now supported (and probably others) in netstandard2.0 See https://github.com/dotnet/corefx/issues/12887 However the tool says Not Supported in my project for the following. M:System.Data.SqlClient.SqlBulkCopy.WriteToServer(System.Data.DataTable) M:System.Data.SqlClient.SqlDataAdapter.#ctor(System.String,System.Data.SqlClient.SqlConnection) T:System.Data.SqlClient.SqlDataAdapter
``` { "deploy": { "packages": [ { "name": "Version 1.0", "description": "Website Version 1.0", "files": ["bin/Debug/netcoreapp2.0/publish/**"] } ], "targets": [ { "type": "sftp", "name": "AWS Linux", "description": "Remote Linux Server",...
netcore has a load of larger dependencies that don't often change in my app. Does this extension do sync? eg only copy newer
Since a lot of windows traffic uses the rpc port mapper and dynamic ports the majority of my traffic is Unknown. Sometimes the same port on different hosts is used...
- Fixes https://github.com/MudBlazor/Templates/issues/453 - Fixes https://github.com/MudBlazor/Templates/issues/437 - Use the new `` to avoid `` issues. - Some fixes to namespaces - Added install template, create all projects and build to...
This could also be cron on linux Currently I do this ```powershell $poshACMEPath="C:\Posh-ACME" $scriptFileName = "$poshACMEPath\renew-cert.ps1" $script = ' $env:POSHACME_HOME = "' $script += $poshACMEPath $script += '" $cert =...
**Describe the bug** It seems the latest update breaks our CI build. The CSS is just not there or in the wrong place (not sure which) but I see nothing...