Questions tagged as 'repository'

1
answer

Replicate changes from one repository to another

I have 3 repositories that use the same component. I would like to when you make changes to this component, you can replicate to the other. Is it possible?     
asked by 29.08.2018 / 22:13
1
answer

Error deleting registration with Entity Framework when doing entity mapping

When I try to delete a record from the mapping of Mapper (Model to Domain) I get the following error as a result of E.F :    failed because another entity of the same type already has the same primary key value. But if I do a...
asked by 04.07.2018 / 20:29
1
answer

Add in bitbucket all my files modified by command line

I have a solution with several projects. I made the necessary changes and now I need to upload to git (bitbucket). By Visual Studio 2017 is not going, I think my machine is bugged. So I'm wanting to do this from the command line. I have this f...
asked by 21.03.2018 / 23:51
0
answers

Repository in Visual Studio Mac

Greetings I and a colleague are starting a project in C # and he has created a repository at visualstudio.com for both terms accessing the project. It on your PC was able to easily link to the repository and work on it. I already on the...
asked by 03.03.2018 / 16:20
0
answers

Plugin for cvs in eclipse oxygen

I would like a help to update my eclipse with CVS, I am currently using kepler: (.... and would like to migrate to the oxygen, a more experienced developer said that the kepler already comes with this cvs puglin so that they use the kepler here...
asked by 31.01.2018 / 17:28
0
answers

Error executing make command with repository plugin

When I run the command php artisan make:entity User it returns the error [ReflectionException] Method Prettus\Repository\Generators\Commands\EntityCommand::handle() does not exist I did the installation as it says in the documentatio...
asked by 03.09.2017 / 03:22
1
answer

Error cloning GitLab repositories

I'm trying to clone a repository I've created in GitLab on my machine, but the following error is returned to me: I used the GitHub login to log in to GitLab and create the repository there. When I try to CLONE, I use GitHub's user auth...
asked by 10.03.2017 / 17:25
1
answer

Select manual in repository using Spring?

Hello, I would like to know if there is a way to do a select within Repository , I am using Spring and REST , I need to return all entities that have another entity, I would get them by id, and I need to feed a call ajax with i...
asked by 17.08.2016 / 15:48
0
answers

Problems with ObjectStateManager when updating a Model

I'm having trouble updating a model, the code below is working correctly when I give GET in a context model edit on the screen (View) and give a submit all ok but when I have a data grid where I load several messages and for example I will check...
asked by 01.10.2015 / 07:26
1
answer

DataAnnotation Validations Do Not Work on Properties with NotMapped Attribute in EF6

I upgraded the Entity Framework version from 5 to 6 in my project, and the Data Repository Context.SaveChanges stopped working in only a few cases. I found that using DataAnnotation in properties of my template that contained the [NotMapped]...
asked by 11.06.2015 / 19:11