Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
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.
621d9c74fb
Added new MySqlCommandException and improved exception handling for ExecuteReader and ExecuteNonQuery for ManagedConnections. Bumped package version to 1.0.8
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.
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
2d85bf4d62
Added more documentation. Simplified and cleaned up code. Added new MySqlDataReader extensions to help with reading single rows or many rows. Added more helper session functions and new MySqlCommand extensions.