Henrik Binggl

Results 5 comments of Henrik Binggl

A rather simple "solution" is to download [dist/matBlazor.css](https://github.com/SamProf/MatBlazor/blob/master/src/MatBlazor/wwwroot/dist/matBlazor.css) and remove the two lines ```css @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500); @import url(https://fonts.googleapis.com/icon?family=Material+Icons); ``` and reference the "changed" css. ```html ``` My ```site.css``` contains the...

@tolew1 - It works this way: **Account-Name**: The Storage account name, not the full URL; just the "host-part" of the storage account **Access-Token**: The shared key (Key 1 or Key...

yep - it is: ```xml net5.0-windows win-x64 true true $(NoWarn);1591 ```

thx @coderpatros for having a look. The "issue" was identified by integration [Dependency-Track](https://dependencytrack.org/) as part of our CI process. The listed vulnerabilities for our nugt projects are purely Framework entries...

👍 complicated topic - there is still "binding redirection" (automatic or manual one) which adds complexity how the runtime determines the right assembly and version.