• Joined on 2022-01-01
MattMo merged pull request MontoyaTech/Rest.Net#1 2023-02-05 20:29:30 +00:00
Merging Code Generation Feature
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-05 20:29:30 +00:00
887cd687e0 Merge pull request 'Merging Code Generation Feature' (#1) from CodeGen into master
42c4682c89 Bumped package version to 1.1.9. Added documentation and cleaned up code. Going to merge into Master.
1475159f1c Added RouteName and Request/Response handling to the code generator. More work is needed.
74f8921f7a Improved the code generator. More to come.
6bb01464e7 Working on C# client code generation.
Compare 6 commits »
MattMo created pull request MontoyaTech/Rest.Net#1 2023-02-05 20:29:23 +00:00
Merging Code Generation Feature
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-05 20:28:40 +00:00
42c4682c89 Bumped package version to 1.1.9. Added documentation and cleaned up code. Going to merge into Master.
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-05 18:59:32 +00:00
1475159f1c Added RouteName and Request/Response handling to the code generator. More work is needed.
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-04 18:37:33 +00:00
74f8921f7a Improved the code generator. More to come.
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-04 16:26:14 +00:00
6bb01464e7 Working on C# client code generation.
MattMo created branch CodeGen in MontoyaTech/Rest.Net 2023-02-03 21:33:33 +00:00
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-03 21:33:33 +00:00
19ccdb9026 Working on a client code generation feature to help speed up using an api built with this library.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-03 00:14:35 +00:00
f8704e425b Route arguments are now automatically url decoded by the RouteMatcher. Added a unit test to cover this case. Bumped package version to 1.1.8
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-02 21:33:16 +00:00
023654aba2 Cleaned up code and added new ResponseExtensions to help with bad requests.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-02 17:53:06 +00:00
c4f4704441 Removed release notes so it's not confusing.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-02 17:51:38 +00:00
cd6dd40fe2 Bumped package version to 1.1.6 and removed RouteListenerContext in favor of built in HttpListenerContext since it's already apart of .Net. Cleaned up code and build passes.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-02 16:42:35 +00:00
7595acb740 Added MySql ErrorCode to MySqlCommandException. Cleaned up code. Bumped version to 1.0.9
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 18:10:11 +00:00
621d9c74fb Added new MySqlCommandException and improved exception handling for ExecuteReader and ExecuteNonQuery for ManagedConnections. Bumped package version to 1.0.8
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 17:52:12 +00:00
b6a47ce023 Bumped package version to 1.0.7 and fixed a bug with the retry logic for ExecuteReader.
MattMo pushed to master at MontoyaTech/ignite-html-router 2023-02-01 16:06:43 +00:00
ad6faba71d Added code to prevent click event from bubbling since we are navigating to another route. Router state is now initialized with current location to make going back work correctly.
MattMo pushed to master at MontoyaTech/ignite-html 2023-02-01 03:14:50 +00:00
7ba146443f Fixed a bug with lists where elements would be in the wrong order in the DOM.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 02:24:34 +00:00
0348b26aec Improved documentation, bumped package version to 1.0.6
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 00:58:24 +00:00
c4c39bfc46 Improved MySqlManagedConnection retry logic. Added new MySqlRowIndex attribute to specify the indexes for a given row. Improved documentation and the example program. Bumped version number to 1.0.5