22 packages tagged with “Required”
A source-package to enable the C# 11 'required' keyword on older target frameworks.
Automatically force your ClickOnce app to update itself without prompting the user, making a less obtrusive end-user experience, and guaranteeing they are always using the latest version of the application. Adds a post-build event to the project to run a PowerShell script that updates the ClickOnce project's minimum required version in the .csproj/.vbproj file to the latest published version. Because the PowerShell script modifies the .csproj/.vbproj file outside of Visual Studio, the first time you do a build after publishing a new ClickOnce version, if you have any files from that project open you will be prompted to reload the project. In order to prevent this from closing your open tabs, I recommend installing Scott Hanselman’s Workspace Reloader Visual Studio extension. If it does not seem to be working or causes the build to fail, check the Output window for any errors that may have occurred.
A source code only package which allows you to use C# 11's required members feature in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
MADE.NET Data Validation comes fully loaded with all the value validators you'd expect of any validation library. Easily get up and running with data validation on value ranges, alphanumeric, email address, min/max lengths, required, regular expressions and more as well as defining your own!
A Fody add-in to inject the MVC Required Attribute.
A library that add a middleware to validate if a payment is due, to use SaaS service.
Provides the types required for the code generated by the RhoMicro.RequiredMemberValidation.Generator to work.
Simple compile-time dependency for allowing the use of modern C# features in older build targets.
Strict code analyzers for C# that enforce immutability, required properties, and other strict coding standards.
Generates validation function that verifies no properties members annotated with the 'required' modifier (RequiredMemberAttribute) are null.
RequiredProperty Analyzer
This package allows developer to check if property (Guid) is NULL.
.NET library for building attributes based validation rules.
TypeScript-style Utility Types for C# using source generation.
Source-only polyfills for netstandard2.0: nullable attributes, language features (init, required, params collections), trim attributes, Index/Range, Lock, TimeProvider, StackTraceHidden, UnreachableException, and more. All types are internal and #if-gated by target framework.
Xamarin Android bindings for com.jaredrummler:android-device-names:2.0.0 used by and for the Stripe terminal SDK for Android, created by https://Xiippy.ai; the world's first and only data-rich payments provider with seamless privacy-preserving end-to-end encrypted smart receipts & rewards for all payers with all cards, as well as, deep insights, analytics, customer relationship management and loyalty management for all merchants.
Provides a re-factoring and re-imagining of the Diagnostic elements deployed in the Analyzer and Code Fixes project template. This particular assembly focuses primarily on the Diagnostic Analyzers with built-in Roslyn compilation support.
Provides a re-factoring and re-imagining of the Code Fixes elements deployed in the default Analysis and Code Fixes project template. This particular assembly focuses on Code Fixes only as part of that re-factoring effort.
This library is one of DEFC utilities packages that contains several types of data validation methods, to help the developers minify their codes in easy way with no time. Through this package can : - Check if a value is (Alphanumeric, Alpha, GUID, Base64, NullOrEmptyOrWhiteSpace, Email,URL, DateTime, Number, Byte, Short, Integer, Long, Decimal, Double, Float, IPv4, IPv6, IP, MACAddress, LatitudeLongitude ) - Check if a value is between tow values, check if a value is between tow values or equal one of them, check if a value is equal to another value, check if value is greater than or equal another value and check if value is less than or equal another value. - Match password and confirm password. - Check if password is strong with at least one uppercase, one lowercase, one digit and one of the custom symbols with specific password length by sets the password rules.
This is library to call REST web API through C# that required a file upload & other paramenters, Multipart/Form data post in C#