ca76966827
Optimizing async tasks (ConfigureAwait(false))
2023-11-03 10:59:45 +01:00
18b9627ea4
Fixing CI build
2023-10-17 07:32:47 +02:00
5bd5e4b802
Small changes to Snapshot docs
test/v2.1.0
2023-10-13 19:39:28 +02:00
e3f7682ee2
Fixing CI build
2023-10-13 19:36:06 +02:00
e35d86c1ad
Adding SnapshotAssert
2023-10-13 19:13:07 +02:00
105080ef09
Some cleanup and fixes; removed DebugLocal
2023-10-13 18:33:21 +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
test/v2.0.0
efc/v2.0.0
v2.0.0
asp/v2.0.0
2023-08-09 06:54:32 +02:00
0d7e5912b8
Added CommandLineParser to AMWD.Common collection
2023-08-09 06:51:47 +02:00
7469583ed4
Removing .NET Core 3.1 support
2023-08-01 08:00:45 +02:00
28377a89eb
Added new middleware to protect paths by authorization (also static files)
v1.13.0
2023-06-27 11:05:00 +02:00
371283e653
Changed behaviour of remote ip address detection, renamed ip allow/block lists
v1.12.0
2023-06-01 20:01:19 +02:00
d755754198
Fixing Json.GetValue()
v1.11.1
2023-05-11 18:12:45 +02:00
cb133aea0c
Updating Changelog
v1.11.0
2023-03-29 18:11:36 +02:00
5c4165dfd0
Added DbExtensions for database transactions
2023-03-29 18:11:09 +02:00
f2d07dcf1f
Updated CI
2023-03-29 18:10:28 +02: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
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.
v1.10.0
2022-09-18 22:54:32 +02:00
ba8dd516e6
Fixing readme
2022-08-21 12:32:46 +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
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
v1.8.1
2022-08-07 20:57:11 +02:00
6460142a65
Bumping to version 1.8.0
v1.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
aeaeeb16c1
Making package deterministic
2022-07-26 21:20:42 +02:00
2732250451
Bump to version 1.7.0
v1.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
4938becdd7
Fixing broken UnitTest
2022-07-24 01:22:04 +02:00
90cb20bf87
Updating References
2022-07-24 01:08:41 +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
8754e40c91
BasicAuthenticationAttribute now respects the IBasicAuthenticationValidator.Realm when the own Realm property is not set. IBasicAuthenticationValidator.Realm is now a read-only property (removed public set).
2022-07-04 19:30:40 +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.
v1.6.1
2022-06-23 22:51:16 +02:00
97c3c303ce
- Fixed BasicAuthenticationAttribute.
...
- All attributes now reside in Microsoft.AspNetCore.Mvc.Filters namespace.
v1.6.0
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.
v1.5.3
2022-06-22 22:53:34 +02:00
9c3b469d26
Updated Changelog
v1.5.2
2022-06-20 19:07:34 +02:00
e376cc6e45
Removing .NET 5.0 support - due to EOL (2022-05-10)
...
https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
2022-06-20 19:02:05 +02:00
42ae72a1b7
Using AppContext.BaseDirectory - as Assembly.Location might not be available in single-file applications.
v1.5.1
2022-06-20 18:55:18 +02:00
65bca0a922
Added White-/Blacklist Attributes, DateOnly/TimeOnly converters, TcpClientMoq
v1.5.0
2022-06-15 19:48:47 +02:00
f331be521f
Fixing detection of SQLServer for EFCore extensions
v1.4.3
2022-05-12 23:27:02 +02:00
d9ba209402
Added customized AppendLine() for StringBuilder
v1.4.2
2022-05-06 19:29:55 +02:00
e38864b32b
Adding WaitAvailable to EFCore extensions
v1.4.1
2022-03-23 20:50:20 +01:00
e89e8bc69a
updated changelog
2022-02-21 22:24:04 +01:00
142917a7fd
Fixing errors with in-memory context, adding integrity hash tag helper
2022-02-15 22:04:00 +01:00