Delubear / GlucoseTray

Tray Icon for displaying current BG information in taskbar.
MIT License
35 stars 21 forks source link

Memory leak preventions - DW #64

Closed Devon-Wayman closed 1 year ago

Devon-Wayman commented 1 year ago

Changed "var" usage to explicit data types to prevent memory leaks in final application build. Also updated all Nuget packages to latest versions to further leverage NET6

Delubear commented 1 year ago

You don't need to remove "var" as the compiler handles that itself. "var" never actually makes it to the compiled code.