GitXplorerGitXplorer
m

Meziantou.Framework

public
702 stars
100 forks
1 issues

Commits

List of commits on branch main.
Verified
de7dd4b37b7937517c6fb04cefc2ed61393d546f

chore(deps): update dependency microsoft.windows.cswin32 to 0.3.162 (#721)

rrenovate[bot] committed 11 hours ago
Verified
e89fd7318fd29110219481f2c1a75df973da7e60

Fix domain and name in token

mmeziantou committed 2 days ago
Verified
f2a6c87b88ce481b0c159cc551d41b17992fc91d

Attempt to remove NRE

mmeziantou committed 2 days ago
Verified
376b403d79890c3770bb3f7b565241262597e86c

chore(deps): update dependency nodatime to 3.2.1 (#720)

rrenovate[bot] committed 2 days ago
Verified
135fe17e41e801dc2072d3045970e7bc42515317

Add ubuntu-24.04-arm (#719)

mmeziantou committed 2 days ago
Verified
b2d141ffa6bcbe9198e80b3acf17ac48de2caa72

chore(deps): update all non-major dependencies (#716)

rrenovate[bot] committed 4 days ago

README

The README file for this repository.

build GitHub license

NuGet packages

Name Version Readme
Meziantou.AspNetCore.Components NuGet
Meziantou.AspNetCore.Components.LogViewer NuGet
Meziantou.AspNetCore.Components.WebAssembly NuGet
Meziantou.AspNetCore.Mvc NuGet
Meziantou.Extensions.Logging.InMemory NuGet readme
Meziantou.Extensions.Logging.Xunit NuGet readme
Meziantou.Extensions.Logging.Xunit.v3 NuGet readme
Meziantou.Framework NuGet
Meziantou.Framework.ByteSize NuGet readme
Meziantou.Framework.ChromiumTracing NuGet
Meziantou.Framework.CodeDom NuGet
Meziantou.Framework.CodeOwners NuGet readme
Meziantou.Framework.CommandLine NuGet
Meziantou.Framework.Csv NuGet
Meziantou.Framework.DependencyScanning NuGet
Meziantou.Framework.Diagnostics.ContextSnapshot NuGet readme
Meziantou.Framework.FastEnumToStringGenerator NuGet readme
Meziantou.Framework.FullPath NuGet readme
Meziantou.Framework.Globbing NuGet readme
Meziantou.Framework.Html NuGet
Meziantou.Framework.Html.Tool NuGet readme
Meziantou.Framework.HtmlSanitizer NuGet
Meziantou.Framework.Http NuGet readme
Meziantou.Framework.Http.Hsts NuGet readme
Meziantou.Framework.HttpClientMock NuGet readme
Meziantou.Framework.HumanReadableSerializer NuGet readme
Meziantou.Framework.InlineSnapshotTesting NuGet readme
Meziantou.Framework.InlineSnapshotTesting.Serializers.Argon NuGet
Meziantou.Framework.NuGetPackageValidation NuGet
Meziantou.Framework.NuGetPackageValidation.Tool NuGet readme
Meziantou.Framework.ObjectMethodExecutor NuGet readme
Meziantou.Framework.RelativeDate NuGet readme
Meziantou.Framework.ResxSourceGenerator NuGet readme
Meziantou.Framework.Scheduling NuGet readme
Meziantou.Framework.SensitiveData NuGet readme
Meziantou.Framework.SimpleQueryLanguage NuGet readme
Meziantou.Framework.SingleInstance NuGet readme
Meziantou.Framework.Slug NuGet readme
Meziantou.Framework.StronglyTypedId NuGet readme
Meziantou.Framework.StronglyTypedId.Interfaces NuGet
Meziantou.Framework.Templating NuGet
Meziantou.Framework.Templating.Html NuGet
Meziantou.Framework.TemporaryDirectory NuGet readme
Meziantou.Framework.Threading NuGet readme
Meziantou.Framework.TypeConverter NuGet
Meziantou.Framework.Uri NuGet readme
Meziantou.Framework.ValueStopwatch NuGet readme
Meziantou.Framework.Versioning NuGet readme
Meziantou.Framework.Win32.AccessToken NuGet
Meziantou.Framework.Win32.Amsi NuGet readme
Meziantou.Framework.Win32.ChangeJournal NuGet readme
Meziantou.Framework.Win32.CredentialManager NuGet readme
Meziantou.Framework.Win32.Dialogs NuGet
Meziantou.Framework.Win32.Jobs NuGet readme
Meziantou.Framework.Win32.Lsa NuGet
Meziantou.Framework.Win32.PerceivedType NuGet
Meziantou.Framework.Win32.ProjectedFileSystem NuGet
Meziantou.Framework.Win32.RecentDocuments NuGet readme
Meziantou.Framework.Win32.RestartManager NuGet
Meziantou.Framework.WPF NuGet

How to contribute

If you want to contribute to this repo, please read the contributing guide first.

How to setup your development environment:

  1. Install the latest version of Visual Studio
  2. Use the solution Meziantou.Framework.sln
  3. You can run unit tests using the Test explorer in Visual Studio or the command line dotnet test

You can also use Visual Studio Code but I haven't test it.