• Stars
    star
    96
  • Rank 339,130 (Top 7 %)
  • Language
    C#
  • License
    MIT License
  • Created about 8 years ago
  • Updated 3 months ago

Reviews

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

Repository Details

A set of core functions and classes to ease every days .Net development tasks.

Tom's Toolbox

Build Status Nuget

A set of core functions and classes to ease every days .Net development tasks.


Version 2.x has been refactored to support netstandard2.0/NetFramework/DotNet, which required some breaking changes with version 1.x, and dropping support for .Net frameworks < 4.6

Sources of version 1.x can be found here


Contains many extension methods, a WPF Composite MVVM framework, Controls etc...

  • Read the documentation to get an overview of what is in this library and how this library can support you.
  • Browse the detailed API-documentation to find out how to use the individual objects.
  • Use NuGet to integrate the library into your projects.
  • Look at the sample apps to discover some of the use cases that this library can help you with.
  • Or download the source code to integrate the parts of interest with your own tool set.

Powered byย ย ย ReSharper

Support this Project: Donate

More Repositories

1

RegionToShare

Helper app to share only a part of a screen via video conference apps
C#
650
star
2

Wax

An interactive editor for WiX setup projects.
C#
219
star
3

ProjectConfigurationManager

A Visual Studio extension to ease management of solution and project configurations.
C#
87
star
4

JetBrainsAnnotations.Fody

Converts all JetBrains ReSharper code annotation attributes to External Annotations, so you can provide R# annotations to 3rd parties but don't need to deploy JetBrainsAnnotations.dll.
C#
39
star
5

Nullable.Extended

A Roslyn analyzer to improve the experience when working with nullable reference types.
C#
34
star
6

ILMerge.Fody

Merges the referenced types of local dependencies as private types into the target assembly, and removes the references to the local dependencies.
C#
32
star
7

SplashScreen.Fody

Lets you design your WPF splash screen as a WPF Control instead of a static bitmap
C#
30
star
8

Lazy.Fody

Automates the plumbing around System.Lazy
C#
18
star
9

Substitute.Fody

Substitute types with other types to e.g. intercept generated code
C#
16
star
10

AutoProperties.Fody

Use this addin to gain access to the backing field of auto properties
C#
15
star
11

Throttle.Fody

A fody plugin to easily use a throttle with minimal coding
C#
14
star
12

WeakEventHandler.Fody

Changes regular event handlers into weak event handlers by weaving a weak event adapter between source and subscriber.
C#
8
star
13

ProjectMigrationHelper

A VS2019 extension that helps to migrate your old style projects to the new VS2017+ format.
C#
7
star
14

Equatable.Fody

Fody add-in to generate the Equals, GetHashCode and operators methods from properties or fields explicitly decorated with the `[Equals]` Attribute.
C#
7
star
15

SolutionFilterBuilder

Creates a solution filter form a Visual Studio solution based on MSBuild project properties.
C#
6
star
16

ITweakMyBuild

Change global build parameters on the fly
C#
6
star
17

SplashGenerator

SplashGenerator is a MSBuild target that automates the generation of the WPF splash screen bitmap from a WPF control.
C#
6
star
18

BAML

A BAML reader and writer
C#
4
star
19

RoslynAnalyzerCookbook

A demo project showing how to add custom analyzers to a solution
C#
4
star
20

L10N-Web-Demo

Sample angular project to demonstrate easy and robust localization with ResXManager
HTML
4
star
21

LogMessageGenerator

C#
3
star
22

VSIX-SdkProjectAdapter

Extends Microsoft.VSSDK.BuildTools so you can use SDK style projects for your Visual Studio Extension.
3
star
23

COMRegistryBrowser

C#
1
star
24

ImageDPI

View and fix DPI settings of PNG images
C#
1
star
25

ContracsReSharperInterop

Code fixes to automate adding R#s NotNull attribute equivalents for code annotatded with CodeContracts
C#
1
star
26

WindowFinder

Simple tool to recover windows that have moved outside your desktop.
C#
1
star
27

LicenseGenerator

A DotNet tool to create a license file including all referenced nuget packages
C#
1
star
28

RoslynAnalyzerTesting.CSharp.Extensions

C#
1
star