Imbros 1.4.305.1202282947
dotnet add package Imbros --version 1.4.305.1202282947
NuGet\Install-Package Imbros -Version 1.4.305.1202282947
<PackageReference Include="Imbros" Version="1.4.305.1202282947" />
<PackageVersion Include="Imbros" Version="1.4.305.1202282947" />
<PackageReference Include="Imbros" />
paket add Imbros --version 1.4.305.1202282947
#r "nuget: Imbros, 1.4.305.1202282947"
#:package Imbros@1.4.305.1202282947
#addin nuget:?package=Imbros&version=1.4.305.1202282947
#tool nuget:?package=Imbros&version=1.4.305.1202282947
Package description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.FeatureManagement.AspNetCore (>= 2.6.1)
-
All Frameworks
- Ardalis.GuardClauses (>= 4.4.0)
- Autofac (>= 8.0.0)
- Autofac.Extensions.DependencyInjection (>= 9.0.0)
- Destructurama.JsonNet (>= 3.0.0)
- JetBrains.Annotations (>= 2023.3.0)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer (>= 5.1.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.1)
- Microsoft.VisualStudio.Validation (>= 17.8.8)
- Serilog.AspNetCore (>= 8.0.1)
- Serilog.Enrichers.ClientInfo (>= 2.0.3)
- Serilog.Enrichers.CorrelationId (>= 3.0.1)
- Serilog.Enrichers.Environment (>= 2.3.0)
- Serilog.Enrichers.ExceptionData (>= 1.0.0)
- Serilog.Enrichers.GlobalLogContext (>= 3.0.0)
- Serilog.Exceptions (>= 8.4.0)
-
net5.0
- Microsoft.FeatureManagement.AspNetCore (>= 2.6.1)
-
net6.0
- Microsoft.FeatureManagement.AspNetCore (>= 3.2.0)
-
net7.0
- Microsoft.FeatureManagement.AspNetCore (>= 3.2.0)
-
net8.0
- Microsoft.FeatureManagement.AspNetCore (>= 3.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Imbros:
| Package | Downloads |
|---|---|
|
Imbros.OpenApi
Package description |
|
|
Imbros.ApiClient
Package description |
|
|
Imbros.Data
Package description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.305.1202282947 | 264 | 3/5/2024 |
| 1.4.305.1202255114 | 200 | 3/5/2024 |
| 1.4.305.1202151481 | 216 | 3/5/2024 |
v.1.4
- Added .Net 8.0 support
- Removed Newtonsoft package
- Changed signature of TryResult class
- Upgraded all nuget packages
v.1.3
- Added .Net 7.0 support
v1.2
- Added .Net 6.0 support
- Resolved Autofac Runtime issue over ImbrosContext
- Added Exception Response Manipulation support
- Manipulated logs to express inner exception
- Manipulated FatalException logs to express unwrapped exception clearly
- Granted access to MvcBuilder
- TryAsync extension added to operate try-catch block for async methods functionally
- Added ClaimAuthorizeAttribute
- Added value compairement support to ClaimAuthorizeAttribute
v1.1
- Added Surrogate feature to exception handlings
- Added Functional Exception Handling
- Added ApiClient Module
- Added Console App support