Found 390 packages
Provides diagnostic analyzers to warn about incorrect usage of NSubstitute in C#.
Create warnings about TODO comments
When using dependency injection and async-await pattern it is possible to end up with an interface with a method that returns a Task. If this interface method is used in a synchronous method there is a likelihood that it will erroneously be run as a fire and forget method. In this situation this analyser generates a warning.
Provides analyzer diagnostics to warn about incorrect usage of FakeItEasy in C#. Works in Visual Studio 2017 version 15.9 or later.
Diagnostic utilities for use with DangrLib.
Provides extension methods to send log entries. The OpenDebug/Trace/Info/Warn/Error/Fatal and Debug, Trace, Info, Warn, Error, Fatal extension methods support file name and line number capture.
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
A utility to emit MSBuild warnings for FIXME-style comments.
A tool to fail builds when source files exceed a number of lines
A Roslyn Analyzer for VB.NET to warn when a nullable value is being used as a non-nullable value.
OWASP SafeNuGet is an MsBuild task to warn about insecure NuGet libraries. Please contribute to the list of vulnerable libraries, by issuing a pull request to: https://github.com/OWASP/SafeNuGet/blob/master/feed/unsafepackages.xml
This library provides Hangfire job filters and attributes that allow jobs to be conditionally disabled based on application configuration. By leveraging .NET configuration settings, it enables administrators to control the execution of background jobs at runtime, ensuring that specific jobs can be turned off without code changes. The package is designed for .NET 8 and integrates seamlessly with Hangfire, making it easy to manage job scheduling and execution policies in enterprise applications.
Simple syslog server written in C# with disk logging.
This package provides build infrastructure components so that projects referencing specific Microsoft packages can successfully build. Do not directly reference this packages unless you receive a build warning that instructs you to add a reference.
Configurable idle session warning via bootstrap modal to warn about session expiration.
Provides analyzer diagnostics to warn about incorrect usage of FakeItEasy in VB.NET. Works in Visual Studio 2017 version 15.9 or later.
How do we Enforce Coding standards and guidelines at Compiler Level and this should be applicable for all projects in an Org. When we compile a code, C# compiler should warn developer to use 1) Transient fault handling app blocks (if code is connecting to Sql azure, ServiceBus, Blob/tables etc) 2) Warn about using latest features of azure SDK and many more.. In General we need to have general framework which sits above c# compiler and guides compiler to give specific warnings. Developer should be able to write any pluggable code to fit into this framework. This framework should also generate required code if developer accepts to resolve the warning.
Provides diagnostic analyzers to warn about incorrect usage of NSubstitute in VB.NET.
A Javascript library to warn your users aginst Self XSS attacks in browser console.
Provides extension methods to send log entries. The OpenTrace/Info/Warn/Error/Fatal and Trace/Info/Warn/Error/Fatal extension methods support file name and line number capture but requires a Send method to emit the log itself. This package is somehow deprecated: thanks to the C# 6 string interpolation the new CK.ActivityMonitor.SimpleSender package should be used instead.