Skip to content

Instantly share code, notes, and snippets.

@bangsholt
bangsholt / #selenium-chrome-authentication-extension
Created October 28, 2020 14:34 — forked from florentbr/#selenium-chrome-authentication-extension
Chrome extension to automatically set the credentials.
To build the extension, update the username/password and zip `background.js` and `manifest.json` in a single archive.
@bangsholt
bangsholt / OutputStyleCopReport.proj
Created June 16, 2016 14:31 — forked from OdaShinsuke/OutputStyleCopReport.proj
MSBuild StyleCop Output XML => Jenkins Violation Plugin
<UsingTask TaskName="ReplaceStyleCopResult" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll">
<ParameterGroup>
<PATH ParameterType="System.String" Required="true" />
<WORKSPACE ParameterType="System.String" Required="true" />
</ParameterGroup>
<Task>
<Code Type="Fragment" Language="cs">
<![CDATA[
if(!Directory.Exists(Path.GetDirectoryName(PATH)))
{