f6f4bc085f
Added support for .NET 10.0 and C#14, removed support for .NET 6.0
2025-11-13 20:43:19 +01:00
9edb35c015
Remove packing
2025-11-13 08:22:42 +01:00
fb26e441a4
Using native Convert from hex function for .NET 8
2024-09-13 07:56:42 +02:00
df6763b99b
Solution restructured to use multiple test projects
2024-07-04 18:32:38 +02:00
508379d704
Adding Domain and IPAddress comparer
2024-06-16 21:09:38 +02:00
8e31601d75
Added Collection Extensions, Updated DateTimeExtensions
2024-02-25 09:50:26 +01:00
cf425da609
Added VersionStringComparer
2024-02-25 09:44:36 +01:00
d4b390ad91
Merge branch 'packing'
2024-01-14 13:11:53 +01:00
9cd1344266
Fixed naming conventions
2024-01-10 09:33:51 +01:00
68dd0839eb
Merge branch 'main' into packing
2024-01-10 08:44:08 +01:00
c889e78153
Updated CHANGELOG
2023-12-29 01:58:58 +01:00
8bd511a936
Bumping to asp/v2.2.0
2023-12-05 20:29:58 +01:00
29534e7a2a
Changing GetRemoteIpAddress() to resolve clean IPv4 or IPv6 addresses from headers
2023-12-05 20:26:22 +01:00
db9ddecff3
Removing BackgroundServiceStarter from AddSingletonHostedService
2023-11-30 21:43:28 +01:00
94c02c2a89
Bumping to release
2023-11-24 06:34:05 +01:00
3610f720ed
Added localhost to known networks on UseProxyHosting()
2023-11-23 18:52:49 +01:00
1576e78686
Enhanced HttpContext.GetRemoteIpAddress() extension
2023-11-22 21:55:12 +01:00
ca76966827
Optimizing async tasks (ConfigureAwait(false))
2023-11-03 10:59:45 +01:00
5bd5e4b802
Small changes to Snapshot docs
2023-10-13 19:39:28 +02:00
e35d86c1ad
Adding SnapshotAssert
2023-10-13 19:13:07 +02:00
0fab447292
Added custom tagging, moved AMWD.Common.Moq to AMWD.Common.Test
2023-10-13 13:06:06 +02:00
885fc3f1a5
Merge branch 'main' into cmd
2023-08-09 06:54:32 +02:00
0d7e5912b8
Added CommandLineParser to AMWD.Common collection
2023-08-09 06:51:47 +02:00
28377a89eb
Added new middleware to protect paths by authorization (also static files)
2023-06-27 11:05:00 +02:00
371283e653
Changed behaviour of remote ip address detection, renamed ip allow/block lists
2023-06-01 20:01:19 +02:00
d755754198
Fixing Json.GetValue()
2023-05-11 18:12:45 +02:00
9ada865d11
Merge branch 'main' into packing
...
# Conflicts:
# CHANGELOG.md
2023-04-03 09:43:31 +02:00
cb133aea0c
Updating Changelog
2023-03-29 18:11:36 +02:00
5ca3c805c4
Merge main
2023-03-18 12:44:38 +01:00
9d7becbdaf
Added FileLogger to collection, some CI changes
...
- Building within one container
- Updated UnitTest references
- Extending DebugLocal
2023-03-18 12:36:21 +01:00
7cd5358ac8
WIP: Added packing of AR and TAR
2023-03-15 11:51:42 +01:00
9c26ced721
Add GetDisplayName to enum extensions
2023-03-13 10:18:50 +01:00
e8a1378f60
Added Directory.Build.(props|targets)
2022-09-30 00:37:47 +02:00
36ddaf02ad
Removed DNS dependency, added ReflectionExtensions.
2022-09-18 22:54:32 +02:00
c4870ad799
Small async fixes for AsyncQueue and over-/underflow for IPAddress
2022-08-17 23:38:51 +02:00
18c9bb7cee
Bumping to v1.9.0
2022-08-14 01:32:34 +02:00
3d7d5f8b7b
Changed from "master" to "main" as default branch
2022-08-14 01:23:55 +02:00
6e6e9d975a
Added AsyncQueue
2022-08-13 15:22:49 +02:00
d233bf6b0a
Fixing UnitTests
2022-08-07 20:57:11 +02:00
6460142a65
Bumping to version 1.8.0
2022-08-07 20:40:58 +02:00
e6c9f19f7d
Added cancellation token to BasicAuthenticationValidator
2022-08-07 20:37:10 +02:00
7ee10e4a6d
Adding IPNetwork to Converter/Formatters
2022-08-05 17:22:14 +02:00
1522c0cbc9
Added Converters/Formatters for Serialization of Json/MessagePack
2022-08-04 22:34:14 +02:00
2732250451
Bump to version 1.7.0
2022-07-24 07:06:12 +02:00
e449176682
Added IPAddress.Increment/Decrement; Added ParseNetwork, ExpandNetwork
2022-07-24 01:56:44 +02:00
a26d6a0036
Moved all UnitTests to a single project. Implemented parts of AspNetCore UnitTests.
2022-07-17 12:21:05 +02:00
73038bbe5a
Updated CI build for new version of code coverage definition
2022-07-04 19:31:09 +02:00
bfe500dfa1
BasicAuthentication attribute and TimeSpan.ToShortString()
...
- BasicAuthenticationAttribute sets the HttpContext.User property when successfully validated.
- Moved BasicAuthenticationAttribute from ActionFilter to IAsyncAuthorizationFilter.
- TimeSpan.ToShortString() is now capable of negative values.
2022-06-23 22:51:16 +02:00
97c3c303ce
- Fixed BasicAuthenticationAttribute.
...
- All attributes now reside in Microsoft.AspNetCore.Mvc.Filters namespace.
2022-06-22 23:47:47 +02:00
33c2b9336f
- Fixed problem with ForbidResult without having an authentication schema defined.
...
Now only HTTP Status 403 (Forbid) is returned.
- BasicAuthenticationAttribute is now in namespace AMWD.Common.AspNetCore.Attributes.
2022-06-22 22:53:34 +02:00