Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync #28

Merged
merged 12 commits into from
May 28, 2020
Merged

sync #28

merged 12 commits into from
May 28, 2020

Conversation

sbwalker
Copy link
Owner

No description provided.

PavelVsl and others added 12 commits May 26, 2020 09:28
Refactor Javascript and Stylesheet loading
Generate nugets in correct format
Added wildcard route catchall.
- safe way to check if key is presented
- safe parsing int values in query
- should replace int.Parse()

  _jobId = Int32.Parse(PageState.QueryString["id"]);
  can throw unhandled exception when "id" is not int

  correct way
  if (PageState.Uri.TryGetQueryValueInt("id",out _jobId)) ....
fixed stylesheet and script removal logic
Uri extensions for read query values
@sbwalker sbwalker merged commit 19f8b3d into sbwalker:master May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants