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
<PackageReference Include="SmartAnalyzers.CSharpExtensions.Annotations" Version="3.10.0" /> | |
<PackageReference Include="AsyncSuffixAnalyzer" Version="1.0.6285.32977" PrivateAssets="All"/> | |
<PackageReference Include="Lindhart.Analyser.MissingAwaitWarning" Version="1.2.0" PrivateAssets="All"/> | |
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7" PrivateAssets="All"/> | |
<PackageReference Include="AsyncFixer" Version="1.1.6" PrivateAssets="All"/> | |
<PackageReference Include="Roslynator.Analyzers" Version="2.2.0" PrivateAssets="All"/> | |
<PackageReference Include="Roslynator.CodeFixes" Version="2.0.0" PrivateAssets="All" /> | |
<PackageReference Include="Nopen.NET" Version="1.0.0" PrivateAssets="All" /> | |
<PackageReference Include="Apex.Analyzers.Immutable" Version="1.2.5" PrivateAssets="All" /> | |
<PackageReference Include="Apex.Analyzers.Immutable.Attributes" Version="1.0.0" /> |
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
public class ProfiledViewResultExecutor : IActionResultExecutor<ViewResult> | |
{ | |
private readonly IActionResultExecutor<ViewResult> _base; | |
public ProfiledViewResultExecutor(IActionResultExecutor<ViewResult> @base) | |
{ | |
_base = @base; | |
} | |
public Task ExecuteAsync(ActionContext context, ViewResult result) |
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
public class CreateQuotes | |
{ | |
public CreateQuotes() | |
{ | |
// TODO get access to string[] args from Program.Main(args) | |
var options = // Read From a Singleton? or from App.config? | |
} | |
[Benchmark] | |
public void NonConfig() |
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
CSharp | |
https://github.com/StackExchange/NetGain | |
https://github.com/StackExchange/dapper-dot-net | |
Javascript | |
https://github.com/typings/registry | |
https://github.com/lodash/lodash | |
https://github.com/facebook/react | |
https://github.com/rackt/redux | |