Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Port Constants, Globals, DateAndTime #37376

Merged
merged 4 commits into from May 3, 2019
Merged

Conversation

cston
Copy link
Member

@cston cston commented May 2, 2019

Port Microsoft.VisualBasic.DateAndTime and the missing members of Microsoft.VisualBasic.{Constants,Globals} from https://github.com/Microsoft/referencesource/tree/master/Microsoft.VisualBasic/runtime/msvbalib.

The changes from reference source were limited to comments and attributes only. The implementation was not changed.

Some tests added for DateAndTime.

@cston
Copy link
Member Author

cston commented May 2, 2019

@333fred, @jaredpar, please review.
cc @danmosemsft, @KathleenDollard

Namespace Microsoft.VisualBasic.CompilerServices

<System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)> _
<SecurityCritical()> _
Copy link
Member

@danmoseley danmoseley May 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SecurityCritical, SuppressUnmanagedCodeSecurityAttribute, ResourceExposure are all attributes that don't have function in .NET Core. #Resolved

@stephentoub stephentoub merged commit ecb4d64 into dotnet:master May 3, 2019
@cston cston deleted the DateAndTime branch May 3, 2019 14:48
@karelz karelz added this to the 3.0 milestone May 4, 2019
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Port Constants, Globals, DateAndTime

* PR feedback

* Add DateString test

* Remove using


Commit migrated from dotnet/corefx@ecb4d64
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
6 participants