Tagged Questions
The common-library tag has no wiki summary.
2
votes
1answer
45 views
Should external dependencies be fixed, during development?
My team and I are working on several projects that collectively depend on some common libraries. These common libraries are currently checked out together with the projects, using svn:externals.
The ...
0
votes
1answer
122 views
Library project and resources
I have developed an Android library project that contains all the common code and resources
need to 2 other projects.
The problem is that in a class of common library I need to load a different ...
0
votes
1answer
228 views
Fake Captcha from commonlibnet with FakeItEasy and FluentValidation
I am using the Captcha class from commonlibrary (http://commonlibrarynet.codeplex.com/). My code works and everything but now I'm trying to write the unit test.
My validation rule is:
RuleFor(x ...
0
votes
1answer
839 views
WCF - Common library enum issue - C#
I've got a common library that contains enums that are shared between a WCF Service and a client by means of the DLL. Yes, I know the better way of doing this is to create a service out of my common ...
0
votes
1answer
128 views
Common Library and the System.Configuration namespace
Here is the setup:
We have a common library that I've
developed that is used by all
developers on any new applications or
more than trivial changes to old
applications. When we make a ...
0
votes
5answers
126 views
How to verify an application is the application it says it is?
Here's the situation: we have a common library which can retrieve database connection details from a central configuration store that we have setup. Each application uses this library when working ...
0
votes
4answers
318 views
Best practice for getting app name/id
What's the best way for a common library to know what context - a.k.a. the calling app - it is in? I'm in a very controlled enterprise environment... is there a better way for the library to know what ...