• This repository has been archived on 25/Nov/2021
  • Stars
    star
    102
  • Rank 335,584 (Top 7 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created about 10 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ConfigureAwait Checker for ReSharper and Rider

ConfigureAwait Checker

ARCHIVED: This functionality has been added to JetBrains products.

ReSharper extension and Rider plugin that check for tasks are not awaited using ConfigureAwait.

Library code should use ConfigureAwait(false) with every await. Always specifying ConfigureAwait makes it clearer how the continuation is invoked and avoids synchronization bugs.

More Repositories

1

RoslynPad

A cross-platform C# editor based on Roslyn and AvalonEdit
C#
1,445
star
2

AsyncFriendlyStackTrace

Async-friendly format for stack traces and exceptions
C#
213
star
3

IgnoresAccessChecksToGenerator

Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute
C#
165
star
4

WPFContrib

A collection of WPF controls and utility classes I've accumulated over the years.
C#
127
star
5

spanify

Span-ify your code: write high performance memory aware C#
C#
63
star
6

RawInputProcessor

Provides a way to distinguish input from multiple keyboards
C#
42
star
7

FasterReflection

Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.
C#
31
star
8

PerformanceMonitor

Windows Performance Monitor - Reimagined
C#
12
star
9

snoopx

SnoopX - The .NET Spy Utility
C#
5
star
10

EventSourceExtensions

A library for generating EventSource classes from interfaces at run-time
C#
4
star
11

vsts-service-fabric

Service Fabric Tools for VSTS
PowerShell
4
star
12

ResourceDictionaryMerge

C#
2
star
13

samples-servicefabric-reliablecollectionquery

Provides a way to get reliable collection data as JSON and dump them into files
C#
2
star
14

azure-pipelines-template-parser

Azure DevOps pipelines yaml parser
C#
1
star
15

WPFToolkit

Fork of WPF Toolkit for .NET 4.5
C#
1
star
16

LoggerCodeGeneration

Microsoft.Extensions.Logging Code Generator
C#
1
star
17

service-fabric-test-collections

Test implementations of Service Fabric Reliable Collections
C#
1
star
18

kestrel-aks-kv-rotation

PowerShell
1
star