Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
StudiApp
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OST
SEProj
StudiApp
Merge requests
!35
Resolve "Refactoring Marks Module"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Refactoring Marks Module"
92-refactor-marks-overview
into
master
Overview
3
Commits
37
Pipelines
4
Changes
23
Merged
Kaj Habegger
requested to merge
92-refactor-marks-overview
into
master
2 years ago
Overview
3
Commits
37
Pipelines
4
Changes
23
Expand
Closes
#92 (closed)
0
0
Merge request reports
Compare
master
version 3
bf24d63a
2 years ago
version 2
2e7ea041
2 years ago
version 1
e1d97a8d
2 years ago
master (base)
and
latest version
latest version
32f87697
37 commits,
2 years ago
version 3
bf24d63a
36 commits,
2 years ago
version 2
2e7ea041
35 commits,
2 years ago
version 1
e1d97a8d
34 commits,
2 years ago
23 files
+
476
−
840
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
23
Search (e.g. *.vue) (Ctrl+P)
StudiApp/StudiApp/Properties/Annotations.cs
+
1
−
1
Options
@@ -161,7 +161,7 @@ namespace StudiApp.Annotations
/// public const string STRING_CONST = "1";
/// }
///
/// public class
Class1
/// public class
MarksOperationsBaseViewModel
/// {
/// [ValueProvider("TestNamespace.Constants")] public int myField;
/// public void Foo([ValueProvider("TestNamespace.Constants")] string str) { }