| title | MSBuild Version Properties Cheatsheet |
|---|---|
| author | natemcmaster |
| date | September 18, 2019 |
| source | https://stackoverflow.com/questions/42183300/what-is-the-difference-between-various-msbuild-version-properties-such-as-versi |
| snippet | https://jonlabelle.com/snippets/view/markdown/msbuild-version-properties-cheatsheet |
| gist | https://gist.github.com/jonlabelle/34993ee032c26420a0943b1c9d106cdc |
Based on Stack Overflow
Source : https://github.com/shiena/ansicolor/blob/master/README.md
Ansicolor library provides color console in Windows as ANSICON for Golang.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.IO; | |
| using System.Net.Http; | |
| using System.Threading; | |
| using System.Threading.Tasks; | |
| namespace HttpClientProgress { | |
| public static class HttpClientProgressExtensions { | |
| public static async Task DownloadDataAsync (this HttpClient client, string requestUrl, Stream destination, IProgress<float> progress = null, CancellationToken cancellationToken = default (CancellationToken)) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// <summary> | |
| /// Creates color with corrected brightness. | |
| /// </summary> | |
| /// <param name="color">Color to correct.</param> | |
| /// <param name="correctionFactor">The brightness correction factor. Must be between -1 and 1. | |
| /// Negative values produce darker colors.</param> | |
| /// <returns> | |
| /// Corrected <see cref="Color"/> structure. | |
| /// </returns> | |
| public static Color ChangeColorBrightness(Color color, float correctionFactor) |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
