Angle
by: Daniel M. Porrey
- 1 total downloads
- Latest version: 3.3.0
Defines a type for a geometric angle that allows various ways of setting and converting the values from and to different modes. Angle inherently is a double and can be used in place of a double when specifically referring to a geometric angle with the value being the degrees of the angle.
AutoFixture
by: Mark Seemann, AutoFixture
- 1 total downloads
- Latest version: 4.17.0
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.
AutoFixture.AutoMoq
by: Mark Seemann, AutoFixture
- 1 total downloads
- Latest version: 4.17.0
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Moq. To use it, add the AutoMoqCustomization to your Fixture instance. Read more at http://blog.ploeh.dk/2010/08/19/AutoFixtureAsAnAutomockingContainer.aspx
AutoFixture.Xunit2
by: Mark Seemann, AutoFixture
- 1 total downloads
- Latest version: 4.17.0
By leveraging the data theory feature of xUnit.net, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language).
Avalonia
by: Avalonia Team
- 9 total downloads
- Latest version: 11.2.6
Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.
Avalonia.Angle.Windows.Natives
by: Avalonia Team
- 1 total downloads
- Latest version: 2.1.22045.20230930
Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.
Avalonia.BuildServices
by: Avalonia Team
- 3 total downloads
- Latest version: 0.0.31
Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.
Avalonia.Xaml.Behaviors
by: Wiesław Šoltés
- 6 total downloads
- Latest version: 11.3.0.6
Easily add interactivity to your Avalonia apps using XAML Behaviors. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.
BenchmarkDotNet.Annotations
by: .NET Foundation and contributors
- 1 total downloads
- Latest version: 0.14.0
Powerful .NET library for benchmarking
BuildWebCompiler2022
by: Mads Kristensen, Jason Moore
- 2 total downloads
- Latest version: 1.14.15
Compiles LESS, Sass, JSX and CoffeeScript files
Bwl.Framework.Avalonia
by: Alexandra Sovenko, Artem Drobanov, Pavel Cherkas, Ilya Kuryshev
- 0 total downloads
- Latest version: 2025.1.10-173800-e7ea4f
Bwl.Framework.Avalonia - .NET library that provides common functionality for Avalonia-based projects. It is a part of Bwl libraries set.
This library provides realization of cross-platform AppBase (configuration, logging, AutoUI, etc.).
To use this library - create new Avalonia project and add reference to Bwl.Framework.Avalonia.
To create AutoUI application - in App.axaml.cs you would need to create new AppBase, add description of UI elements in AppBase.AutoUI and then call AutoUIForm.Create(AppBase) to create Window with UI elements.
To use FormBase or FormAppBase:
- Create new Avalonia Window;
- Add 'xmlns:local="clr-namespace:Bwl.Framework.Avalonia;assembly=Bwl.Framework.Avalonia"' in your Window tag;
- Inside your Window tag, add '<local:FormAppBase x:Name="FormAppBase">';
- Inside FormAppBase tag, add '<local:FormAppBase.FormContent>' and describe your UI elements;
- In axaml.cs file call 'FormAppBase.Init(this);' in constructor to initialize FormBase;
- To access AppBase properties and methods, use 'FormAppBase.AppBase'.
Castle.Core
by: Castle Project Contributors
- 2 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CommonServiceLocator
by: Microsoft.Practices.ServiceLocation
- 1 total downloads
- Latest version: 2.0.2
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
coverlet.collector
by: tonerdo
- 1 total downloads
- Latest version: 3.1.2
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CryptoPro.Net.Security
by: CRYPTO-PRO, LLC
- 0 total downloads
- Latest version: 2024.11.19
CryptoPro TLS Library for .NET
CryptoPro.Security.Cryptography
by: CRYPTO-PRO, LLC
- 0 total downloads
- Latest version: 2024.11.19
CryptoPro Cryptography Library for .NET
CryptoPro.Security.Cryptography.Pkcs
by: CRYPTO-PRO, LLC
- 0 total downloads
- Latest version: 2024.11.19
CryptoPro Cryptography Library for .NET
CryptoPro.Security.Cryptography.Xml
by: CRYPTO-PRO, LLC
- 0 total downloads
- Latest version: 2024.11.19
CryptoPro Cryptography Library for .NET
Diacritics
by: Thomas Galliker
- 1 total downloads
- Latest version: 3.3.10
Diacritics are used across many languages in order to change the sound-values of the letters to which they are added. In software development, diacritics often have to be replaced with non-diacritics, e.g. to improve usability of user input. Diacritics.NET is a basic mapper between diacritic characters an non-diacritic characters.
DotNet.Glob
by: Darrell Tunnell <darrell.tunnell@googlemail.com>
- 1 total downloads
- Latest version: 3.1.3
A fast globbing library for .NET applications, including .net core. Doesn't use Regex.