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

Merging vnext to main #254

Merged
merged 8 commits into from
Oct 26, 2023
Merged

Merging vnext to main #254

merged 8 commits into from
Oct 26, 2023

Conversation

adrianoc
Copy link
Owner

75432d6 experimenting with changing to vertically splitting to have more vertical space for the cecilified code
d652a94 Fixes Assembly.EntryPoint not being set for top level based programs (#198)
67bce73 adds poor man statistics
78bf43a Code clean up / refactor
384faf5 Fixes StructLayout being mishandled (#205)
ad90bbe switches to sending messages to discord asynchronously
ac00a0e bump version to 2.6.0
0f1701a fix extra ldarg_0 instruction emmited on member access through conditional expressions (#208)
6e47175 Merge pull request #252 from adrianoc/vnext

…ional expressions (#208)

Member access through conditional expressions were being considered to be equivalent to an
unqualified access which requires 'this' to be implicitly loaded leading to extra 'ldlarg_0'
to be emmited.
also:
1. Stopped instantiating HttpClient multiple times, instantiate it once in a static ctor
2. Ensure HttpRequestMessages are disposed correctly
1. Number of total calls to cecilifier
2. Number of unique ips
3. Max execution number from a single ip
…ical space for the cecilified code

- adds shortcuts to change width of csharp/cecilified views.
- enables changing font size for cecilified code.
- fixes issue which prevented font size to become smaller than a certain value.
@adrianoc adrianoc merged commit 3f6109d into main Oct 26, 2023
2 checks passed
@adrianoc adrianoc deleted the vnext branch October 26, 2023 09:37
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.

1 participant