feature/netstandard2 #3
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-csharp#3
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/netstandard2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Move to netstandard 2.0to feature/netstandard2@PavelGrossSpb To pass DCO check commit message should contain:
Gitea issue number
Link an issue in
[]
brackets based on the issue number in this repository. If issue does not exist, like in this case, use PR number, e.g. #3 for this PR. Issue and PR numbers do not overlap.Sign-off message
Add sign-off trailer to your commit by using
-s
flag. See How to sign-off commits, git-commitIn the end, your commit should look like this:
LGTM
@ -6,3 +5,1 @@
public const string XHeaderNetmapEpoch = ReservedXHeaderPrefix + "NETMAP_EPOCH";
public const string XHeaderNetmapLookupDepth = ReservedXHeaderPrefix + "NETMAP_LOOKUP_DEPTH";
}
public const string ReservedXHeaderPrefix = "__NEOFS__";
Consider dropping all
__NEOFS__
constants in favor of__SYSTEM__
constants. See #5Got it. Let's delay it until refactoring.
3f875b1f85
to0c4723c705