We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These things require specific change, decide what to do with them
SrkToolkit.Services
AppEventBus
ApplicationServices
FileTraceListener
TraceEx
SrkToolkit.Mvvm
SrkToolkit.Xaml
SrkToolkit.Common
Collections.DictionaryWrapper<TKey, TValue>
DataAnnotations.CultureInfoAttribute
DataAnnotations.DateRangeAttribute
DataAnnotations.EmailAddressExAttribute
DataAnnotations.PhoneNumberAttribute
DataAnnotations.TimezoneAttribute
DataAnnotations.TwitterUsernameAttribute
CultureInfoHelper
Internals.Nothing
IO.RecursiveDelete
async
System.DateTimePrecision
System.SrkArrayExtensions
System.SrkDateTimeExtensions
System.SrkExceptionExtensions
System.SrkStringExtensions
System.SrkTimeZoneInfoExtensions
System.SrkStringTransformer
System.Collections.SrkIDictionaryExtensions
System.Collections.Generic.SrkIDictionaryExtensions
System.Collections.Generic.SrkIListExtensions
System.Collections.ObjectModel.SrkObservableCollectionExtensions
System.Collections.Specialized.SrkNameValueCollectionExtensions
System.Diagnostics.StopwatchExtensions
Testing.Assert
Threading.Tasks.TaskEx
Validation.EmailAddress
Validation.Validate
CompositeDisposable
DisposableOnce
EnumTools
RetryLogic
StringComparerEx
StringReplacer
SrkToolkit.Domain
SrkToolkit.Web.AspNetCore2
Fakes/BasicHttpContext
Fakes/BasicHttpSessionState
Filters/AuthorizeAttribute
HttpErrors/*
Models/HttpErrorModel
Models/TempMessage
Mvc/DecimalModelBinder
Mvc/IntegerModelBinder
Open/Open*
Open/PageInfo*
Services/HttpBaseSessionServiceSource
BaseSessionService
Services/ResultServiceBase
ResultService
SrkControllerExtensions
SrkMvcCollectionExtensions
SrkTagBuilderExtensions
SrkUrlHelperExtensions
SrkViewExtensions
JsonNetResult
SrkHtmlExtensions
SrkHttpApplication
SrkHttpContextExtensions
SrkHttpRequestExtensions
SrkTempDataDictionaryExtensions
WebDependency
WebDependencyFile
WebDependencies
WebDependenciesExtensions
SrkToolkit.Domain.AspNetCore2
SrkDomainControllerExtensions
The text was updated successfully, but these errors were encountered:
sandrock
No branches or pull requests
These things require specific change, decide what to do with them
SrkToolkit.Services
AppEventBus
,ApplicationServices
,FileTraceListener
,TraceEx
SrkToolkit.Mvvm
SrkToolkit.Xaml
SrkToolkit.Common
Collections.DictionaryWrapper<TKey, TValue>
: preservedDataAnnotations.CultureInfoAttribute
: upgrade and preserveDataAnnotations.DateRangeAttribute
: upgrade and preserveDataAnnotations.EmailAddressExAttribute
: upgrade and preserveDataAnnotations.PhoneNumberAttribute
: upgrade and preserveDataAnnotations.TimezoneAttribute
: upgrade and preserveDataAnnotations.TwitterUsernameAttribute
: upgrade and preserveCultureInfoHelper
: upgrade and preserveInternals.Nothing
: preservedIO.RecursiveDelete
:async
methodSystem.DateTimePrecision
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.SrkArrayExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.SrkDateTimeExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.SrkExceptionExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.SrkStringExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.SrkTimeZoneInfoExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.SrkStringTransformer
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.Collections.SrkIDictionaryExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.Collections.Generic.SrkIDictionaryExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.Collections.Generic.SrkIListExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.Collections.ObjectModel.SrkObservableCollectionExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.Collections.Specialized.SrkNameValueCollectionExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)System.Diagnostics.StopwatchExtensions
: preserved, namespace must change (Do not put extension methods into the System namespaces #21)Testing.Assert
: preservedThreading.Tasks.TaskEx
: preservedValidation.EmailAddress
: preservedValidation.Validate
: preservedCompositeDisposable
: preservedDisposableOnce
: preservedEnumTools
: preservedRetryLogic
: preserved, now obsoleteStringComparerEx
: preservedStringReplacer
: preservedSrkToolkit.Domain
SrkToolkit.Web.AspNetCore2
Fakes/BasicHttpContext
: does not compile, seems useless with AspNetCore2?Fakes/BasicHttpSessionState
: does not compile, seems useless with AspNetCore2?Filters/AuthorizeAttribute
: does not compile, seems useless with AspNetCore2?HttpErrors/*
: does not compile, evaluate if useful with AspNetCore2?Models/HttpErrorModel
: looks ok, evaluate if useful with AspNetCore2?Models/TempMessage
: okMvc/DecimalModelBinder
: does not compile, migrate!Mvc/IntegerModelBinder
: does not compile, migrate!Open/Open*
: looks ok,Open/PageInfo*
: looks ok,Services/HttpBaseSessionServiceSource
,BaseSessionService
: evaluate if useful with AspNetCore2?Services/ResultServiceBase
,ResultService
: evaluate if useful with AspNetCore2?SrkControllerExtensions
: does not compile, migrate!SrkMvcCollectionExtensions
: looks ok, change namespaceSrkTagBuilderExtensions
: does not compile, migrate! change namespaceSrkUrlHelperExtensions
: looks ok, change namespaceSrkViewExtensions
: does not compile, migrate! change namespaceJsonNetResult
: evaluate if useful with AspNetCore2?SrkHtmlExtensions
: does not compile, migrate!SrkHttpApplication
: seems useless with AspNetCore2?SrkHttpContextExtensions
: does not compile, migrate!SrkHttpRequestExtensions
: does not compile, migrate!SrkTempDataDictionaryExtensions
: compiles, does it work?WebDependency
,WebDependencyFile
,WebDependencies
,WebDependenciesExtensions
: does not compile, evaluate if useful with AspNetCore2SrkToolkit.Domain.AspNetCore2
SrkDomainControllerExtensions
: does not compile, migrate!The text was updated successfully, but these errors were encountered: