1,343 questions
-1
votes
1
answer
132
views
How to implement role based google authentication using Firebase [closed]
I am developing a platform using Vite + React, Firebase Authentication where users (teachers and students) sign in using Google authentication. I need to implement role-based access control (RBAC) to ...
0
votes
0
answers
21
views
Parsing .proj file to list tests [duplicate]
I have a .proj file which the CI/CD server uses to build and then run tests on my (predominantly C#) codebase. I would like to create a tool which I can use locally to parse this .proj file for tests ...
0
votes
1
answer
152
views
What is the meaning of this variation of the CsProj project icon in Visual Studio 2022 Solution Explorer?
I'm using VS2022 and I have a mixture of class library and executable projects in my solution. Some of the projects are SDK-Style and some are the old format. Some of the libraries target ...
0
votes
2
answers
286
views
Getting solution items from Visual Studio solution (.sln) file
I am using SolutionFile.Parse from Microsoft.Build.Construction (Microsoft.Build package version 17.10.4) to extract project information, but I also need to get solution items e.g. packages.props ...
1
vote
1
answer
217
views
Is there a way to toggle displayed target framework in VS 2022 Solution Explorer?
I have a multi target C# project that targets .Net Framework 4.8 and .NET 7.0.
Some of my source code files are included only for one of the above target frameworks.
The Solution Explorer shows the ...
0
votes
1
answer
112
views
Visual Studio Doesn't Create Solution
I keep running into this weird problem with Visual Studio. On numerous occasions I've made projects, but they don't make a Solution file.
In here I made a simple example where I make an Empty Project -...
0
votes
1
answer
17
views
How in MSVS C++, work on multiple projects of different solutions?
I created two projects in different Solutions. Project1 Calculator which is Static Lib(.lib) containing multiple functions and Project2 Trigger which is Application Exe(.exe) is try to use the ...
1
vote
1
answer
428
views
QRCoder Html Base64 lengthy URI need to shorten
I am trying to link a lengthy HTML URI to QR code generated through QRCoder, but it gives the below error:
QRCoder.Exceptions.DataTooLongException: The given payload exceeds the maximum size of the ...
0
votes
1
answer
103
views
Giving file in the project a name A.Designer.cs will make it nested to A.cs
I just discovered an interesting feature of Visual Studio (using VS2022), renaming existing class or creating new with same name as another class plus ".Designer" will make it nested to ...
0
votes
0
answers
23
views
Is it possible to have a nuget packaged library exist also as an editable project?
In managing my development projects, historically I would break my solutions up unto modular projects, each which could be used by multiple solutions. This allowed the modular project 'library' to be ...
4
votes
1
answer
71
views
How do you mark implicitly loaded assemblies for an entire team?
The repository we work in contains multiple applications and services, and a whole bunch of DLL files that are shared among many of them. We have a form of inversion of control in place to keep the ...
-2
votes
1
answer
78
views
Vb.net - error after converting website to solution '<name> is ambiguous because multiple kinds of members with this name exist in <type> ' [closed]
I converted by vb.net website into multiple project solution. But after creating that I am getting many errors in each aspx file and vb file. Below screenshot for reference.
I have multiple labels or ...
1
vote
0
answers
289
views
How to persuade saved connections in SSMS projects to actually remember their password
Is there any way to persuade saved connections in SSMS projects to remember their password?
There's a checkbox on the connection to "remember password" but when I open a query inside the ...
1
vote
0
answers
131
views
Using Visual Studio "Build Action" or Preprocessor directives to embed different Resource Files, Different Output Release Folder, and Sign by Script
I have an add-on application for vendor supplied application(APP) (Siemens NX CAD/CAM) with multiple versions.
For each version of the add-on, the build needs a different resource file, different ...
1
vote
0
answers
69
views
Maintaining two Git repositories
I have a question regarding maintaining multiple repositories in git.
I currently have 2 projects divided into 3 folders: Landing, Admin, Stores. Which in turn the two projects are divided into US and ...