derskythe / WpfSettings

Method is empty and effectively does nothing CS-R1093
Anti-pattern
Critical
a month agoa month old
501        /// If installing from the web and using .NetCoreApp3.1, the stream download is unable to be cancelled due to no support for CopyToAsync overload with a cancellation token. <br/>
502        /// If cancellation is requested during the download, it will throw prior to the process that triggers the update being started.
503        /// </remarks>
504        private void UpdateAsyncRemarks()505        {506        }507#else
508        private void UpdateAsyncRemarks() { }
509#endif